binary-parser 0.5.7.1 → 0.5.7.2
raw patch · 2 files changed
+2/−4 lines, 2 filesdep ~textsetup-changedPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: text
API changes (from Hackage documentation)
Files
- Setup.hs +0/−2
- binary-parser.cabal +2/−2
− Setup.hs
@@ -1,2 +0,0 @@-import Distribution.Simple-main = defaultMain
binary-parser.cabal view
@@ -1,7 +1,7 @@ name: binary-parser version:- 0.5.7.1+ 0.5.7.2 synopsis: A highly-efficient but limited parser API specialised for bytestrings category:@@ -45,7 +45,7 @@ build-depends: -- data: bytestring >= 0.10 && < 0.12,- text >= 1 && < 2,+ text >= 1 && < 3, -- general: mtl == 2.*, transformers >= 0.4 && < 0.7,