aboutsummaryrefslogtreecommitdiff
path: root/webgui/thermoprint-webgui.cabal
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2016-02-22 00:49:16 +0000
committerGregor Kleen <gkleen@yggdrasil.li>2016-02-22 00:49:16 +0000
commit7ca94fb84f967fcfc741b7aa3662356e4fc0241f (patch)
treeca2c417b1dac7a8e6b19af73c47223008c48685e /webgui/thermoprint-webgui.cabal
parent9e45c04c45aef1fa71815c61512c354d0d5ee3e3 (diff)
downloadthermoprint-7ca94fb84f967fcfc741b7aa3662356e4fc0241f.tar
thermoprint-7ca94fb84f967fcfc741b7aa3662356e4fc0241f.tar.gz
thermoprint-7ca94fb84f967fcfc741b7aa3662356e4fc0241f.tar.bz2
thermoprint-7ca94fb84f967fcfc741b7aa3662356e4fc0241f.tar.xz
thermoprint-7ca94fb84f967fcfc741b7aa3662356e4fc0241f.zip
First stab at threepenny gui
Diffstat (limited to 'webgui/thermoprint-webgui.cabal')
-rw-r--r--webgui/thermoprint-webgui.cabal30
1 files changed, 30 insertions, 0 deletions
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 @@
1-- Initial thermoprint-webgui.cabal generated by cabal init. For further
2-- documentation, see http://haskell.org/cabal/users-guide/
3
4name: thermoprint-webgui
5version: 0.0.0
6synopsis: Threepenny interface for thermoprint-spec compliant servers
7-- description:
8homepage: http://dirty-haskell.org/tags/thermoprint.html
9license: PublicDomain
10license-file: LICENSE
11author: Gregor Kleen
12maintainer: aethoago@141.li
13-- copyright:
14category: Web
15build-type: Simple
16-- extra-source-files:
17cabal-version: >=1.10
18
19executable thermoprint-webgui
20 main-is: Main.hs
21 -- other-modules:
22 -- other-extensions:
23 build-depends: base >=4.8 && <4.9
24 , thermoprint-bbcode >=1.0.0 && <2
25 , thermoprint-client ==0.0.*
26 , threepenny-gui >=0.6.0 && <1
27 , optparse-applicative >=0.12.1 && <1
28 , bytestring >=0.10.6 && <1
29 hs-source-dirs: src
30 default-language: Haskell2010 \ No newline at end of file