packages feed

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