aboutsummaryrefslogtreecommitdiff
path: root/server/thermoprint-server.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'server/thermoprint-server.cabal')
-rw-r--r--server/thermoprint-server.cabal2
1 files changed, 0 insertions, 2 deletions
diff --git a/server/thermoprint-server.cabal b/server/thermoprint-server.cabal
index 0a5690e..3f0f832 100644
--- a/server/thermoprint-server.cabal
+++ b/server/thermoprint-server.cabal
@@ -18,7 +18,6 @@ cabal-version: >=1.10
18 18
19library 19library
20 exposed-modules: Thermoprint.Server 20 exposed-modules: Thermoprint.Server
21 , Thermoprint.Server.QMConfig
22 , Thermoprint.Server.Fork 21 , Thermoprint.Server.Fork
23 , Thermoprint.Server.Database 22 , Thermoprint.Server.Database
24 , Thermoprint.Server.API 23 , Thermoprint.Server.API
@@ -66,7 +65,6 @@ library
66 , wai-websockets >=3.0.0 && <4 65 , wai-websockets >=3.0.0 && <4
67 , wai >=3.0.5 && <4 66 , wai >=3.0.5 && <4
68 , network-uri >=2.6.0 && <3 67 , network-uri >=2.6.0 && <3
69 , constraints >=0.8 && <1
70 hs-source-dirs: src 68 hs-source-dirs: src
71 default-language: Haskell2010 69 default-language: Haskell2010
72 ghc-options: -Wall 70 ghc-options: -Wall