aboutsummaryrefslogtreecommitdiff
path: root/tprint/tprint.cabal
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2017-07-24 19:57:16 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2017-07-24 19:57:16 +0200
commitef16292b588d312601af350254bae73c5278dc8a (patch)
tree256b9bebca03f3d024f9450b0376f6dd77f57518 /tprint/tprint.cabal
parent94a216ad062646a509b824f23915e95271efb243 (diff)
downloadthermoprint-ef16292b588d312601af350254bae73c5278dc8a.tar
thermoprint-ef16292b588d312601af350254bae73c5278dc8a.tar.gz
thermoprint-ef16292b588d312601af350254bae73c5278dc8a.tar.bz2
thermoprint-ef16292b588d312601af350254bae73c5278dc8a.tar.xz
thermoprint-ef16292b588d312601af350254bae73c5278dc8a.zip
draft edit
Diffstat (limited to 'tprint/tprint.cabal')
-rw-r--r--tprint/tprint.cabal3
1 files changed, 2 insertions, 1 deletions
diff --git a/tprint/tprint.cabal b/tprint/tprint.cabal
index 94b0a8a..bbc5207 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: 3.0.0 5version: 3.1.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
@@ -35,6 +35,7 @@ executable tprint
35 , bytestring >=0.10.6 && <1 35 , bytestring >=0.10.6 && <1
36 , exceptions >=0.8.2 && <1 36 , exceptions >=0.8.2 && <1
37 , deepseq >=1.4.1 && <2 37 , deepseq >=1.4.1 && <2
38 , editor-open >=0.6.0 && <1
38 hs-source-dirs: src 39 hs-source-dirs: src
39 default-language: Haskell2010 40 default-language: Haskell2010
40 ghc-options: -Wall \ No newline at end of file 41 ghc-options: -Wall \ No newline at end of file