encoding 0.10.1 → 0.10.2
raw patch · 2 files changed
+9/−3 lines, 2 filesdep ~Cabaldep ~ghc-primPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: Cabal, ghc-prim
API changes (from Hackage documentation)
Files
- CHANGELOG +6/−0
- encoding.cabal +3/−3
CHANGELOG view
@@ -1,3 +1,9 @@+Changes from 0.10 to 0.10.2+---------------------------++* Allow ghc-prim-0.13.+* Allow Cabal-3.14.+ Changes from 0.10 to 0.10.1 ---------------------------
encoding.cabal view
@@ -1,5 +1,5 @@ Name: encoding-Version: 0.10.1+Version: 0.10.2 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.13,+ ghc-prim >=0.3 && <0.14, mtl >=2.0 && <2.4, regex-compat >=0.71 && <0.96 @@ -129,7 +129,7 @@ , filepath , containers , HaXml >=1.22 && <1.27- , Cabal >= 2.0 && < 3.14+ , Cabal >= 2.0 && < 3.15 , encoding else buildable: False