aboutsummaryrefslogtreecommitdiff
path: root/tracktrain.cabal
diff options
context:
space:
mode:
authorstuebinm2022-07-11 23:33:01 +0200
committerstuebinm2022-07-11 23:33:01 +0200
commit498ae348d120f156c65a89c87d9852393b23e2f4 (patch)
treea6882a4f3e0759be0521407290d34bb83ebb23e4 /tracktrain.cabal
parent25a672a436eec65f2de097a1187ba8a3b8b6165a (diff)
somewhat functioning control room
tbh i've kinda lost track at what has all been changed in this, but the control room form handling now works, and i can write announcements into the database. Now on to making it do useful things!
Diffstat (limited to 'tracktrain.cabal')
-rw-r--r--tracktrain.cabal1
1 files changed, 1 insertions, 0 deletions
diff --git a/tracktrain.cabal b/tracktrain.cabal
index 91b8adf..253999b 100644
--- a/tracktrain.cabal
+++ b/tracktrain.cabal
@@ -103,6 +103,7 @@ library
, PersistOrphans
, Persist
, API
+ other-modules: Server.Util
default-language: Haskell2010
default-extensions: OverloadedStrings
, ScopedTypeVariables