From 13ceb098126d63520a41c2771c8272ab216b58b5 Mon Sep 17 00:00:00 2001 From: panne Date: Thu, 20 Apr 2000 15:49:21 +0000 Subject: [PATCH] [project @ 2000-04-20 15:49:21 by panne] Package util now depends on package posix, too. NOTE: To get Readline up and working, -lreadline and one of -lncurses/-lcurses/-ltermcap has to be inserted, too, but this has to be autoconf-ed somehow (later...) --- ghc/driver/ghc.lprl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghc/driver/ghc.lprl b/ghc/driver/ghc.lprl index 8e4b16f..8f7cb9e 100644 --- a/ghc/driver/ghc.lprl +++ b/ghc/driver/ghc.lprl @@ -2634,7 +2634,7 @@ sub add_syslib { ? "$InstLibDirGhc" : "$TopPwd/hslibs/util/cbits" ) - , 'lang concurrent' # Syslib dependencies + , 'lang concurrent posix' # Syslib dependencies , '' # extra ghc opts , '' # extra cc opts , '' # extra ld opts -- 1.7.10.4