bytestring-conversion 0.2 → 0.2.1
raw patch · 1 files changed
+7/−7 lines, 1 filesdep ~attoparsecdep ~bytestringdep ~case-insensitivePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: attoparsec, bytestring, case-insensitive, criterion, double-conversion, text
API changes (from Hackage documentation)
Files
bytestring-conversion.cabal view
@@ -1,5 +1,5 @@ name: bytestring-conversion-version: 0.2+version: 0.2.1 synopsis: Type-classes to convert values to and from ByteString. license: OtherLicense license-file: LICENSE@@ -38,11 +38,11 @@ build-depends: base >= 4.5 && < 5.0- , attoparsec >= 0.10 && < 0.13- , bytestring >= 0.10.4 && < 0.11- , case-insensitive == 1.2.*- , double-conversion == 2.0.*- , text >= 0.11 && < 1.2+ , attoparsec >= 0.10 && < 1.0+ , bytestring >= 0.10.4 && < 1.0+ , case-insensitive >= 1.2 && < 2.0+ , double-conversion >= 2.0 && < 3.0+ , text >= 0.11 && < 2.0 test-suite bytestring-conversion-tests type: exitcode-stdio-1.0@@ -73,6 +73,6 @@ base , bytestring , bytestring-conversion- , criterion >= 1.0.0.2 && < 1.1+ , criterion >= 1.0.0.2 && < 2.0 , text , transformers