cabal-version: 1.18 -- This file has been generated from package.yaml by hpack version 0.31.2. -- -- see: https://github.com/sol/hpack -- -- hash: ef41490a4d86c25fd30d4fd05b5535d4f08119262a31d708ce72a05155d00725 name: conferer-warp version: 0.1.0.1 synopsis: conferer's FromConfig instances for warp settings description: Library to abstract the parsing of many haskell config values from different config sources category: Configuration homepage: https://github.com/ludat/conferer#readme author: Lucas David Traverso maintainer: lucas6246@gmail.com copyright: MIT license: BSD3 license-file: LICENSE build-type: Simple extra-doc-files: README.md LICENSE library exposed-modules: Conferer.FetchFromConfig.Warp other-modules: Paths_conferer_warp hs-source-dirs: src default-extensions: OverloadedStrings LambdaCase QuasiQuotes ScopedTypeVariables build-depends: base >=4.3 && <5 , conferer ==0.1.0.1 , http-types >=0.8.6 && <0.13 , text >=1.1 && <1.3 , wai >=3.0 && <4.0 , warp >=3.0 && <4.0 default-language: Haskell2010 test-suite conferer-warp-test type: exitcode-stdio-1.0 main-is: Spec.hs other-modules: Conferer.FetchFromConfig.WarpSpec Paths_conferer_warp hs-source-dirs: test default-extensions: OverloadedStrings LambdaCase QuasiQuotes ScopedTypeVariables build-depends: base >=4.3 && <5 , conferer ==0.1.0.1 , conferer-warp , hspec , http-types >=0.8.6 && <0.13 , text >=1.1 && <1.3 , wai >=3.0 && <4.0 , warp >=3.0 && <4.0 default-language: Haskell2010