From 771982de4604669fb78bcfa2d641fc71c5e6d543 Mon Sep 17 00:00:00 2001 From: Sasha Date: Sat, 12 May 2018 11:18:48 +0200 Subject: [PATCH] Start minding the version of the hanafuda lib --- hanafudapi.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hanafudapi.cabal b/hanafudapi.cabal index 73c8510..57b0337 100644 --- a/hanafudapi.cabal +++ b/hanafudapi.cabal @@ -35,7 +35,7 @@ executable hanafudapi build-depends: base >=4.10 && <4.11 , bytestring , containers - , hanafuda + , hanafuda >= 0.2.1 , http-types , aeson , mtl