cabal-version: 1.12 -- This file has been generated from package.yaml by hpack version 0.34.6. -- -- see: https://github.com/sol/hpack name: vger version: 0.0.0 license: BSD2 license-file: LICENSE build-type: Simple library exposed-modules: Gemini other-modules: Paths_vger hs-source-dirs: lib ghc-options: -Wunused-packages build-depends: base , directory , mime-types , network-uri , regex-compat , regex-pcre , text , utf8-string default-language: Haskell2010 executable vger main-is: Vger.hs hs-source-dirs: app ghc-options: -Wunused-packages other-modules: Paths_vger build-depends: base , network-uri , optparse-applicative , vger default-language: Haskell2010 test-suite test type: exitcode-stdio-1.0 main-is: Main.hs other-modules: Paths_vger hs-source-dirs: tests ghc-options: -Wunused-packages build-depends: HUnit , base , network-uri , vger default-language: Haskell2010