summarylogtreecommitdiffstats
path: root/version-bounds.patch
blob: dc23f538f670dafac296e978a50b81720243173f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
diff --git a/cabal.project b/cabal.project
index d9130ee..3fd4099 100644
--- a/cabal.project
+++ b/cabal.project
@@ -1,2 +1,2 @@
 packages: ./*.cabal
-constraints: cabal-install-parsers == 0.4
+constraints: cabal-install-parsers == 0.5
diff --git a/prune-juice.cabal b/prune-juice.cabal
index 5f67cb9..8b6d055 100644
--- a/prune-juice.cabal
+++ b/prune-juice.cabal
@@ -68,11 +68,11 @@ common options
       TypeOperators
       ViewPatterns
   build-depends:
-      Cabal >= 3.2.1.0 && < 3.3
-    , aeson >= 1.5.6.0 && < 1.6
+      Cabal >= 3.2.1.0 && < 3.9
+    , aeson >= 1.5.6.0 && < 2.2
     , base < 5.0
-    , bytestring >= 0.10.12.0 && < 0.11
-    , cabal-install-parsers >= 0.4 && < 0.5
+    , bytestring >= 0.10.12.0 && < 0.13
+    , cabal-install-parsers >= 0.4 && < 0.6
     , containers >= 0.6.5.1 && < 0.7
     , directory >= 1.3.6.0 && < 1.4
     , filepath >= 1.4.2.1 && < 1.5