diff options
author | panne <unknown> | 2000-04-20 15:49:21 +0000 |
---|---|---|
committer | panne <unknown> | 2000-04-20 15:49:21 +0000 |
commit | 13ceb098126d63520a41c2771c8272ab216b58b5 (patch) | |
tree | 2c0523cf76d7113fad823130c161779d261d0e09 | |
parent | 94cb59433d5f9d25d99b896001b0e9e17de24e20 (diff) | |
download | haskell-13ceb098126d63520a41c2771c8272ab216b58b5.tar.gz |
[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...)
-rw-r--r-- | ghc/driver/ghc.lprl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ghc/driver/ghc.lprl b/ghc/driver/ghc.lprl index 8e4b16f2b3..8f7cb9eee4 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 |