packages feed

encoding 0.8.6 → 0.8.7

raw patch · 2 files changed

+7/−6 lines, 2 filesPVP: major bump suggested

API removals or changes: PVP suggests a major version bump

API changes (from Hackage documentation)

- Data.Encoding.ByteSource: fetchAheadState :: forall {m} {s} {a}. MonadState s m => m (Maybe a) -> m (Maybe a)
+ Data.Encoding.ByteSource: fetchAheadState :: forall m s a. MonadState s m => m (Maybe a) -> m (Maybe a)

Files

CHANGELOG view
@@ -1,4 +1,10 @@+Changes from 0.8.6 to 0.8.7+---------------------------++* Fixed build with stack and its resolver LTS 19.+ Changes from 0.8.5 to 0.8.6+---------------------------  * Fixed arithmetic underflow during GHC >=8.8 build. * Added support GHC 9.0.
encoding.cabal view
@@ -1,5 +1,5 @@ Name:		encoding-Version:	0.8.6+Version:	0.8.7 Author:		Henning Günther Maintainer:	daniel@wagner-home.com License:	BSD3@@ -31,11 +31,6 @@ Source-Repository head   Type:         git   Location:     http://github.com/dmwit/encoding--Source-Repository this-  Type:         git-  Location:     http://github.com/dmwit/encoding-  Tag:          0.8.5  Custom-Setup   Setup-Depends: base >=3 && <5,