antiope-dynamodb 6.4.0 → 7.0.0
raw patch · 1 files changed
+6/−17 lines, 1 files
Files
- antiope-dynamodb.cabal +6/−17
antiope-dynamodb.cabal view
@@ -1,14 +1,9 @@-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: 47a0ea734c4dfb17d805c5413b689e6791687c5951f75466d06addde60ef5981+cabal-version: 2.2 name: antiope-dynamodb-version: 6.4.0-description: Please see the README on Github at <https://github.com/arbor/antiope#readme>+version: 7.0.0+synopsis: Please see the README on Github at <https://github.com/arbor/antiope#readme>+description: Please see the README on Github at <https://github.com/arbor/antiope#readme>. category: Services homepage: https://github.com/arbor/antiope#readme bug-reports: https://github.com/arbor/antiope/issues@@ -30,10 +25,7 @@ exposed-modules: Antiope.DynamoDB Antiope.DynamoDB.Types- other-modules:- Paths_antiope_dynamodb- hs-source-dirs:- src+ hs-source-dirs: src default-extensions: BangPatterns GeneralizedNewtypeDeriving OverloadedStrings TupleSections ghc-options: -Wall -Wcompat -Wincomplete-record-updates -Wincomplete-uni-patterns -Wredundant-constraints -msse4.2 build-depends:@@ -52,10 +44,7 @@ test-suite antiope-dynamodb-test type: exitcode-stdio-1.0 main-is: Spec.hs- other-modules:- Paths_antiope_dynamodb- hs-source-dirs:- test+ hs-source-dirs: test default-extensions: BangPatterns GeneralizedNewtypeDeriving OverloadedStrings TupleSections ghc-options: -Wall -Wcompat -Wincomplete-record-updates -Wincomplete-uni-patterns -Wredundant-constraints -msse4.2 -threaded -rtsopts -with-rtsopts=-N build-depends: