aboutsummaryrefslogtreecommitdiffhomepage
path: root/package.conf.in
diff options
context:
space:
mode:
authorGravatar wolfgang <unknown>2003-06-22 09:02:15 +0000
committerGravatar wolfgang <unknown>2003-06-22 09:02:15 +0000
commit1808caaf67942aba8b515e8548e494b0d6603b27 (patch)
treeeca9e69b31eafdcbc80c7a7299f2b87a1818f944 /package.conf.in
parentd1a8b91129e99cb6399109e1001b6ca1335653f3 (diff)
[project @ 2003-06-22 09:02:15 by wolfgang]
Revert last commit (remove "network" dependency again), as it was already fixed in a different way and I forgot to update... :-(
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 c901c65..1910649 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", "network" ],
+ package_deps = [ "base" ],
extra_ghc_opts = [],
extra_cc_opts = [],
extra_ld_opts = []