From 433b83dde1109b377b26fa230f8e3260fa020db2 Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Fri, 10 Feb 2012 18:47:55 +0000 Subject: Relax base dependency --- unix.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'unix.cabal') diff --git a/unix.cabal b/unix.cabal index 2b8de07..7f6052e 100644 --- a/unix.cabal +++ b/unix.cabal @@ -77,7 +77,7 @@ Library System.Posix.Process.Common System.Posix.Terminal.Common - build-depends: base >= 4.2 && < 4.5, + build-depends: base >= 4.2 && < 4.6, bytestring >= 0.9.2.0 && < 0.10 extensions: CPP, ForeignFunctionInterface, EmptyDataDecls if impl(ghc >= 7.1) -- cgit v1.2.3