aboutsummaryrefslogtreecommitdiffhomepage
path: root/unix.cabal
diff options
context:
space:
mode:
authorGravatar Simon Marlow <marlowsd@gmail.com>2010-01-13 11:38:03 +0000
committerGravatar Simon Marlow <marlowsd@gmail.com>2010-01-13 11:38:03 +0000
commitcfe4a1e942390c90a167738d5aecac2d65c0d538 (patch)
tree8f14a57833b2ab88c036240ec7deb189060e5f16 /unix.cabal
parent5434f8f2bf7eced9a190a872f0d4b8e8640e48bd (diff)
fix base dependency: should be >= 4.2 (#3780), and bump verison to 2.4.0.1
Diffstat (limited to 'unix.cabal')
-rw-r--r--unix.cabal4
1 files changed, 2 insertions, 2 deletions
diff --git a/unix.cabal b/unix.cabal
index d7a08ff..cba172a 100644
--- a/unix.cabal
+++ b/unix.cabal
@@ -1,5 +1,5 @@
name: unix
-version: 2.4.0.0
+version: 2.4.0.1
license: BSD3
license-file: LICENSE
maintainer: libraries@haskell.org
@@ -47,7 +47,7 @@ Library
System.Posix.Signals.Exts
System.Posix.Semaphore
System.Posix.SharedMem
- build-depends: base >= 4.1 && < 4.3
+ build-depends: base >= 4.2 && < 4.3
extensions: CPP, ForeignFunctionInterface, EmptyDataDecls
include-dirs: include
includes: HsUnix.h execvpe.h