packages feed

antiope-sns 5.0.0 → 5.0.1

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: f724ac363b7ba7a65b57696d5ed79c8cf710f6bd872944c60bbecbb00b77113a+-- hash: 88cd94e7397a0998f4ec6e61ff35ab63e81d239e91a3e691d554a015f8693fe8  name:           antiope-sns-version:        5.0.0+version:        5.0.1 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