aboutsummaryrefslogtreecommitdiff
path: root/server/uplcg.cabal
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--server/uplcg.cabal4
1 files changed, 3 insertions, 1 deletions
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