aboutsummaryrefslogtreecommitdiff
path: root/webgui/thermoprint-webgui.cabal
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2016-02-22 23:30:28 +0000
committerGregor Kleen <gkleen@yggdrasil.li>2016-02-22 23:30:28 +0000
commit2c55c6f2afabde93a3579d1042f189f34e821753 (patch)
tree211787e131063a3859955c5c40cb96bc634646e9 /webgui/thermoprint-webgui.cabal
parent760027dbcd7185be038299efb18e0cc37c8088c4 (diff)
downloadthermoprint-2c55c6f2afabde93a3579d1042f189f34e821753.tar
thermoprint-2c55c6f2afabde93a3579d1042f189f34e821753.tar.gz
thermoprint-2c55c6f2afabde93a3579d1042f189f34e821753.tar.bz2
thermoprint-2c55c6f2afabde93a3579d1042f189f34e821753.tar.xz
thermoprint-2c55c6f2afabde93a3579d1042f189f34e821753.zip
First work on integrating websockets into webgui
Diffstat (limited to 'webgui/thermoprint-webgui.cabal')
-rw-r--r--webgui/thermoprint-webgui.cabal5
1 files changed, 5 insertions, 0 deletions
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
26 , threepenny-gui >=0.6.0 && <1 26 , threepenny-gui >=0.6.0 && <1
27 , optparse-applicative >=0.12.1 && <1 27 , optparse-applicative >=0.12.1 && <1
28 , bytestring >=0.10.6 && <1 28 , bytestring >=0.10.6 && <1
29 , websockets >=0.9.5 && <1
30 , network >=2.6.2 && <3
31 , network-uri >=2.6.0 && <3
32 , text >=1.2.2 && <2
33 , exceptions >=0.8.2 && <1
29 hs-source-dirs: src 34 hs-source-dirs: src
30 default-language: Haskell2010 \ No newline at end of file 35 default-language: Haskell2010 \ No newline at end of file