From e12ccd7203ac3f0133365a9d3d802195e534fd8e Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Fri, 30 Nov 2012 22:45:55 +0000 Subject: Bump base lower version to 4.5 (the version GHC 7.4.1 came with) and remove code to support older versions --- unix.cabal | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'unix.cabal') diff --git a/unix.cabal b/unix.cabal index b41c7cf..287caa8 100644 --- a/unix.cabal +++ b/unix.cabal @@ -78,12 +78,11 @@ Library System.Posix.Process.Common System.Posix.Terminal.Common - build-depends: base >= 4.2 && < 4.8, + build-depends: base >= 4.5 && < 4.8, bytestring >= 0.9.2.0 && < 0.11, time - extensions: CPP, ForeignFunctionInterface, EmptyDataDecls - if impl(ghc >= 7.1) - extensions: NondecreasingIndentation + extensions: CPP, ForeignFunctionInterface, EmptyDataDecls, + NondecreasingIndentation include-dirs: include includes: HsUnix.h execvpe.h install-includes: -- cgit v1.2.3