blaze-builder 0.2.0.2 → 0.2.0.3
raw patch · 2 files changed
+5/−2 lines, 2 filesdep ~basedep ~textPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base, text
API changes (from Hackage documentation)
Files
- CHANGES +3/−0
- blaze-builder.cabal +2/−2
CHANGES view
@@ -1,3 +1,6 @@+* 0.2.0.3+ + Loosen 'text' dependency to '>= 0.10 && < 0.12' * 0.2.0.2
blaze-builder.cabal view
@@ -1,5 +1,5 @@ Name: blaze-builder-Version: 0.2.0.2+Version: 0.2.0.3 Synopsis: Efficient construction of bytestrings. Description: @@ -53,4 +53,4 @@ -- FIXME: Ensure dependencies are strict enough build-depends: base == 4.* , bytestring == 0.9.* ,- text == 0.10.*+ text >= 0.10 && < 0.12