From 05ed3a2612d5b1c62bb6b3d9eeb1da576eda6f45 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Tue, 1 Mar 2016 00:11:17 +0100 Subject: Build framework for tprint --- tprint/tprint.cabal | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 tprint/tprint.cabal (limited to 'tprint/tprint.cabal') 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 @@ +-- Initial tprint.cabal generated by cabal init. For further +-- documentation, see http://haskell.org/cabal/users-guide/ + +name: tprint +version: 1.0.0 +synopsis: A CLI for thermoprint-client +-- description: +homepage: http://dirty-haskell.org/tags/thermoprint.html +license: PublicDomain +license-file: LICENSE +author: Gregor Kleen +maintainer: aethoago@141.li +-- copyright: +category: Web +build-type: Simple +-- extra-source-files: +cabal-version: >=1.10 + +executable tprint + main-is: Main.hs + -- other-modules: + -- other-extensions: + build-depends: base >=4.8 && <4.9 + , thermoprint-bbcode >=1.0.0 && <2 + , thermoprint-client ==0.0.* + , optparse-applicative >=0.12.1 && <1 + hs-source-dirs: src + default-language: Haskell2010 + ghc-options: -Wall \ No newline at end of file -- cgit v1.2.3