aboutsummaryrefslogtreecommitdiff
path: root/webgui/thermoprint-webgui.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'webgui/thermoprint-webgui.cabal')
-rw-r--r--webgui/thermoprint-webgui.cabal8
1 files changed, 4 insertions, 4 deletions
diff --git a/webgui/thermoprint-webgui.cabal b/webgui/thermoprint-webgui.cabal
index 024bcf6..03aa9b2 100644
--- a/webgui/thermoprint-webgui.cabal
+++ b/webgui/thermoprint-webgui.cabal
@@ -2,7 +2,7 @@
2-- documentation, see http://haskell.org/cabal/users-guide/ 2-- documentation, see http://haskell.org/cabal/users-guide/
3 3
4name: thermoprint-webgui 4name: thermoprint-webgui
5version: 0.0.0 5version: 1.0.0
6synopsis: Threepenny interface for thermoprint-spec compliant servers 6synopsis: Threepenny interface for thermoprint-spec compliant servers
7-- description: 7-- description:
8homepage: http://dirty-haskell.org/tags/thermoprint.html 8homepage: http://dirty-haskell.org/tags/thermoprint.html
@@ -25,9 +25,9 @@ executable thermoprint-webgui
25 main-is: Main.hs 25 main-is: Main.hs
26 -- other-modules: 26 -- other-modules:
27 -- other-extensions: 27 -- other-extensions:
28 build-depends: base >=4.8 && <4.9 28 build-depends: base >=4.8 && <5
29 , thermoprint-bbcode >=1.0.0 && <2 29 , thermoprint-bbcode >=2.0.0 && <3
30 , thermoprint-client ==0.0.* 30 , thermoprint-client ==1.0.*
31 , threepenny-gui >=0.6.0 && <1 31 , threepenny-gui >=0.6.0 && <1
32 , optparse-applicative >=0.12.1 && <1 32 , optparse-applicative >=0.12.1 && <1
33 , bytestring >=0.10.6 && <1 33 , bytestring >=0.10.6 && <1