packages feed

antiope-core 5.0.0 → 5.0.1

raw patch · 2 files changed

+10/−9 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

+ Antiope.Core: class (Functor m, Applicative m, Monad m, MonadIO m, MonadCatch m) => MonadAWS (m :: * -> *)

Files

antiope-core.cabal view
@@ -2,10 +2,10 @@ -- -- see: https://github.com/sol/hpack ----- hash: f4955078fabef73a1026ffe231b383d838685f9e01a7b2e39febe95916ab1748+-- hash: 0960bdac395f9a70a5d2e3693fadc969fa7c70dc9bc10f456cc0c0d887331647  name:           antiope-core-version:        5.0.0+version:        5.0.1 description:    Please see the README on Github at <https://github.com/arbor/antiope#readme> category:       Services homepage:       https://github.com/arbor/antiope#readme@@ -26,6 +26,11 @@   location: https://github.com/arbor/antiope  library+  exposed-modules:+      Antiope.Core+      Antiope.Env+  other-modules:+      Paths_antiope_core   hs-source-dirs:       src   ghc-options: -Wall -Wcompat -Wincomplete-record-updates -Wincomplete-uni-patterns -Wredundant-constraints -O2 -msse4.2@@ -42,16 +47,13 @@     , resourcet     , transformers     , unliftio-core-  exposed-modules:-      Antiope.Core-      Antiope.Env-  other-modules:-      Paths_antiope_core   default-language: Haskell2010  test-suite antiope-core-test   type: exitcode-stdio-1.0   main-is: Spec.hs+  other-modules:+      Paths_antiope_core   hs-source-dirs:       test   ghc-options: -Wall -Wcompat -Wincomplete-record-updates -Wincomplete-uni-patterns -Wredundant-constraints -O2 -msse4.2 -threaded -rtsopts -with-rtsopts=-N@@ -69,6 +71,4 @@     , resourcet     , transformers     , unliftio-core-  other-modules:-      Paths_antiope_core   default-language: Haskell2010
src/Antiope/Core.hs view
@@ -10,6 +10,7 @@ module Antiope.Core   ( module Network.AWS.Data.Text   , AWS.AWS+  , AWS.MonadAWS   , AWS.Env   , AWS.Error(..)   , AWS.ErrorCode(..), AWS.errorCode