Uploading an NMU with the following patch:
diff -urN haskell-utils-1.6.0.1/Makefile haskell-utils-1.6.0.1.new/Makefile
--- haskell-utils-1.6.0.1/Makefile 2004-10-31 01:27:12.000000000 +0000
+++ haskell-utils-1.6.0.1.new/Makefile 2006-10-28 13:26:43.000000000 +0100
@@ -21,6 +21,10 @@
all: $(PROGRAMS) $(MANPAGES)
+ifeq "$(COMPILER_NAME)" "ghc6"
+COMPILER_FLAGS := $(COMPILER_FLAGS) -package regex-compat
+endif
+
$(PROGRAMS): %: %.lhs
ifeq "$(COMPILER_NAME)" "hugs"
(echo "#!/usr/bin/runhugs +l"; cat $<) > $@
--
Dafydd
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]