aboutsummaryrefslogtreecommitdiff
path: root/tprint/tprint.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'tprint/tprint.cabal')
-rw-r--r--tprint/tprint.cabal8
1 files changed, 4 insertions, 4 deletions
diff --git a/tprint/tprint.cabal b/tprint/tprint.cabal
index d6fc422..5fcd00b 100644
--- a/tprint/tprint.cabal
+++ b/tprint/tprint.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: tprint 4name: tprint
5version: 1.0.0 5version: 2.0.0
6synopsis: A CLI for thermoprint-client 6synopsis: A CLI for thermoprint-client
7-- description: 7-- description:
8homepage: http://dirty-haskell.org/tags/thermoprint.html 8homepage: http://dirty-haskell.org/tags/thermoprint.html
@@ -22,9 +22,9 @@ executable tprint
22 , Options.Utils 22 , Options.Utils
23 , Instances 23 , Instances
24 -- other-extensions: 24 -- other-extensions:
25 build-depends: base >=4.8 && <4.9 25 build-depends: base >=4.8 && <5
26 , thermoprint-bbcode >=1.0.0 && <2 26 , thermoprint-bbcode >=2.0.0 && <3
27 , thermoprint-client ==0.0.* 27 , thermoprint-client ==1.0.*
28 , optparse-applicative >=0.12.1 && <1 28 , optparse-applicative >=0.12.1 && <1
29 , containers >=0.5.6 && <1 29 , containers >=0.5.6 && <1
30 , time >=1.5.0 && <2 30 , time >=1.5.0 && <2