From 4d0a2773ac9d482f5bbf6dfd00e69182d09a9e8a Mon Sep 17 00:00:00 2001
From: panne <unknown>
Date: Sun, 17 Feb 2002 15:22:11 +0000
Subject: [PATCH] [project @ 2002-02-17 15:22:11 by panne] Synch import_dirs
 with the result of "make install". It could have been fixed the other way
 round, but fixing the config files makes more sense to me. Furthermore, I've
 got a 50% chance of taking the correct route by pure accident... ;-)

---
 haskell98.conf.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/haskell98.conf.in b/haskell98.conf.in
index d49d327..d20e412 100644
--- a/haskell98.conf.in
+++ b/haskell98.conf.in
@@ -3,7 +3,7 @@
 Package {
 	name		= "haskell98",
 #ifdef INSTALLING
-	import_dirs	= [ "$libdir/imports" ],
+	import_dirs	= [ "$libdir/imports/haskell98" ],
 #else
 	import_dirs	= [ "$libdir/libraries/haskell98" ],
 #endif
-- 
GitLab