aboutsummaryrefslogtreecommitdiff
path: root/webgui/thermoprint-webgui.cabal
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2016-02-24 04:18:03 +0000
committerGregor Kleen <gkleen@yggdrasil.li>2016-02-24 04:18:03 +0000
commitc09c2786d0654f144dab103292c47411ff1afa9a (patch)
tree9a49cf5c1a0502ef7382bb54312097c375666ced /webgui/thermoprint-webgui.cabal
parentc1451ffcbc021e4f25721541538173f24be8f3cc (diff)
downloadthermoprint-c09c2786d0654f144dab103292c47411ff1afa9a.tar
thermoprint-c09c2786d0654f144dab103292c47411ff1afa9a.tar.gz
thermoprint-c09c2786d0654f144dab103292c47411ff1afa9a.tar.bz2
thermoprint-c09c2786d0654f144dab103292c47411ff1afa9a.tar.xz
thermoprint-c09c2786d0654f144dab103292c47411ff1afa9a.zip
Partial GUI prototype
Diffstat (limited to 'webgui/thermoprint-webgui.cabal')
-rw-r--r--webgui/thermoprint-webgui.cabal9
1 files changed, 9 insertions, 0 deletions
diff --git a/webgui/thermoprint-webgui.cabal b/webgui/thermoprint-webgui.cabal
index c1f4d19..b76175d 100644
--- a/webgui/thermoprint-webgui.cabal
+++ b/webgui/thermoprint-webgui.cabal
@@ -16,6 +16,11 @@ build-type: Simple
16-- extra-source-files: 16-- extra-source-files:
17cabal-version: >=1.10 17cabal-version: >=1.10
18 18
19data-dir: data
20data-files: index.html
21 , style.css
22 , tabs.js
23
19executable thermoprint-webgui 24executable thermoprint-webgui
20 main-is: Main.hs 25 main-is: Main.hs
21 -- other-modules: 26 -- other-modules:
@@ -31,5 +36,9 @@ executable thermoprint-webgui
31 , network-uri >=2.6.0 && <3 36 , network-uri >=2.6.0 && <3
32 , text >=1.2.2 && <2 37 , text >=1.2.2 && <2
33 , exceptions >=0.8.2 && <1 38 , exceptions >=0.8.2 && <1
39 , containers >=0.5.6 && <1
40 , either >=4.4.1 && <5
41 , time >=1.5.0 && <2
42 , data-default-class >=0.0 && <1
34 hs-source-dirs: src 43 hs-source-dirs: src
35 default-language: Haskell2010 \ No newline at end of file 44 default-language: Haskell2010 \ No newline at end of file