From e792dd8e5589d42a4d416f78df8efb70995f95e3 Mon Sep 17 00:00:00 2001 From: Ben Gamari <ben@smart-cactus.org> Date: Tue, 26 May 2020 01:00:04 -0400 Subject: [PATCH] Allow base-4.15 --- hsc2hs.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hsc2hs.cabal b/hsc2hs.cabal index d3b00ce..c8e75a2 100644 --- a/hsc2hs.cabal +++ b/hsc2hs.cabal @@ -60,7 +60,7 @@ Executable hsc2hs Other-Extensions: CPP, NoMonomorphismRestriction - Build-Depends: base >= 4.3.0 && < 4.15, + Build-Depends: base >= 4.3.0 && < 4.16, containers >= 0.4.0 && < 0.7, directory >= 1.1.0 && < 1.4, filepath >= 1.2.0 && < 1.5, -- GitLab