aboutsummaryrefslogtreecommitdiffhomepage
path: root/package.conf.in
diff options
context:
space:
mode:
authorGravatar wolfgang <unknown>2003-06-21 09:14:51 +0000
committerGravatar wolfgang <unknown>2003-06-21 09:14:51 +0000
commitd1a8b91129e99cb6399109e1001b6ca1335653f3 (patch)
treea23054b9c6b8a08f21c6538d3071a8ab2ee0277b /package.conf.in
parent1c350f64707bbf51398bb39543ce64dac95b3688 (diff)
[project @ 2003-06-21 09:14:51 by wolfgang]
Add package "network" to the list of dependencies, as it is needed by Sendfile. Fixes a link error when starting "ghci -package unix".
Diffstat (limited to 'package.conf.in')
-rw-r--r--package.conf.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.conf.in b/package.conf.in
index 1910649..c901c65 100644
--- a/package.conf.in
+++ b/package.conf.in
@@ -30,7 +30,7 @@ Package {
include_dirs = [ "$libdir/libraries/unix/include" ],
#endif
c_includes = [ "HsUnix.h" ],
- package_deps = [ "base" ],
+ package_deps = [ "base", "network" ],
extra_ghc_opts = [],
extra_cc_opts = [],
extra_ld_opts = []