ghc-vector-algorithms/ghc-vector-algorithms-0.9.0.1-primitive-0.9.patch

12 lines
485 B
Diff
Raw Normal View History

--- vector-algorithms-0.9.0.1/vector-algorithms.cabal.orig 2023-12-02 22:23:03.733452421 +0100
+++ vector-algorithms-0.9.0.1/vector-algorithms.cabal 2023-12-02 22:23:11.838420167 +0100
@@ -59,7 +59,7 @@
build-depends: base >= 4.5 && < 5,
bitvec >= 1.0 && < 1.2,
vector >= 0.6 && < 0.14,
- primitive >=0.3 && <0.8,
+ primitive >=0.3 && <0.9,
bytestring >= 0.9 && < 1.0
if ! impl (ghc >= 7.8)