hw-json-simple-cursor 0.1.0.0 → 0.1.0.1
raw patch · 1 files changed
+1/−12 lines, 1 filesdep −attoparsecdep −dlistdep −hw-mquerydep ~optparse-applicativePVP ok
version bump matches the API change (PVP)
Dependencies removed: attoparsec, dlist, hw-mquery, transformers
Dependency ranges changed: optparse-applicative
API changes (from Hackage documentation)
Files
- hw-json-simple-cursor.cabal +1/−12
hw-json-simple-cursor.cabal view
@@ -1,7 +1,7 @@ cabal-version: 2.2 name: hw-json-simple-cursor-version: 0.1.0.0+version: 0.1.0.1 synopsis: Memory efficient JSON parser description: Memory efficient JSON parser. Please see README.md category: Data@@ -39,14 +39,9 @@ common base { build-depends: base >= 4 && < 5 } -common ansi-wl-pprint { build-depends: ansi-wl-pprint >= 0.6.8.2 && < 0.7 }-common array { build-depends: array >= 0.5 && < 0.6 }-common attoparsec { build-depends: attoparsec >= 0.13 && < 0.14 }-common bits-extra { build-depends: bits-extra >= 0.0.1.3 && < 0.1 } common bytestring { build-depends: bytestring >= 0.10.6 && < 0.11 } common criterion { build-depends: criterion >= 1.4 && < 1.6 } common directory { build-depends: directory >= 1.3 && < 1.4 }-common dlist { build-depends: dlist >= 0.8 && < 0.9 } common generic-lens { build-depends: generic-lens >= 1.1.0.0 && < 1.2 } common hedgehog { build-depends: hedgehog >= 0.6 && < 1.1 } common hspec { build-depends: hspec >= 2.4 && < 3 }@@ -54,7 +49,6 @@ common hw-bits { build-depends: hw-bits >= 0.7.0.5 && < 0.8 } common hw-hspec-hedgehog { build-depends: hw-hspec-hedgehog >= 0.1.0.4 && < 0.2 } common hw-json-simd { build-depends: hw-json-simd >= 0.1.0.2 && < 0.2 }-common hw-mquery { build-depends: hw-mquery >= 0.2.0.0 && < 0.3 } common hw-parser { build-depends: hw-parser >= 0.1 && < 0.2 } common hw-prim { build-depends: hw-prim >= 0.6.2.28 && < 0.7 } common hw-rankselect { build-depends: hw-rankselect >= 0.13 && < 0.14 }@@ -64,7 +58,6 @@ common mmap { build-depends: mmap >= 0.5 && < 0.6 } common optparse-applicative { build-depends: optparse-applicative >= 0.14 && < 0.15 } common text { build-depends: text >= 1.2 && < 1.3 }-common transformers { build-depends: transformers >= 0.4 && < 0.6 } common vector { build-depends: vector >= 0.12 && < 0.13 } common word8 { build-depends: word8 >= 0.1 && < 0.2 } @@ -103,11 +96,9 @@ executable hw-json import: base, config , bytestring- , dlist , generic-lens , hw-balancedparens , hw-json-simd- , hw-mquery , hw-prim , hw-rankselect , hw-rankselect-base@@ -128,7 +119,6 @@ test-suite hw-json-test import: base, config- , attoparsec , bytestring , hedgehog , hspec@@ -138,7 +128,6 @@ , hw-prim , hw-rankselect , hw-rankselect-base- , transformers , vector type: exitcode-stdio-1.0 main-is: Spec.hs