From 0df6cd7ee8e0c9fe6e3d456954123cb168c16778 Mon Sep 17 00:00:00 2001 From: Sasha Date: Mon, 10 Sep 2018 23:10:24 +0200 Subject: [PATCH] Upgrade upper supported version of base --- hanafuda-webapp.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hanafuda-webapp.cabal b/hanafuda-webapp.cabal index 900da4c..5044104 100644 --- a/hanafuda-webapp.cabal +++ b/hanafuda-webapp.cabal @@ -32,7 +32,7 @@ executable hanafudapi , Server , Session -- other-extensions: - build-depends: base >=4.10 && <4.11 + build-depends: base >=4.10 && <4.12 , bytestring , containers , unordered-containers