[commit: packages/process] master: Bump upper bound on base (17e0744)
git at git.haskell.org
git at git.haskell.org
Wed Jul 19 21:17:31 UTC 2017
Repository : ssh://git@git.haskell.org/process
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/17e07445373ac745f5e47a41b10722742f2f7c41/process
>---------------------------------------------------------------
commit 17e07445373ac745f5e47a41b10722742f2f7c41
Author: Ben Gamari <ben at smart-cactus.org>
Date: Tue Nov 15 12:53:37 2016 -0500
Bump upper bound on base
>---------------------------------------------------------------
17e07445373ac745f5e47a41b10722742f2f7c41
process.cabal | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/process.cabal b/process.cabal
index 15f6a65..230c017 100644
--- a/process.cabal
+++ b/process.cabal
@@ -66,7 +66,7 @@ library
ghc-options: -Wall
- build-depends: base >= 4.4 && < 4.10,
+ build-depends: base >= 4.4 && < 4.11,
directory >= 1.1 && < 1.3,
filepath >= 1.2 && < 1.5,
deepseq >= 1.1 && < 1.5
More information about the ghc-commits
mailing list