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