From 2c55c6f2afabde93a3579d1042f189f34e821753 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Mon, 22 Feb 2016 23:30:28 +0000 Subject: First work on integrating websockets into webgui --- webgui/thermoprint-webgui.cabal | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'webgui/thermoprint-webgui.cabal') diff --git a/webgui/thermoprint-webgui.cabal b/webgui/thermoprint-webgui.cabal index 51a302a..c1f4d19 100644 --- a/webgui/thermoprint-webgui.cabal +++ b/webgui/thermoprint-webgui.cabal @@ -26,5 +26,10 @@ executable thermoprint-webgui , threepenny-gui >=0.6.0 && <1 , optparse-applicative >=0.12.1 && <1 , bytestring >=0.10.6 && <1 + , websockets >=0.9.5 && <1 + , network >=2.6.2 && <3 + , network-uri >=2.6.0 && <3 + , text >=1.2.2 && <2 + , exceptions >=0.8.2 && <1 hs-source-dirs: src default-language: Haskell2010 \ No newline at end of file -- cgit v1.2.3