aboutsummaryrefslogtreecommitdiff
path: root/server/uplcg.cabal
diff options
context:
space:
mode:
authorJasper Van der Jeugt2020-08-22 14:47:58 +0200
committerJasper Van der Jeugt2020-08-22 14:47:58 +0200
commit7f5e0db31447cc612cf469ef07854677f9d25b83 (patch)
treea066c0ba7f22c32632c2427b6c17c5fa0c357e24 /server/uplcg.cabal
parent5a2a71cb50fd892585c7e5f3af726ac750ecb097 (diff)
Multiple card sets
Diffstat (limited to 'server/uplcg.cabal')
-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