From 7ca94fb84f967fcfc741b7aa3662356e4fc0241f Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Mon, 22 Feb 2016 00:49:16 +0000 Subject: First stab at threepenny gui --- webgui/thermoprint-webgui.cabal | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 webgui/thermoprint-webgui.cabal (limited to 'webgui/thermoprint-webgui.cabal') diff --git a/webgui/thermoprint-webgui.cabal b/webgui/thermoprint-webgui.cabal new file mode 100644 index 0000000..51a302a --- /dev/null +++ b/webgui/thermoprint-webgui.cabal @@ -0,0 +1,30 @@ +-- Initial thermoprint-webgui.cabal generated by cabal init. For further +-- documentation, see http://haskell.org/cabal/users-guide/ + +name: thermoprint-webgui +version: 0.0.0 +synopsis: Threepenny interface for thermoprint-spec compliant servers +-- description: +homepage: http://dirty-haskell.org/tags/thermoprint.html +license: PublicDomain +license-file: LICENSE +author: Gregor Kleen +maintainer: aethoago@141.li +-- copyright: +category: Web +build-type: Simple +-- extra-source-files: +cabal-version: >=1.10 + +executable thermoprint-webgui + main-is: Main.hs + -- other-modules: + -- other-extensions: + build-depends: base >=4.8 && <4.9 + , thermoprint-bbcode >=1.0.0 && <2 + , thermoprint-client ==0.0.* + , threepenny-gui >=0.6.0 && <1 + , optparse-applicative >=0.12.1 && <1 + , bytestring >=0.10.6 && <1 + hs-source-dirs: src + default-language: Haskell2010 \ No newline at end of file -- cgit v1.2.3