Skip to content

Commit

Permalink
Update from Hackage at 2020-04-22T07:03:13Z
Browse files Browse the repository at this point in the history
  • Loading branch information
all-cabal-tool committed Apr 22, 2020
1 parent 04950d5 commit 3ae5111
Show file tree
Hide file tree
Showing 2 changed files with 107 additions and 0 deletions.
106 changes: 106 additions & 0 deletions serverless-haskell/0.10.5/serverless-haskell.cabal
Original file line number Diff line number Diff line change
@@ -0,0 +1,106 @@
cabal-version: 1.12

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

name: serverless-haskell
version: 0.10.5
synopsis: Deploying Haskell code onto AWS Lambda using Serverless
description: Utilities to help process the events from AWS Lambda when deployed with the serverless-haskell plugin.
category: AWS, Cloud, Network
homepage: https://github.com/seek-oss/serverless-haskell#readme
bug-reports: https://github.com/seek-oss/serverless-haskell/issues
maintainer: akotlyarov@seek.com.au
license: MIT
license-file: LICENSE
build-type: Simple
extra-source-files:
README.md

source-repository head
type: git
location: https://github.com/seek-oss/serverless-haskell

library
exposed-modules:
AWSLambda
AWSLambda.Events
AWSLambda.Events.APIGateway
AWSLambda.Events.KinesisEvent
AWSLambda.Events.MessageAttribute
AWSLambda.Events.Records
AWSLambda.Events.S3Event
AWSLambda.Events.SNSEvent
AWSLambda.Events.SQSEvent
AWSLambda.Handler
AWSLambda.Orphans
Data.Aeson.Alternative
Data.Aeson.Embedded
Data.Aeson.TextValue
other-modules:
Paths_serverless_haskell
hs-source-dirs:
src
ghc-options: -Wall
build-depends:
aeson
, aeson-casing
, amazonka-core
, amazonka-kinesis
, amazonka-s3
, base >=4.7 && <5
, bytestring
, case-insensitive
, http-types
, iproute
, lens
, network
, network-simple
, text
, time
, unix
, unordered-containers
default-language: Haskell2010

test-suite tests
type: exitcode-stdio-1.0
main-is: Spec.hs
other-modules:
AWSLambda.Events.APIGatewaySpec
AWSLambda.Events.KinesisEventSpec
AWSLambda.Events.S3EventSpec
AWSLambda.Events.SNSEventSpec
AWSLambda.Events.SQSEventSpec
Data.Aeson.AlternativeSpec
Data.Aeson.EmbeddedSpec
Data.Aeson.TestUtil
Paths_serverless_haskell
hs-source-dirs:
test
ghc-options: -Wall
build-depends:
aeson
, aeson-casing
, amazonka-core
, amazonka-kinesis
, amazonka-s3
, base >=4.7 && <5
, bytestring
, case-insensitive
, hspec
, hspec-discover
, http-types
, iproute
, lens
, network
, network-simple
, raw-strings-qq
, serverless-haskell
, text
, time
, unix
, unordered-containers
default-language: Haskell2010
1 change: 1 addition & 0 deletions serverless-haskell/0.10.5/serverless-haskell.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"package-hashes":{"MD5":"1136d659f2c5a83777e43d42e7008312","Skein512_512":"a6f09529469d7e1cc7e5a725a0943533eb6fa8bd354ab8d9128e33af5b754715a0dd670753a87d573686714984fd5fe3c86ef34aa7af1bd829263c66c5efcf0a","SHA1":"cba57b45ab722b0fdb85d51bbf777a756937ec0c","SHA512":"1c5b7590287e77934daf28178cb72bfcfd798ac8cc0bfdff507ede6be2c67d558845277be3f69c929de08be961629376706efa058a0124e1a8da8d7842333eb2","SHA256":"81cfd21b4d40dcdc4f283a0e5da7ffa96dd5710d92d718e6117723340754f7a0"},"package-locations":["https://hackage.haskell.org/package/serverless-haskell-0.10.5/serverless-haskell-0.10.5.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/serverless-haskell-0.10.5.tar.gz"],"package-size":20929}

0 comments on commit 3ae5111

Please sign in to comment.