aboutsummaryrefslogtreecommitdiff
path: root/math/hs-Agda/files/patch-src__full__Agda__Compiler__MAlonzo__Compiler.hs
diff options
context:
space:
mode:
authorGabor Pali <pgj@FreeBSD.org>2012-06-03 22:09:57 +0000
committerGabor Pali <pgj@FreeBSD.org>2012-06-03 22:09:57 +0000
commit08975e894244b9fa0e2b0c586398410a2fc655c4 (patch)
tree50b98f159ca30292fb446d429cb75026f5d5b816 /math/hs-Agda/files/patch-src__full__Agda__Compiler__MAlonzo__Compiler.hs
parentb9c7b8d985f2bd48f41b662b779de262856bcd92 (diff)
downloadports-08975e894244b9fa0e2b0c586398410a2fc655c4.tar.gz
ports-08975e894244b9fa0e2b0c586398410a2fc655c4.zip
Notes
Diffstat (limited to 'math/hs-Agda/files/patch-src__full__Agda__Compiler__MAlonzo__Compiler.hs')
-rw-r--r--math/hs-Agda/files/patch-src__full__Agda__Compiler__MAlonzo__Compiler.hs11
1 files changed, 11 insertions, 0 deletions
diff --git a/math/hs-Agda/files/patch-src__full__Agda__Compiler__MAlonzo__Compiler.hs b/math/hs-Agda/files/patch-src__full__Agda__Compiler__MAlonzo__Compiler.hs
new file mode 100644
index 000000000000..bae4ce30dd13
--- /dev/null
+++ b/math/hs-Agda/files/patch-src__full__Agda__Compiler__MAlonzo__Compiler.hs
@@ -0,0 +1,11 @@
+--- ./src/full/Agda/Compiler/MAlonzo/Compiler.hs.orig 2012-03-12 11:09:33.000000000 +0100
++++ ./src/full/Agda/Compiler/MAlonzo/Compiler.hs 2012-04-08 22:51:55.000000000 +0200
+@@ -466,7 +466,7 @@
+ ]
+ where
+ parse = HS.parseWithMode
+- HS.defaultParseMode{HS.extensions = [HS.ExplicitForall]}
++ HS.defaultParseMode{HS.extensions = [HS.ExplicitForAll]}
+
+ ok (HS.ParseOk d) = d
+ ok HS.ParseFailed{} = __IMPOSSIBLE__