readable 0.1 → 0.1.0.1
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~bytestring
Dependency ranges changed: bytestring
Files
- readable.cabal +2/−2
readable.cabal view
@@ -1,5 +1,5 @@ name: readable-version: 0.1+version: 0.1.0.1 synopsis: Reading from Text and ByteString description:@@ -28,7 +28,7 @@ build-depends: base >= 4 && < 5,- bytestring >= 0.9 && < 0.10,+ bytestring >= 0.9 && < 0.11, text >= 0.11 && < 0.12 ghc-prof-options: -prof -auto-all