explicit-iomodes-bytestring 0.2.0.1 → 0.2.0.2
raw patch · 1 files changed
+3/−3 lines, 1 filesdep ~basedep ~bytestringPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base, bytestring
API changes (from Hackage documentation)
Files
explicit-iomodes-bytestring.cabal view
@@ -1,5 +1,5 @@ name: explicit-iomodes-bytestring-version: 0.2.0.1+version: 0.2.0.2 cabal-version: >=1.6 build-type: Simple license: BSD3@@ -20,8 +20,8 @@ Library GHC-Options: -Wall- build-depends: base >= 4 && < 4.6- , bytestring >= 0.9 && < 0.10+ build-depends: base >= 4 && < 4.7+ , bytestring >= 0.9 && < 0.11 , explicit-iomodes >= 0.4 && < 0.7 exposed-modules: Data.ByteString.ExplicitIOModes Data.ByteString.Char8.ExplicitIOModes