diff options
-rw-r--r-- | server/thermoprint-server.cabal | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/server/thermoprint-server.cabal b/server/thermoprint-server.cabal index 6a53cd5..d6613ad 100644 --- a/server/thermoprint-server.cabal +++ b/server/thermoprint-server.cabal | |||
@@ -81,6 +81,7 @@ Test-Suite tests | |||
81 | , stm >=2.4.4 && <3 | 81 | , stm >=2.4.4 && <3 |
82 | , warp >=3.1.9 && <4 | 82 | , warp >=3.1.9 && <4 |
83 | , exceptions >=0.8.0 && <1 | 83 | , exceptions >=0.8.0 && <1 |
84 | , containers >=0.5.6 && <1 | ||
84 | 85 | ||
85 | executable thermoprint-server | 86 | executable thermoprint-server |
86 | main-is: Main.hs | 87 | main-is: Main.hs |