bytestring-conversion 0.1 → 0.1.1
raw patch · 1 files changed
+5/−5 lines, 1 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
bytestring-conversion.cabal view
@@ -1,5 +1,5 @@ name: bytestring-conversion-version: 0.1+version: 0.1.1 synopsis: Type-classes to convert values to and from ByteString. license: OtherLicense license-file: LICENSE@@ -37,11 +37,11 @@ Data.ByteString.Conversion.Internal build-depends:- base >= 4.5 && < 5.0- , attoparsec >= 0.10 && < 0.13- , bytestring >= 0.10 && < 0.11+ base >= 4.5 && < 5.0+ , attoparsec >= 0.10 && < 0.13+ , bytestring >= 0.10.4 && < 0.11 , double-conversion == 2.0.*- , text >= 0.11 && < 1.2+ , text >= 0.11 && < 1.2 test-suite bytestring-conversion-tests type: exitcode-stdio-1.0