aboutsummaryrefslogtreecommitdiff
path: root/devel/hat/files/patch-include::Array.hi
diff options
context:
space:
mode:
Diffstat (limited to 'devel/hat/files/patch-include::Array.hi')
-rw-r--r--devel/hat/files/patch-include::Array.hi12
1 files changed, 0 insertions, 12 deletions
diff --git a/devel/hat/files/patch-include::Array.hi b/devel/hat/files/patch-include::Array.hi
deleted file mode 100644
index 30613af20c78..000000000000
--- a/devel/hat/files/patch-include::Array.hi
+++ /dev/null
@@ -1,12 +0,0 @@
-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));