encoding 0.10 → 0.10.1
raw patch · 2 files changed
+7/−2 lines, 2 filesdep ~ghc-primPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: ghc-prim
API changes (from Hackage documentation)
Files
- CHANGELOG +5/−0
- encoding.cabal +2/−2
CHANGELOG view
@@ -1,3 +1,8 @@+Changes from 0.10 to 0.10.1+---------------------------++* Allow ghc-prim-0.12.+ Changes from 0.9 to 0.10 ---------------------------
encoding.cabal view
@@ -1,5 +1,5 @@ Name: encoding-Version: 0.10+Version: 0.10.1 Author: Henning Günther Maintainer: daniel@wagner-home.com, Andrey Prokopenko License: BSD3@@ -34,7 +34,7 @@ bytestring >=0.9 && <0.13, containers >=0.4 && <0.8, extensible-exceptions >=0.1 && <0.2,- ghc-prim >=0.3 && <0.12,+ ghc-prim >=0.3 && <0.13, mtl >=2.0 && <2.4, regex-compat >=0.71 && <0.96