packages feed

readable 0.1.0.1 → 0.1.0.2

raw patch · 1 files changed

+3/−3 lines, 1 filesdep ~bytestringdep ~text

Dependency ranges changed: bytestring, text

Files

readable.cabal view
@@ -1,5 +1,5 @@ name:           readable-version:        0.1.0.1+version:        0.1.0.2 synopsis:       Reading from Text and ByteString  description:@@ -28,8 +28,8 @@    build-depends:     base        >= 4    && < 5,-    bytestring  >= 0.9  && < 0.11,-    text        >= 0.11 && < 0.12+    bytestring  >= 0.9,+    text        >= 0.11    ghc-prof-options: -prof -auto-all   ghc-options: -Wall -fwarn-tabs