aboutsummaryrefslogtreecommitdiff
path: root/tprint/tprint.cabal
diff options
context:
space:
mode:
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