packages feed

twirp 0.2.0.0 → 0.2.0.1

raw patch · 1 files changed

+7/−5 lines, 1 filesdep ~proto-lens-jsonpbdep ~proto-lens-runtimedep ~servantnew-uploaderPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: proto-lens-jsonpb, proto-lens-runtime, servant, text

API changes (from Hackage documentation)

Files

twirp.cabal view
@@ -1,7 +1,7 @@ cabal-version:  2.4  name:           twirp-version:        0.2.0.0+version:        0.2.0.1 synopsis:       Haskell twirp foundations description:    Please see the README on GitHub at <https://github.com/tclem/twirp-haskell#readme> homepage:       https://github.com/tclem/twirp-haskell#readme@@ -16,6 +16,8 @@ extra-source-files: README.md  tested-with:    GHC == 8.6.5+              , GHC == 8.8.1+              , GHC == 8.10.1  -- GHC extensions shared between targets common haskell@@ -43,10 +45,10 @@     , http-media >= 0.8.0.0     , http-types >= 0.12.3     , proto-lens >= 0.5.0.0-    , proto-lens-jsonpb >= 0.2.0.0-    , proto-lens-runtime >= 0.5 && <0.7-    , servant ^>= 0.16.2-    , text ^>= 1.2.4.0+    , proto-lens-jsonpb >= 0.2.0.2+    , proto-lens-runtime ^>= 0.7+    , servant ^>= 0.18+    , text ^>= 1.2.3.2     , wai ^>= 3.2.2.1  library