packages feed

antiope-dynamodb 6.0.2 → 6.0.3

raw patch · 1 files changed

+9/−9 lines, 1 filesnew-uploaderPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

antiope-dynamodb.cabal view
@@ -2,10 +2,10 @@ -- -- see: https://github.com/sol/hpack ----- hash: aee290a5b61c6ce0333eb4d31ece5141d2cf711eb150dc43637462aafa522ebf+-- hash: c5560660ee5132cc4e9ec7e024695844db5b830f46957790fb9a352913967ed5  name:           antiope-dynamodb-version:        6.0.2+version:        6.0.3 description:    Please see the README on Github at <https://github.com/arbor/antiope#readme> category:       Services homepage:       https://github.com/arbor/antiope#readme@@ -26,11 +26,6 @@   location: https://github.com/arbor/antiope  library-  exposed-modules:-      Antiope.DynamoDB-      Antiope.DynamoDB.Types-  other-modules:-      Paths_antiope_dynamodb   hs-source-dirs:       src   default-extensions: BangPatterns GeneralizedNewtypeDeriving OverloadedStrings TupleSections@@ -46,13 +41,16 @@     , text     , unliftio-core     , unordered-containers+  exposed-modules:+      Antiope.DynamoDB+      Antiope.DynamoDB.Types+  other-modules:+      Paths_antiope_dynamodb   default-language: Haskell2010  test-suite antiope-dynamodb-test   type: exitcode-stdio-1.0   main-is: Spec.hs-  other-modules:-      Paths_antiope_dynamodb   hs-source-dirs:       test   default-extensions: BangPatterns GeneralizedNewtypeDeriving OverloadedStrings TupleSections@@ -69,4 +67,6 @@     , text     , unliftio-core     , unordered-containers+  other-modules:+      Paths_antiope_dynamodb   default-language: Haskell2010