packages feed

antiope-core 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-core.cabal view
@@ -2,10 +2,10 @@ -- -- see: https://github.com/sol/hpack ----- hash: a22652495b9ead148fd86f4c38282318b16951c771df8bb0bf82be55dfe13a90+-- hash: c9243545bfa3b7000061774b401f803c9e74a345f4252603e3aee969b52853b9  name:           antiope-core-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.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@@ -47,13 +42,16 @@     , 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@@ -71,4 +69,6 @@     , resourcet     , transformers     , unliftio-core+  other-modules:+      Paths_antiope_core   default-language: Haskell2010