packages feed

aws-lambda-haskell-runtime-wai-1.0.0: aws-lambda-haskell-runtime-wai.cabal

cabal-version: 1.12

-- This file has been generated from package.yaml by hpack version 0.33.0.
--
-- see: https://github.com/sol/hpack
--
-- hash: 84d5705be40077a09e34d445f54b862f58447fa5abac05fd535936a3196c6bbb

name:           aws-lambda-haskell-runtime-wai
version:        1.0.0
synopsis:       Run wai applications on AWS Lambda
description:    Please see the README on GitHub at <https://github.com/eir-forsakring/aws-lambda-haskell-runtime-wai#readme>
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
  build-depends:
      aeson
    , aws-lambda-haskell-runtime >=3.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 >=3.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