aboutsummaryrefslogtreecommitdiff
path: root/mock/tomsg-mock.cabal
diff options
context:
space:
mode:
authorTom Smeding <tom.smeding@gmail.com>2020-11-03 23:11:15 +0100
committerTom Smeding <tom@tomsmeding.com>2021-02-28 11:43:43 +0100
commite8b87640c32706719658a9d047c7295065f681a9 (patch)
treececcf44978ae3bc2d271c566f9041c921d657c84 /mock/tomsg-mock.cabal
parente7133882fe69d8f718cbaf910a22512153db11ee (diff)
mock: Some work on mock server
Diffstat (limited to 'mock/tomsg-mock.cabal')
-rw-r--r--mock/tomsg-mock.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/mock/tomsg-mock.cabal b/mock/tomsg-mock.cabal
index 8a5efe5..eb1c666 100644
--- a/mock/tomsg-mock.cabal
+++ b/mock/tomsg-mock.cabal
@@ -9,7 +9,7 @@ build-type: Simple
executable tomsg-mock
main-is: Main.hs
- other-modules: Types, Server
+ other-modules: Types, Server, Util
build-depends: base >= 4.13 && < 4.15,
containers >= 0.6.4 && < 0.7,
monad-loops >= 0.4.3 && < 0.5,