cabal-version: 1.12 -- This file has been generated from package.yaml by hpack version 0.34.4. -- -- see: https://github.com/sol/hpack name: gemserv version: 0.0.0 synopsis: Short description of your package description: Please see the README on GitHub at category: Web homepage: https://github.com/githubuser/gemserv#readme bug-reports: https://github.com/githubuser/gemserv/issues author: Jonathan Lamothe maintainer: jonathan@jlamothe.net copyright: 2021 Jonathan Lamothe license: BSD3 license-file: LICENSE build-type: Simple extra-source-files: README.md ChangeLog.md source-repository head type: git location: https://github.com/githubuser/gemserv library exposed-modules: Lib other-modules: Paths_gemserv hs-source-dirs: src build-depends: base >=4.7 && <5 default-language: Haskell2010 executable gemserv-exe main-is: Main.hs other-modules: Paths_gemserv hs-source-dirs: app ghc-options: -threaded -rtsopts -with-rtsopts=-N build-depends: base >=4.7 && <5 , gemserv default-language: Haskell2010 test-suite gemserv-test type: exitcode-stdio-1.0 main-is: Spec.hs other-modules: Paths_gemserv hs-source-dirs: test ghc-options: -threaded -rtsopts -with-rtsopts=-N build-depends: base >=4.7 && <5 , gemserv default-language: Haskell2010