From 7f5e0db31447cc612cf469ef07854677f9d25b83 Mon Sep 17 00:00:00 2001 From: Jasper Van der Jeugt Date: Sat, 22 Aug 2020 14:47:58 +0200 Subject: Multiple card sets --- server/uplcg.cabal | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'server/uplcg.cabal') diff --git a/server/uplcg.cabal b/server/uplcg.cabal index 5ed6d2f..2c8db7d 100644 --- a/server/uplcg.cabal +++ b/server/uplcg.cabal @@ -17,6 +17,7 @@ Library Other-modules: Paths_uplcg Exposed-modules: + Uplcg.Cards Uplcg.CookieSocket Uplcg.Game Uplcg.Main.GenerateElmTypes @@ -54,7 +55,8 @@ Library wai-extra >= 3.0 && < 3.1, wai-websockets >= 3.0 && < 3.1, warp >= 3.3 && < 3.4, - websockets >= 0.12 && < 0.13 + websockets >= 0.12 && < 0.13, + yaml >= 0.11 && < 0.12 Executable uplcg-generate-elm-types Hs-source-dirs: src -- cgit v1.2.3