diff --git a/hal/0.2.0/hal.cabal b/hal/0.2.0/hal.cabal new file mode 100644 index 00000000000..e117833135e --- /dev/null +++ b/hal/0.2.0/hal.cabal @@ -0,0 +1,59 @@ +cabal-version: 1.12 +name: hal +version: 0.2.0 +license: BSD3 +license-file: LICENSE +copyright: 2018 Nike, Inc. +maintainer: nikeoss +author: Nike, Inc. +homepage: https://github.com/Nike-inc/hal#readme +bug-reports: https://github.com/Nike-inc/hal/issues +synopsis: A runtime environment for Haskell applications running on AWS Lambda. +description: + This library uniquely supports different types of AWS Lambda Handlers for your + needs/comfort with advanced Haskell. Instead of exposing a single function + that constructs a Lambda, this library exposes many. +category: Web,AWS +x-revision: 1 +build-type: Simple +extra-source-files: + README.md + +source-repository head + type: git + location: https://github.com/Nike-inc/hal + +library + exposed-modules: + AWS.Lambda.Combinators + AWS.Lambda.Context + AWS.Lambda.Events.S3.PutEvent + AWS.Lambda.Internal + AWS.Lambda.Runtime + AWS.Lambda.RuntimeClient + hs-source-dirs: src + other-modules: + Paths_hal + default-language: Haskell2010 + default-extensions: OverloadedStrings BangPatterns + DefaultSignatures DeriveFoldable DeriveFunctor DeriveGeneric + DeriveLift DeriveTraversable 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 >=1.4.2.0 && <1.5, + base >=4.7 && <5, + bytestring >=0.10.8.2 && <0.11, + containers >=0.6.0.1 && <0.7, + envy >=1.5.1.0 && <1.6, + exceptions >=0.10.0 && <0.11, + http-conduit >=2.3.4 && <2.4, + http-types >=0.12.2 && <0.13, + mtl >=2.2.2 && <2.3, + text >=1.2.3.1 && <1.3, + time >=1.8.0.2 && <1.9 diff --git a/hal/0.2.0/hal.json b/hal/0.2.0/hal.json new file mode 100644 index 00000000000..2dedb73a07f --- /dev/null +++ b/hal/0.2.0/hal.json @@ -0,0 +1 @@ +{"package-hashes":{"MD5":"5f568a491907a05bd228f6ed3d0252ca","Skein512_512":"b6b1eecda844ce3e8bfd8bf37c15617df602213e7f99d751164d48a98a983747f422635f91f5ed370a46a666a8b2f301fb56541b988a525354a19341a98b2d42","SHA1":"c28900459907bf5432e732a55e66228dfa8144eb","SHA512":"6236e23ae90f6dfe22b7f8b0b876beca75856fc840201ddf650b67b77fd2733e59111a3e6ef90d3b77b4889bb2e0560bc8a1924fc35201a0466cba145319581a","SHA256":"82b3a3d44362a7e60473bda72d2ac91235316a4e45e1ab447f04f4f9eeb271a5"},"package-locations":["https://hackage.haskell.org/package/hal-0.2.0/hal-0.2.0.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/hal-0.2.0.tar.gz"],"package-size":12045} \ No newline at end of file