packages feed

charset 0.3.2 → 0.3.2.1

raw patch · 1 files changed

+2/−2 lines, 1 filesdep ~bytestringPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: bytestring

API changes (from Hackage documentation)

Files

charset.cabal view
@@ -1,5 +1,5 @@ name:          charset-version:       0.3.2+version:       0.3.2.1 license:       BSD3 license-File:  LICENSE copyright:     (c) Edward Kmett 2010-2012@@ -30,7 +30,7 @@   build-depends:     base                 >= 4       && < 5,     array                >= 0.2     && < 0.5,-    bytestring           == 0.9.*,+    bytestring           >= 0.9     && < 0.11,     containers           >= 0.2     && < 0.6,     semigroups           >= 0.8.3.1 && < 0.9,     unordered-containers >= 0.1.4.6 && < 0.3