From a2d507af21a8f538b7c2fa129f0ce7ab6a7667dc Mon Sep 17 00:00:00 2001 From: Herbert Valerio Riedel <hvr@gnu.org> Date: Tue, 18 Dec 2018 22:55:05 +0100 Subject: [PATCH] Declare support for base-4.13 --- deepseq.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deepseq.cabal b/deepseq.cabal index 55022fb..53be38e 100644 --- a/deepseq.cabal +++ b/deepseq.cabal @@ -63,7 +63,7 @@ library if impl(ghc>=7.8) other-extensions: EmptyCase - build-depends: base >= 4.5 && < 4.13, + build-depends: base >= 4.5 && < 4.14, array >= 0.4 && < 0.6 ghc-options: -Wall -- GitLab