packages feed

blaze-textual 0.2.2.0 → 0.2.2.1

raw patch · 3 files changed

+6/−2 lines, 3 filesdep ~basePVP ok

version bump matches the API change (PVP)

Dependency ranges changed: base

API changes (from Hackage documentation)

Files

Blaze/Text/Int.hs view
@@ -24,7 +24,7 @@ import Data.Word (Word, Word8, Word16, Word32, Word64) import GHC.Base (quotInt, remInt) #if MIN_VERSION_base(4,15,0)-#elif+#else import GHC.Num (quotRemInteger) #endif import GHC.Types (Int(..))
blaze-textual.cabal view
@@ -1,5 +1,5 @@ name:            blaze-textual-version:         0.2.2.0+version:         0.2.2.1 license:         BSD3 license-file:    LICENSE category:        Text
changelog.md view
@@ -1,3 +1,7 @@+0.2.2.1  2021-08-30++* Restore support for GHC <9.+ 0.2.2.0  2021-08-30  * Add support for GHC 9.0.