summaryrefslogtreecommitdiff
path: root/math/hs-Agda-stdlib/files/patch-lib.cabal
blob: b2ee3bb15f5602fbd095ed2e37fdc1ef1fc42c4e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
--- lib.cabal.orig	2014-11-14 23:18:11 UTC
+++ lib.cabal
@@ -7,12 +7,12 @@ description:     Helper programs.
 executable GenerateEverything
   hs-source-dirs:   .
   main-is:          GenerateEverything.hs
-  build-depends:    base >= 4.2 && < 4.8,
+  build-depends:    base >= 4.2 && < 4.9,
                     filemanip == 0.3.*,
-                    filepath >= 1.1 && < 1.4
+                    filepath >= 1.1 && < 1.5
 
 executable AllNonAsciiChars
   hs-source-dirs:   .
   main-is:          AllNonAsciiChars.hs
-  build-depends:    base >= 4.2 && < 4.8,
+  build-depends:    base >= 4.2 && < 4.9,
                     filemanip == 0.3.*