From 907bd3482941a7d0cc73599a0f4e3ad9f13344f4 Mon Sep 17 00:00:00 2001 From: Ganesh Sittampalam Date: Sun, 8 Sep 2019 00:18:33 +0200 Subject: [PATCH] Add upper bound on base-compat base-compat 0.11 moves 'fail' into 'MonadFail' This breaks the build of Text.RE.ZeInternals.SearchReplace.compileSearchReplace_ --- regex.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/regex.cabal b/regex.cabal index f085b4c..68018de 100644 --- a/regex.cabal +++ b/regex.cabal @@ -177,7 +177,7 @@ Library Build-depends: array >= 0.4 , base >= 4 && < 5 - , base-compat >= 0.6 + , base-compat >= 0.6 && < 0.11 , bytestring == 0.10.* , containers >= 0.4 , hashable == 1.2.*