aboutsummaryrefslogtreecommitdiff
path: root/devel/hs-hat/files
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2001-12-22 06:21:46 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2001-12-22 06:21:46 +0000
commitadf254e464aae2f0d7a692ec1f8c86ef94f009fe (patch)
tree7ea45cc64aecff32ce69be67f46e24e5048865ed /devel/hs-hat/files
parent590fdc6ba4bdb04b66b735b72db2277f0b9f3782 (diff)
downloadports-adf254e464aae2f0d7a692ec1f8c86ef94f009fe.tar.gz
ports-adf254e464aae2f0d7a692ec1f8c86ef94f009fe.zip
Notes
Diffstat (limited to 'devel/hs-hat/files')
-rw-r--r--devel/hs-hat/files/patch-include::Array.hi12
1 files changed, 12 insertions, 0 deletions
diff --git a/devel/hs-hat/files/patch-include::Array.hi b/devel/hs-hat/files/patch-include::Array.hi
new file mode 100644
index 000000000000..30613af20c78
--- /dev/null
+++ b/devel/hs-hat/files/patch-include::Array.hi
@@ -0,0 +1,12 @@
+diff -ruN include.bak/Array.hi include/Array.hi
+--- include.bak/Array.hi Tue Sep 18 12:50:40 2001
++++ include/Array.hi Fri Dec 21 23:25:13 2001
+@@ -113,7 +113,7 @@
+ {-# NEED _tupleRange #-}
+ _tupleRange{-# 3 #-}::(Ix a) => (a -> (a -> ([(a -> b)] -> [b])));
+
+-{-# NEED {Ix range index inRange} #-}
++{-# NEED {Ix range index inRange rangeSize} #-}
+ class (Prelude.Ord a) => Ix a where {
+ range{-# 1 #-}::((a,a) -> [a]);
+ index{-# 2 #-}::((a,a) -> (a -> Prelude.Int));