aboutsummaryrefslogtreecommitdiff
path: root/tprint/tprint.cabal
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2016-03-01 06:25:23 +0100
committerGregor Kleen <gkleen@yggdrasil.li>2016-03-01 06:25:23 +0100
commitfc83a7241e27574ef2bb81de206c59a9a854efe6 (patch)
treea6bd70a3560012b408128c2df947f3f49c7f57e0 /tprint/tprint.cabal
parentc5758391f793fc3d7d177bdacf79aac72da979d5 (diff)
downloadthermoprint-fc83a7241e27574ef2bb81de206c59a9a854efe6.tar
thermoprint-fc83a7241e27574ef2bb81de206c59a9a854efe6.tar.gz
thermoprint-fc83a7241e27574ef2bb81de206c59a9a854efe6.tar.bz2
thermoprint-fc83a7241e27574ef2bb81de206c59a9a854efe6.tar.xz
thermoprint-fc83a7241e27574ef2bb81de206c59a9a854efe6.zip
First work on argument parsing
Diffstat (limited to 'tprint/tprint.cabal')
-rw-r--r--tprint/tprint.cabal4
1 files changed, 4 insertions, 0 deletions
diff --git a/tprint/tprint.cabal b/tprint/tprint.cabal
index e7a5797..d61ea01 100644
--- a/tprint/tprint.cabal
+++ b/tprint/tprint.cabal
@@ -24,6 +24,10 @@ executable tprint
24 , thermoprint-bbcode >=1.0.0 && <2 24 , thermoprint-bbcode >=1.0.0 && <2
25 , thermoprint-client ==0.0.* 25 , thermoprint-client ==0.0.*
26 , optparse-applicative >=0.12.1 && <1 26 , optparse-applicative >=0.12.1 && <1
27 , containers >=0.5.6 && <1
28 , time >=1.5.0 && <2
29 , pretty-show >=1.6.9 && <2
30 , text -any
27 hs-source-dirs: src 31 hs-source-dirs: src
28 default-language: Haskell2010 32 default-language: Haskell2010
29 ghc-options: -Wall \ No newline at end of file 33 ghc-options: -Wall \ No newline at end of file