antiope-core 6.0.3 → 6.0.4
raw patch · 1 files changed
+9/−9 lines, 1 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- antiope-core.cabal +9/−9
antiope-core.cabal view
@@ -2,10 +2,10 @@ -- -- see: https://github.com/sol/hpack ----- hash: c9243545bfa3b7000061774b401f803c9e74a345f4252603e3aee969b52853b9+-- hash: be45131f6eb37c11a4547c7d5f07ff684befa379a1ca91437c24724ab3e0acb7 name: antiope-core-version: 6.0.3+version: 6.0.4 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