blob: a0bb1d2714159ce2d6e255c5a5335b3e97a5d075 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
diff --git a/network.cabal b/network.cabal
index 8814063..237f45e 100644
--- a/network.cabal
+++ b/network.cabal
@@ -18,7 +18,7 @@ extra-source-files:
extra-tmp-files:
config.log config.status autom4te.cache
network.buildinfo include/HsNetworkConfig.h
-build-depends: base, parsec
+build-depends: base<4, parsec
extensions: CPP
include-dirs: include
includes: HsNet.h
|