From df298f187ecb9429e113272dda3e1812f0b4beb6 Mon Sep 17 00:00:00 2001 From: George Wilson Date: Thu, 12 Apr 2018 10:15:08 +1000 Subject: [PATCH] Tighten base bound to prevent building before GHC 7.6 --- hpath.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hpath.cabal b/hpath.cabal index e80a4fb..7d81264 100644 --- a/hpath.cabal +++ b/hpath.cabal @@ -35,7 +35,7 @@ library System.Posix.FD, System.Posix.FilePath other-modules: HPath.Internal - build-depends: base >= 4.2 && <5 + build-depends: base >= 4.6 && <5 , IfElse , bytestring >= 0.10.0.0 , deepseq