packages feed

infernal-0.6.0: infernal.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: 2f7de139b6f352da06ebe337ff14d48d201042872514dfcc65bc781b9071972e

name:           infernal
version:        0.6.0
synopsis:       The Infernal Machine - An AWS Lambda Custom Runtime for Haskell
description:    Please see the README on GitHub at <https://github.com/ejconlon/infernal#readme>
category:       AWS
homepage:       https://github.com/ejconlon/infernal#readme
bug-reports:    https://github.com/ejconlon/infernal/issues
author:         Eric Conlon
maintainer:     ejconlon@gmail.com
copyright:      (c) 2020 Eric Conlon
license:        BSD3
license-file:   LICENSE
build-type:     Simple

source-repository head
  type: git
  location: https://github.com/ejconlon/infernal

library
  exposed-modules:
      Infernal
      Infernal.Events.APIGateway
      Infernal.Wai
  other-modules:
      Paths_infernal
  hs-source-dirs:
      src
  default-extensions: ConstraintKinds DeriveFunctor DeriveFoldable DeriveGeneric DeriveTraversable DerivingStrategies GeneralizedNewtypeDeriving NoImplicitPrelude OverloadedStrings Rank2Types TemplateHaskell
  ghc-options: -Wall -Wcompat -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns -Wpartial-fields -Wredundant-constraints -fno-warn-unused-top-binds -fno-warn-warnings-deprecations
  build-depends:
      aeson >=1.5 && <1.6
    , base >=4.12 && <5
    , binary >=0.8 && <0.9
    , bytestring >=0.10 && <0.11
    , case-insensitive >=1.2 && <1.3
    , exceptions >=0.10 && <0.11
    , hashable >=1.3 && <1.4
    , http-client >=0.6 && <0.7
    , http-types >=0.12 && <0.13
    , little-logger >=0.3 && <0.4
    , little-rio >=0.2 && <0.3
    , microlens >=0.4 && <0.5
    , microlens-mtl >=0.2 && <0.3
    , microlens-th >=0.4 && <0.5
    , mtl >=2.2 && <2.3
    , text >=1.2 && <1.3
    , unliftio-core >=0.2 && <0.3
    , unordered-containers >=0.2 && <0.3
    , wai >=3.2 && <3.3
  default-language: Haskell2010