From c09c2786d0654f144dab103292c47411ff1afa9a Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Wed, 24 Feb 2016 04:18:03 +0000 Subject: Partial GUI prototype --- webgui/thermoprint-webgui.cabal | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'webgui/thermoprint-webgui.cabal') 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 -- extra-source-files: cabal-version: >=1.10 +data-dir: data +data-files: index.html + , style.css + , tabs.js + executable thermoprint-webgui main-is: Main.hs -- other-modules: @@ -31,5 +36,9 @@ executable thermoprint-webgui , network-uri >=2.6.0 && <3 , text >=1.2.2 && <2 , exceptions >=0.8.2 && <1 + , containers >=0.5.6 && <1 + , either >=4.4.1 && <5 + , time >=1.5.0 && <2 + , data-default-class >=0.0 && <1 hs-source-dirs: src default-language: Haskell2010 \ No newline at end of file -- cgit v1.2.3