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: Cana version: 0.1.0.0 description: Project Gemini server implementation, see the README for more details. homepage: https://git.kingdread.de/cgit.cgi/Cana/about/ author: Daniel Schadt maintainer: Daniel Schadt copyright: 2021 Daniel Schadt license: BSD-3 license-file: LICENSE build-type: Simple extra-source-files: README.md ChangeLog.md source-repository head type: git location: https://git.kingdread.de/cgit.cgi/Cana flag static manual: True default: False library exposed-modules: Cana Cana.Extra Cana.Monad Cana.Protocol Cana.Router Cana.Server Cana.Types other-modules: Paths_Cana hs-source-dirs: src build-depends: base >=4.7 && <5 , bytestring , data-default , directory , filepath , mime-types , network , network-uri , process , stringsearch , text , tls , transformers , x509 , x509-store default-language: Haskell2010 executable Cana-exe main-is: Main.hs other-modules: Paths_Cana hs-source-dirs: app build-depends: Cana , base >=4.7 && <5 , bytestring , data-default , directory , filepath , mime-types , network , network-uri , process , stringsearch , text , tls , transformers , x509 , x509-store if flag(static) ghc-options: -threaded -rtsopts -with-rtsopts=-N -static -O0 -optl-fuse-ld=bfd cc-options: -static ld-options: -static -pthread else ghc-options: -threaded -rtsopts -with-rtsopts=-N default-language: Haskell2010 test-suite Cana-test type: exitcode-stdio-1.0 main-is: Spec.hs other-modules: Paths_Cana hs-source-dirs: test ghc-options: -threaded -rtsopts -with-rtsopts=-N build-depends: Cana , base >=4.7 && <5 , bytestring , data-default , directory , filepath , mime-types , network , network-uri , process , stringsearch , text , tls , transformers , x509 , x509-store default-language: Haskell2010