packages feed

antiope-athena 6.0.3 → 6.0.4

raw patch · 1 files changed

+8/−8 lines, 1 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

antiope-athena.cabal view
@@ -2,10 +2,10 @@ -- -- see: https://github.com/sol/hpack ----- hash: 1ac0d2c6e1e78ef8c79baf777d298c2a8fd62d2c3a1dc65868c9d3424316526d+-- hash: 045348650d7370c4ffdb0dc1ce9e3b7a0912d913853cb4e12a0bef04afae464e  name:           antiope-athena-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,10 @@   location: https://github.com/arbor/antiope  library+  exposed-modules:+      Antiope.Athena+  other-modules:+      Paths_antiope_athena   hs-source-dirs:       src   default-extensions: BangPatterns GeneralizedNewtypeDeriving OverloadedStrings TupleSections@@ -39,15 +43,13 @@     , resourcet     , text     , unliftio-core-  exposed-modules:-      Antiope.Athena-  other-modules:-      Paths_antiope_athena   default-language: Haskell2010  test-suite antiope-athena-test   type: exitcode-stdio-1.0   main-is: Spec.hs+  other-modules:+      Paths_antiope_athena   hs-source-dirs:       test   default-extensions: BangPatterns GeneralizedNewtypeDeriving OverloadedStrings TupleSections@@ -62,6 +64,4 @@     , resourcet     , text     , unliftio-core-  other-modules:-      Paths_antiope_athena   default-language: Haskell2010