hw-json-simd 0.1.1.1 → 0.1.1.2
raw patch · 1 files changed
+5/−3 lines, 1 filesdep ~basedep ~bytestringdep ~doctestPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base, bytestring, doctest, optparse-applicative
API changes (from Hackage documentation)
Files
- hw-json-simd.cabal +5/−3
hw-json-simd.cabal view
@@ -1,7 +1,7 @@ cabal-version: 2.2 name: hw-json-simd-version: 0.1.1.1+version: 0.1.1.2 synopsis: SIMD-based JSON semi-indexer description: Please see the README on GitHub at <https://github.com/haskell-works/hw-json-simd#readme> category: Data@@ -13,7 +13,7 @@ license: BSD-3-Clause license-file: LICENSE build-type: Simple-tested-with: GHC == 9.2.2, GHC == 9.0.2, GHC == 8.10.7, GHC == 8.8.4, GHC == 8.6.5+tested-with: GHC == 9.4.2, GHC == 9.2.4, GHC == 9.0.2, GHC == 8.10.7, GHC == 8.8.4, GHC == 8.6.5 extra-source-files: cbits/debug.h cbits/simd.h cbits/intrinsics.h@@ -53,7 +53,7 @@ common lens { build-depends: lens >= 4 && < 6 } common optparse-applicative { build-depends: optparse-applicative >= 0.14 && < 0.18 } common transformers { build-depends: transformers >= 0.4 && < 0.7 }-common vector { build-depends: vector >= 0.12 && < 0.13 }+common vector { build-depends: vector >= 0.12 && < 0.14 } common hw-json-simd build-depends: hw-json-simd@@ -72,6 +72,8 @@ ghc-options: -mbmi2 if flag(avx2) cc-options: -mavx2+ if (arch(aarch64) || arch(arm))+ build-depends: base < 0 library import: base, config