-- This file has been generated from package.yaml by hpack version 0.28.2. -- -- see: https://github.com/sol/hpack -- -- hash: 013c81ae0f9dd47496d5c71f2dc010f82fea0372065aee1a6233bb4d2b6b09bf name: starter version: 0.3.0 synopsis: Develop applications without restarts description: Please see the README on Github at category: Development homepage: https://github.com/rkaippully/starter#readme bug-reports: https://github.com/rkaippully/starter/issues author: Raghu Kaippully maintainer: rkaippully@gmail.com copyright: 2018 Raghu Kaippully license: MPL-2.0 license-file: LICENSE build-type: Simple cabal-version: >= 1.10 extra-source-files: ChangeLog.md README.md source-repository head type: git location: https://github.com/rkaippully/starter library hs-source-dirs: src build-depends: base >=4.7 && <5 , fsnotify >=0.3.0.0 && <0.4 if impl(ghc >= 8.0.1) ghc-options: -Wall -Wcompat -Wredundant-constraints -Wincomplete-record-updates -Wincomplete-uni-patterns else ghc-options: -Wall -fwarn-incomplete-record-updates -fwarn-incomplete-uni-patterns exposed-modules: Starter other-modules: Paths_starter default-language: Haskell2010