packages feed

rest-rewrite 0.4.2 → 0.4.3

raw patch · 1 files changed

+2/−2 lines, 1 filesdep ~containersdep ~hashabledep ~textPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: containers, hashable, text

API changes (from Hackage documentation)

Files

rest-rewrite.cabal view
@@ -1,6 +1,6 @@ name:               rest-rewrite build-type:         Simple-version:            0.4.2+version:            0.4.3 cabal-version:      2.0 category:           Rewriting maintainer:         Zack Grannan <zgrannan@cs.ubc.ca>@@ -61,7 +61,7 @@                 , parsec               >= 3.1.14 && < 3.2                 , mtl                  >= 2.2.2 && < 2.4                 , unordered-containers >= 0.2.13 && < 0.3-                , text                 >= 1.2.4 && < 2.1+                , text                 >= 1.2.4 && < 2.2  library testlib   default-language:  Haskell2010