packages feed

hal-0.1.0: hal.cabal

-- This file has been generated from package.yaml by hpack version 0.28.2.
--
-- see: https://github.com/sol/hpack
--
-- hash: 9e95d1b7a42420d7a38abcd2683add3ad06324396c38400f285f6ef0dea5ec98

name:           hal
version:        0.1.0
synopsis:       Please see the README.md file for this project.
description:    A runtime environment for Haskell applications running on AWS Lambda.
category:       Web,AWS
homepage:       https://github.com/Nike-inc/hal#readme
bug-reports:    https://github.com/Nike-inc/hal/issues
author:         Nike, Inc.
maintainer:     nikeoss
copyright:      2018 Nike, Inc.
license:        BSD3
license-file:   LICENSE
build-type:     Simple
cabal-version:  >= 1.10
extra-source-files:
    README.md

source-repository head
  type: git
  location: https://github.com/Nike-inc/hal

library
  exposed-modules:
      AWS.Lambda.Context
      AWS.Lambda.Internal
      AWS.Lambda.Runtime
      AWS.Lambda.RuntimeClient
  other-modules:
      Paths_hal
  hs-source-dirs:
      src
  default-extensions: OverloadedStrings BangPatterns DefaultSignatures DeriveFoldable DeriveFunctor DeriveGeneric DeriveLift DeriveTraversable DerivingStrategies EmptyCase GeneralizedNewtypeDeriving InstanceSigs LambdaCase MultiParamTypeClasses MultiWayIf OverloadedStrings PatternSynonyms ScopedTypeVariables
  ghc-options: -Wall -Wcompat -Wincomplete-record-updates -Wincomplete-uni-patterns -Wredundant-constraints -fno-warn-partial-type-signatures -fno-warn-name-shadowing -fwarn-tabs -fwarn-unused-imports -fwarn-missing-signatures -fwarn-incomplete-patterns
  build-depends:
      aeson <2.0.0
    , base >=4.7 && <5
    , bytestring <1.0.0
    , containers <1.0.0
    , envy <2.0.0
    , exceptions <1.0.0
    , http-conduit <3.0.0
    , http-types <1.0.0
    , mtl <3.0.0
    , text <2.0.0
    , time <2.0.0
  default-language: Haskell2010