packages feed

antiope-messages 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-messages.cabal view
@@ -2,10 +2,10 @@ -- -- see: https://github.com/sol/hpack ----- hash: 53840b941834073aa6aae52586fb0ec2c308d0904a651850756b119bf030787d+-- hash: 9c222db1b50be509e4014f60da187e99a044af393529715ddda1147037a007be  name:           antiope-messages-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.Messages-      Antiope.Messages.Types-  other-modules:-      Paths_antiope_messages   hs-source-dirs:       src   default-extensions: BangPatterns GeneralizedNewtypeDeriving OverloadedStrings TupleSections@@ -50,13 +45,16 @@     , network-uri     , text     , unliftio-core+  exposed-modules:+      Antiope.Messages+      Antiope.Messages.Types+  other-modules:+      Paths_antiope_messages   default-language: Haskell2010  test-suite antiope-messages-test   type: exitcode-stdio-1.0   main-is: Spec.hs-  other-modules:-      Paths_antiope_messages   hs-source-dirs:       test   default-extensions: BangPatterns GeneralizedNewtypeDeriving OverloadedStrings TupleSections@@ -77,4 +75,6 @@     , network-uri     , text     , unliftio-core+  other-modules:+      Paths_antiope_messages   default-language: Haskell2010