summaryrefslogtreecommitdiff
path: root/math/hs-Agda-stdlib/files/patch-lib.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'math/hs-Agda-stdlib/files/patch-lib.cabal')
-rw-r--r--math/hs-Agda-stdlib/files/patch-lib.cabal18
1 files changed, 18 insertions, 0 deletions
diff --git a/math/hs-Agda-stdlib/files/patch-lib.cabal b/math/hs-Agda-stdlib/files/patch-lib.cabal
new file mode 100644
index 000000000000..b2ee3bb15f56
--- /dev/null
+++ b/math/hs-Agda-stdlib/files/patch-lib.cabal
@@ -0,0 +1,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.*