From 9579a5fe127f14a39fd6a17caf414275c4c7412b Mon Sep 17 00:00:00 2001 From: Stephen Diehl Date: Fri, 20 Oct 2017 10:30:11 +0100 Subject: [PATCH] bump base and process upper bounds --- repline.cabal | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/repline.cabal b/repline.cabal index 562725b..6106768 100644 --- a/repline.cabal +++ b/repline.cabal @@ -27,10 +27,10 @@ library hs-source-dirs: src exposed-modules: System.Console.Repline build-depends: - base >= 4.6 && <4.10, + base >= 4.6 && <5.0, containers >= 0.5 && <0.6, mtl >= 2.2 && <2.3, - process >= 1.2 && <1.5, + process >= 1.2 && <2.0, haskeline >= 0.7 && <0.8 default-language: Haskell2010