Skip to content

Commit

Permalink
Update from Hackage at 2019-03-26T14:15:25Z
Browse files Browse the repository at this point in the history
  • Loading branch information
all-cabal-tool committed Mar 26, 2019
1 parent f030672 commit eea3ac8
Show file tree
Hide file tree
Showing 2 changed files with 88 additions and 0 deletions.
87 changes: 87 additions & 0 deletions aws-lambda-haskell-runtime/1.0.10/aws-lambda-haskell-runtime.cabal
Original file line number Diff line number Diff line change
@@ -0,0 +1,87 @@
cabal-version: 1.12

-- This file has been generated from package.yaml by hpack version 0.31.1.
--
-- see: https://github.com/sol/hpack
--
-- hash: 7cc036543eaa96e63b9689f813bbc9413840dd185700a6f40ef90f3a40341b52

name: aws-lambda-haskell-runtime
version: 1.0.10
synopsis: Haskell runtime for AWS Lambda
description: Please see the README on GitHub at <https://github.com/theam/aws-lambda-haskell-runtime#readme>
category: AWS
homepage: https://github.com/theam/aws-lambda-haskell-runtime#readme
bug-reports: https://github.com/theam/aws-lambda-haskell-runtime/issues
author: Nikita Tchayka
maintainer: hackers@theagilemonkeys.com
copyright: 2018 The Agile Monkeys SL
license: Apache-2.0
license-file: LICENSE
build-type: Simple
extra-source-files:
README.md
ChangeLog.md

source-repository head
type: git
location: https://github.com/theam/aws-lambda-haskell-runtime

library
exposed-modules:
Aws.Lambda.Runtime
Aws.Lambda.Configuration
other-modules:
Aws.Lambda.ThHelpers
Paths_aws_lambda_haskell_runtime
hs-source-dirs:
src
default-extensions: TemplateHaskell OverloadedStrings RecordWildCards ScopedTypeVariables DeriveGeneric TypeApplications
ghc-options: -Wall -optP-Wno-nonportable-include-path
build-depends:
aeson
, base >=4.7 && <5
, bytestring
, case-insensitive
, conduit
, directory
, filepath
, http-client
, microlens-platform
, mtl
, optparse-generic
, process
, template-haskell
, text
, uuid
, wreq
default-language: Haskell2010

executable bootstrap
main-is: Main.hs
other-modules:
Paths_aws_lambda_haskell_runtime
hs-source-dirs:
app
default-extensions: TemplateHaskell OverloadedStrings RecordWildCards ScopedTypeVariables DeriveGeneric TypeApplications
ghc-options: -Wall -optP-Wno-nonportable-include-path
build-depends:
aws-lambda-haskell-runtime
, base >=4.7 && <5
, mtl
default-language: Haskell2010

test-suite aws-lambda-haskell-runtime-test
type: exitcode-stdio-1.0
main-is: Spec.hs
other-modules:
Paths_aws_lambda_haskell_runtime
hs-source-dirs:
test
default-extensions: TemplateHaskell OverloadedStrings RecordWildCards ScopedTypeVariables DeriveGeneric TypeApplications
ghc-options: -Wall -optP-Wno-nonportable-include-path -threaded -rtsopts -with-rtsopts=-N
build-depends:
base >=4.7 && <5
, hspec
, mtl
default-language: Haskell2010
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"package-hashes":{"MD5":"37f31a3e815fd4ba50bfc92cf472bb53","Skein512_512":"6217cb05ea1d247ea67f71b0aff6564bb5df31cff0a1c8e854883c92f25dbd944770dadb3cb6f08d42e1c6152be5d82798845966fc43d6e6f7fceb09e26b9d1a","SHA1":"72e114f11a927df47511a7a257c04f7ed5048cf8","SHA512":"67068babb694dc9421835ec88eaa7cc4d7bb66b459180dd3a80575537a2764f7c5f8c3778aae7127eaec5f3e9a192ba7bff5b6dda8e3a61d51eff599898ded41","SHA256":"58637eae7a8925e2b0446fe2be411ee2b5b29a8ee67812f00040a6c29d242d27"},"package-locations":["https://hackage.haskell.org/package/aws-lambda-haskell-runtime-1.0.10/aws-lambda-haskell-runtime-1.0.10.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/aws-lambda-haskell-runtime-1.0.10.tar.gz"],"package-size":6975}

0 comments on commit eea3ac8

Please sign in to comment.