diff options
author | Tom Smeding <tom.smeding@gmail.com> | 2020-11-03 23:11:15 +0100 |
---|---|---|
committer | Tom Smeding <tom@tomsmeding.com> | 2021-02-28 11:43:43 +0100 |
commit | e8b87640c32706719658a9d047c7295065f681a9 (patch) | |
tree | ceccf44978ae3bc2d271c566f9041c921d657c84 /mock/tomsg-mock.cabal | |
parent | e7133882fe69d8f718cbaf910a22512153db11ee (diff) |
mock: Some work on mock server
Diffstat (limited to 'mock/tomsg-mock.cabal')
-rw-r--r-- | mock/tomsg-mock.cabal | 2 |
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, |