Skip to content
Snippets Groups Projects
Commit 4d0a2773 authored by panne's avatar panne
Browse files

[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... ;-)
parent 40703335
No related branches found
No related tags found
No related merge requests found
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
Package { Package {
name = "haskell98", name = "haskell98",
#ifdef INSTALLING #ifdef INSTALLING
import_dirs = [ "$libdir/imports" ], import_dirs = [ "$libdir/imports/haskell98" ],
#else #else
import_dirs = [ "$libdir/libraries/haskell98" ], import_dirs = [ "$libdir/libraries/haskell98" ],
#endif #endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment