File: cabal.patch

package info (click to toggle)
raincat 1.2.3-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 10,976 kB
  • sloc: haskell: 2,200; makefile: 10
file content (13 lines) | stat: -rw-r--r-- 669 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
--- a/Raincat.cabal
+++ b/Raincat.cabal
@@ -54,8 +54,8 @@
                         -- Specifying ghc-8.10 dependencies as a lower
                         -- bound. Chances are high that older and newer
                         -- dependencies will Just Work.
-                        base ^>= 4.14 || ^>= 4.15 || ^>= 4.16 || ^>= 4.17 || ^>= 4.18 || ^>= 4.19,
-                        containers ^>= 0.6,
+                        base >= 4.14 && < 5,
+                        containers >= 0.6 && < 1.0,
                         mtl ^>= 2.2 || ^>= 2.3,
                         random ^>= 1.2,
                         time ^>= 1.9 || ^>= 1.10 || ^>= 1.11 || ^>= 1.12,