-- This file has been generated from package.yaml by hpack version 0.28.2. -- -- see: https://github.com/sol/hpack -- -- hash: 58205162464c3f5a5be182327e63fe37f50b1cfe431fafd1aea8fbe2cbe14dd0 name: hinfo version: 0.0.3.0 synopsis: Command Line App With Info on your Haskell App description: Please see the README on GitHub at category: utils, cli, bsd3 homepage: https://github.com/ChristopherDavenport/hinfo#readme bug-reports: https://github.com/ChristopherDavenport/hinfo/issues author: Christopher Davenport maintainer: Chris@ChristopherDavenport.com copyright: Christopher Davenport license: BSD3 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/ChristopherDavenport/hinfo library exposed-modules: Hinfo Hinfo.Hpack Hinfo.Hpack.Internal.Loader Hinfo.Hpack.Internal.Types Hinfo.Options Hinfo.Options.Internal.Types other-modules: Paths_hinfo hs-source-dirs: src build-depends: aeson , base >=4.7 && <5 , optparse-applicative , text , yaml default-language: Haskell2010 executable hinfo main-is: Main.hs other-modules: Paths_hinfo hs-source-dirs: app ghc-options: -threaded -rtsopts -with-rtsopts=-N -optP-Wno-nonportable-include-path build-depends: aeson , base >=4.7 && <5 , hinfo , optparse-applicative , text , yaml default-language: Haskell2010 test-suite hinfo-test type: exitcode-stdio-1.0 main-is: Spec.hs other-modules: Paths_hinfo hs-source-dirs: test ghc-options: -threaded -rtsopts -with-rtsopts=-N build-depends: aeson , base >=4.7 && <5 , hinfo , optparse-applicative , text , yaml default-language: Haskell2010