aboutsummaryrefslogtreecommitdiff
path: root/tprint/tprint.cabal
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2016-03-01 00:11:17 +0100
committerGregor Kleen <gkleen@yggdrasil.li>2016-03-01 00:11:17 +0100
commit05ed3a2612d5b1c62bb6b3d9eeb1da576eda6f45 (patch)
tree153983a11e4baeda2703be3716e975b2790e3225 /tprint/tprint.cabal
parent36434c74792c50be759172d158be0e9e56e28849 (diff)
downloadthermoprint-05ed3a2612d5b1c62bb6b3d9eeb1da576eda6f45.tar
thermoprint-05ed3a2612d5b1c62bb6b3d9eeb1da576eda6f45.tar.gz
thermoprint-05ed3a2612d5b1c62bb6b3d9eeb1da576eda6f45.tar.bz2
thermoprint-05ed3a2612d5b1c62bb6b3d9eeb1da576eda6f45.tar.xz
thermoprint-05ed3a2612d5b1c62bb6b3d9eeb1da576eda6f45.zip
Build framework for tprint
Diffstat (limited to 'tprint/tprint.cabal')
-rw-r--r--tprint/tprint.cabal29
1 files changed, 29 insertions, 0 deletions
diff --git a/tprint/tprint.cabal b/tprint/tprint.cabal
new file mode 100644
index 0000000..e7a5797
--- /dev/null
+++ b/tprint/tprint.cabal
@@ -0,0 +1,29 @@
1-- Initial tprint.cabal generated by cabal init. For further
2-- documentation, see http://haskell.org/cabal/users-guide/
3
4name: tprint
5version: 1.0.0
6synopsis: A CLI for thermoprint-client
7-- description:
8homepage: http://dirty-haskell.org/tags/thermoprint.html
9license: PublicDomain
10license-file: LICENSE
11author: Gregor Kleen
12maintainer: aethoago@141.li
13-- copyright:
14category: Web
15build-type: Simple
16-- extra-source-files:
17cabal-version: >=1.10
18
19executable tprint
20 main-is: Main.hs
21 -- other-modules:
22 -- other-extensions:
23 build-depends: base >=4.8 && <4.9
24 , thermoprint-bbcode >=1.0.0 && <2
25 , thermoprint-client ==0.0.*
26 , optparse-applicative >=0.12.1 && <1
27 hs-source-dirs: src
28 default-language: Haskell2010
29 ghc-options: -Wall \ No newline at end of file