packages feed

antiope-sns 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-sns.cabal view
@@ -2,10 +2,10 @@ -- -- see: https://github.com/sol/hpack ----- hash: 5264d55bc5a19f9f0b488ece19d5360554a13d1184c8f8c45d17474750b2ce27+-- hash: 4e8c9d7841ccbf49af1e114de7f18fae0eaa76b717425063fabba169725c6ab0  name:           antiope-sns-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.SNS+      Antiope.SNS.Types+  other-modules:+      Paths_antiope_sns   hs-source-dirs:       src   default-extensions: BangPatterns GeneralizedNewtypeDeriving OverloadedStrings TupleSections@@ -40,16 +45,13 @@     , lens     , text     , unliftio-core-  exposed-modules:-      Antiope.SNS-      Antiope.SNS.Types-  other-modules:-      Paths_antiope_sns   default-language: Haskell2010  test-suite antiope-sns-test   type: exitcode-stdio-1.0   main-is: Spec.hs+  other-modules:+      Paths_antiope_sns   hs-source-dirs:       test   default-extensions: BangPatterns GeneralizedNewtypeDeriving OverloadedStrings TupleSections@@ -65,6 +67,4 @@     , lens     , text     , unliftio-core-  other-modules:-      Paths_antiope_sns   default-language: Haskell2010