From e3f4ce697de3a186f13bb0997978221dc917ed13 Mon Sep 17 00:00:00 2001 From: Tissevert Date: Mon, 19 Aug 2019 18:59:21 +0200 Subject: [PATCH] Update package version restrictions --- hanafuda-webapp.cabal | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hanafuda-webapp.cabal b/hanafuda-webapp.cabal index 5498d27..883e88e 100644 --- a/hanafuda-webapp.cabal +++ b/hanafuda-webapp.cabal @@ -32,9 +32,9 @@ executable hanafudapi , Server , Session -- other-extensions: - build-depends: base >=4.10 && <4.13 + build-depends: base >=4.9 && <4.13 , bytestring - , containers + , containers >= 0.5.9 , unordered-containers , hanafuda >= 0.3.0 , hanafuda-APILanguage