cabal-version: 1.12 -- This file has been generated from package.yaml by hpack version 0.34.4. -- -- see: https://github.com/sol/hpack -- -- hash: 9a2e4373736f601efe4a2c23f0e22b8d6aef897ce2873b0a432430c7eb4a4a4f name: aws-lambda-haskell-runtime-wai version: 2.0.2 synopsis: Run wai applications on AWS Lambda description: Please see the README on GitHub at category: AWS homepage: https://github.com/eir-forsakring/aws-lambda-haskell-runtime-wai#readme bug-reports: https://github.com/eir-forsakring/aws-lambda-haskell-runtime-wai/issues author: Dobromir Nikolov maintainer: dnikolovv@hotmail.com copyright: Eir Försäkring license: BSD3 license-file: LICENSE build-type: Simple extra-source-files: README.md ChangeLog.md source-repository head type: git location: https://github.com/eir-forsakring/aws-lambda-haskell-runtime-wai library exposed-modules: Aws.Lambda.Wai other-modules: Paths_aws_lambda_haskell_runtime_wai hs-source-dirs: src ghc-options: -Wall build-depends: aeson , aws-lambda-haskell-runtime >=4.0.0 , base >=4.7 && <5 , binary , bytestring , case-insensitive , http-types , iproute , network , text , unordered-containers , vault , wai default-language: Haskell2010 test-suite aws-lambda-haskell-runtime-wai-test type: exitcode-stdio-1.0 main-is: Spec.hs other-modules: Paths_aws_lambda_haskell_runtime_wai hs-source-dirs: test ghc-options: -threaded -rtsopts -with-rtsopts=-N build-depends: aeson , aws-lambda-haskell-runtime >=4.0.0 , aws-lambda-haskell-runtime-wai , base >=4.7 && <5 , binary , bytestring , case-insensitive , http-types , iproute , network , text , unordered-containers , vault , wai default-language: Haskell2010