From 005dc408dc09c3b479398ebe3e92efa2cd54846e Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Sat, 17 Oct 2015 02:26:25 +0200 Subject: Working prototype --- tprint/tprint.cabal | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 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..a5d2a61 --- /dev/null +++ b/tprint/tprint.cabal @@ -0,0 +1,31 @@ +-- Initial tprint.cabal generated by cabal init. For further +-- documentation, see http://haskell.org/cabal/users-guide/ + +name: tprint +version: 0.0.0 +synopsis: A cli-tool for interfacing with thermoprint-servant +-- description: +homepage: git://git.yggdrasil.li/thermoprint +license: PublicDomain +license-file: LICENSE +author: Gregor Kleen +maintainer: aethoago@141.li +-- copyright: +-- category: +build-type: Simple +-- extra-source-files: +cabal-version: >=1.10 + +executable tprint + main-is: Main.hs + -- other-modules: + -- other-extensions: + hs-source-dirs: src + default-language: Haskell2010 + build-depends: base >=4.8 && <4.9 + , thermoprint + , thermoprint-servant + , bbcode + , optparse-applicative >=0.11.0 && <1 + , servant-client >=0.4.4 && <1 + , either >=4.4.1 && <5 \ No newline at end of file -- cgit v1.2.3