Cabal revisions of hal-0.4.9
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-cabal-version: 1.12+cabal-version: 1.12+name: hal+version: 0.4.9+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. --- This file has been generated from package.yaml by hpack version 0.33.0.------ see: https://github.com/sol/hpack------ hash: 804d66701a670f6c063313f96b6b5c9754cf0a4a67b7fc4651e11ed8ab059608+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. -name: hal-version: 0.4.9-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-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+category: Web,AWS+x-revision: 1+build-type: Simple extra-source-files: README.md CHANGELOG.md source-repository head- type: git- location: https://github.com/Nike-inc/hal+ type: git+ location: https://github.com/Nike-inc/hal library- exposed-modules:- AWS.Lambda.Combinators- AWS.Lambda.Context- AWS.Lambda.Events.ApiGateway.ProxyRequest- AWS.Lambda.Events.ApiGateway.ProxyResponse- AWS.Lambda.Events.Kafka- AWS.Lambda.Events.S3- AWS.Lambda.Events.SQS- AWS.Lambda.Internal- AWS.Lambda.Runtime- AWS.Lambda.Runtime.Value- AWS.Lambda.RuntimeClient- AWS.Lambda.RuntimeClient.Internal- other-modules:- Paths_hal- hs-source-dirs:- src- default-extensions:- OverloadedStrings- BangPatterns- DefaultSignatures- DeriveFoldable- DeriveFunctor- DeriveGeneric- DeriveLift- DeriveTraversable- DuplicateRecordFields- 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- , base >=4.7 && <5- , base64-bytestring- , bytestring- , case-insensitive- , conduit- , conduit-extra- , containers- , envy- , exceptions- , hashable- , http-client- , http-types- , mtl- , scientific >=0.3.3.0 && <0.4- , text- , time- , unordered-containers- default-language: Haskell2010+ exposed-modules:+ AWS.Lambda.Combinators+ AWS.Lambda.Context+ AWS.Lambda.Events.ApiGateway.ProxyRequest+ AWS.Lambda.Events.ApiGateway.ProxyResponse+ AWS.Lambda.Events.Kafka+ AWS.Lambda.Events.S3+ AWS.Lambda.Events.SQS+ AWS.Lambda.Internal+ AWS.Lambda.Runtime+ AWS.Lambda.Runtime.Value+ AWS.Lambda.RuntimeClient+ AWS.Lambda.RuntimeClient.Internal + hs-source-dirs: src+ other-modules: Paths_hal+ default-language: Haskell2010+ default-extensions:+ OverloadedStrings BangPatterns DefaultSignatures DeriveFoldable+ DeriveFunctor DeriveGeneric DeriveLift DeriveTraversable+ DuplicateRecordFields 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,+ base >=4.7 && <5,+ base64-bytestring >=1.0.0.2,+ bytestring >=0.10.8.2,+ case-insensitive >=1.2.0.11,+ conduit >=1.3.1,+ conduit-extra >=1.3.0,+ containers >=0.6.0.1,+ envy >=1.5.1.0,+ exceptions >=0.10.0,+ hashable >=1.2.7.0,+ http-client >=0.5.14,+ http-types >=0.12.2,+ mtl >=2.2.2,+ scientific >=0.3.3.0 && <0.4,+ text >=1.2.3.1,+ time >=1.8.0.2,+ unordered-containers >=0.2.9.0+ test-suite hal-test- type: exitcode-stdio-1.0- main-is: Spec.hs- other-modules:- AWS.Lambda.Events.ApiGateway.ProxyRequest.Gen- AWS.Lambda.Events.ApiGateway.ProxyRequest.Gen.Parameters- AWS.Lambda.Events.ApiGateway.ProxyRequest.Gen.Resource- AWS.Lambda.Events.ApiGateway.ProxyRequest.Spec- AWS.Lambda.Events.ApiGateway.ProxyResponse.Gen- AWS.Lambda.Events.ApiGateway.ProxyResponse.Spec- AWS.Lambda.Events.Kafka.Gen- AWS.Lambda.Events.Kafka.Spec- Gen.Header- Paths_hal- hs-source-dirs:- test- default-extensions:- OverloadedStrings- BangPatterns- DefaultSignatures- DeriveFoldable- DeriveFunctor- DeriveGeneric- DeriveLift- DeriveTraversable- DuplicateRecordFields- 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 -threaded -rtsopts -with-rtsopts=-N- build-depends:- aeson >=1.2.0.0 && <1.6 || >=2.0.0.0 && <2.1- , base >=4.7 && <5- , base64-bytestring- , bytestring- , case-insensitive- , containers- , hal- , hedgehog >=1.0.3 && <1.2- , hspec- , hspec-hedgehog- , http-client- , http-types >=0.12.2 && <0.13- , raw-strings-qq ==1.1.*- , scientific- , text- , time- , transformers- , unordered-containers- , vector >=0.12.0.0 && <0.13- default-language: Haskell2010+ type: exitcode-stdio-1.0+ main-is: Spec.hs+ hs-source-dirs: test+ other-modules:+ AWS.Lambda.Events.ApiGateway.ProxyRequest.Gen+ AWS.Lambda.Events.ApiGateway.ProxyRequest.Gen.Parameters+ AWS.Lambda.Events.ApiGateway.ProxyRequest.Gen.Resource+ AWS.Lambda.Events.ApiGateway.ProxyRequest.Spec+ AWS.Lambda.Events.ApiGateway.ProxyResponse.Gen+ AWS.Lambda.Events.ApiGateway.ProxyResponse.Spec+ AWS.Lambda.Events.Kafka.Gen+ AWS.Lambda.Events.Kafka.Spec+ Gen.Header+ Paths_hal++ default-language: Haskell2010+ default-extensions:+ OverloadedStrings BangPatterns DefaultSignatures DeriveFoldable+ DeriveFunctor DeriveGeneric DeriveLift DeriveTraversable+ DuplicateRecordFields 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 -threaded -rtsopts -with-rtsopts=-N++ build-depends:+ aeson >=1.2.0.0 && <1.6 || >=2.0.0.0 && <2.1,+ base >=4.7 && <5,+ base64-bytestring >=1.0.0.2,+ bytestring >=0.10.8.2,+ case-insensitive >=1.2.0.11,+ containers >=0.6.0.1,+ hal -any,+ hedgehog >=1.0.3 && <1.2,+ hspec >=2.6.1,+ hspec-hedgehog -any,+ http-client >=0.5.14,+ http-types >=0.12.2 && <0.13,+ raw-strings-qq ==1.1.*,+ scientific >=0.3.6.2,+ text >=1.2.3.1,+ time >=1.8.0.2,+ transformers >=0.5.5.0,+ unordered-containers >=0.2.9.0,+ vector >=0.12.0.0 && <0.13
revision 2
-cabal-version: 1.12-name: hal-version: 0.4.9-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- CHANGELOG.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.ApiGateway.ProxyRequest- AWS.Lambda.Events.ApiGateway.ProxyResponse- AWS.Lambda.Events.Kafka- AWS.Lambda.Events.S3- AWS.Lambda.Events.SQS- AWS.Lambda.Internal- AWS.Lambda.Runtime- AWS.Lambda.Runtime.Value- AWS.Lambda.RuntimeClient- AWS.Lambda.RuntimeClient.Internal-- hs-source-dirs: src- other-modules: Paths_hal- default-language: Haskell2010- default-extensions:- OverloadedStrings BangPatterns DefaultSignatures DeriveFoldable- DeriveFunctor DeriveGeneric DeriveLift DeriveTraversable- DuplicateRecordFields 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,- base >=4.7 && <5,- base64-bytestring >=1.0.0.2,- bytestring >=0.10.8.2,- case-insensitive >=1.2.0.11,- conduit >=1.3.1,- conduit-extra >=1.3.0,- containers >=0.6.0.1,- envy >=1.5.1.0,- exceptions >=0.10.0,- hashable >=1.2.7.0,- http-client >=0.5.14,- http-types >=0.12.2,- mtl >=2.2.2,- scientific >=0.3.3.0 && <0.4,- text >=1.2.3.1,- time >=1.8.0.2,- unordered-containers >=0.2.9.0--test-suite hal-test- type: exitcode-stdio-1.0- main-is: Spec.hs- hs-source-dirs: test- other-modules:- AWS.Lambda.Events.ApiGateway.ProxyRequest.Gen- AWS.Lambda.Events.ApiGateway.ProxyRequest.Gen.Parameters- AWS.Lambda.Events.ApiGateway.ProxyRequest.Gen.Resource- AWS.Lambda.Events.ApiGateway.ProxyRequest.Spec- AWS.Lambda.Events.ApiGateway.ProxyResponse.Gen- AWS.Lambda.Events.ApiGateway.ProxyResponse.Spec- AWS.Lambda.Events.Kafka.Gen- AWS.Lambda.Events.Kafka.Spec- Gen.Header- Paths_hal-- default-language: Haskell2010- default-extensions:- OverloadedStrings BangPatterns DefaultSignatures DeriveFoldable- DeriveFunctor DeriveGeneric DeriveLift DeriveTraversable- DuplicateRecordFields 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 -threaded -rtsopts -with-rtsopts=-N-- build-depends:- aeson >=1.2.0.0 && <1.6 || >=2.0.0.0 && <2.1,- base >=4.7 && <5,- base64-bytestring >=1.0.0.2,- bytestring >=0.10.8.2,- case-insensitive >=1.2.0.11,- containers >=0.6.0.1,- hal -any,- hedgehog >=1.0.3 && <1.2,- hspec >=2.6.1,- hspec-hedgehog -any,- http-client >=0.5.14,- http-types >=0.12.2 && <0.13,- raw-strings-qq ==1.1.*,- scientific >=0.3.6.2,- text >=1.2.3.1,- time >=1.8.0.2,- transformers >=0.5.5.0,- unordered-containers >=0.2.9.0,- vector >=0.12.0.0 && <0.13+cabal-version: 1.12 +name: hal +version: 0.4.9 +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: 2 +build-type: Simple +extra-source-files: + README.md + CHANGELOG.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.ApiGateway.ProxyRequest + AWS.Lambda.Events.ApiGateway.ProxyResponse + AWS.Lambda.Events.Kafka + AWS.Lambda.Events.S3 + AWS.Lambda.Events.SQS + AWS.Lambda.Internal + AWS.Lambda.Runtime + AWS.Lambda.Runtime.Value + AWS.Lambda.RuntimeClient + AWS.Lambda.RuntimeClient.Internal + + hs-source-dirs: src + other-modules: Paths_hal + default-language: Haskell2010 + default-extensions: + OverloadedStrings BangPatterns DefaultSignatures DeriveFoldable + DeriveFunctor DeriveGeneric DeriveLift DeriveTraversable + DuplicateRecordFields 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.2.0.0 && <1.6 || >=2.0.0.0 && <2.2.0.0, + base >=4.7 && <5, + base64-bytestring >=1.0.0.2, + bytestring >=0.10.8.2, + case-insensitive >=1.2.0.11, + conduit >=1.3.1, + conduit-extra >=1.3.0, + containers >=0.6.0.1, + envy >=1.5.1.0, + exceptions >=0.10.0, + hashable >=1.2.7.0, + http-client >=0.5.14, + http-types >=0.12.2, + mtl >=2.2.2, + scientific >=0.3.3.0 && <0.4, + text >=1.2.3.1, + time >=1.8.0.2, + unordered-containers >=0.2.9.0 + +test-suite hal-test + type: exitcode-stdio-1.0 + main-is: Spec.hs + hs-source-dirs: test + other-modules: + AWS.Lambda.Events.ApiGateway.ProxyRequest.Gen + AWS.Lambda.Events.ApiGateway.ProxyRequest.Gen.Parameters + AWS.Lambda.Events.ApiGateway.ProxyRequest.Gen.Resource + AWS.Lambda.Events.ApiGateway.ProxyRequest.Spec + AWS.Lambda.Events.ApiGateway.ProxyResponse.Gen + AWS.Lambda.Events.ApiGateway.ProxyResponse.Spec + AWS.Lambda.Events.Kafka.Gen + AWS.Lambda.Events.Kafka.Spec + Gen.Header + Paths_hal + + default-language: Haskell2010 + default-extensions: + OverloadedStrings BangPatterns DefaultSignatures DeriveFoldable + DeriveFunctor DeriveGeneric DeriveLift DeriveTraversable + DuplicateRecordFields 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 -threaded -rtsopts -with-rtsopts=-N + + build-depends: + aeson -any, + base >=4.7 && <5, + base64-bytestring >=1.0.0.2, + bytestring >=0.10.8.2, + case-insensitive >=1.2.0.11, + containers >=0.6.0.1, + hal -any, + hedgehog >=1.0.3 && <1.2, + hspec >=2.6.1, + hspec-hedgehog -any, + http-client >=0.5.14, + http-types >=0.12.2 && <0.13, + raw-strings-qq ==1.1.*, + scientific >=0.3.6.2, + text >=1.2.3.1, + time >=1.8.0.2, + transformers >=0.5.5.0, + unordered-containers >=0.2.9.0, + vector >=0.12.0.0 && <0.13