From 072d7ad172d114121ae0d50f8c7841ace9699965 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Wed, 17 Feb 2016 23:46:48 +0000 Subject: Started work on client library --- client/thermoprint-client.cabal | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 client/thermoprint-client.cabal (limited to 'client/thermoprint-client.cabal') diff --git a/client/thermoprint-client.cabal b/client/thermoprint-client.cabal new file mode 100644 index 0000000..39e2622 --- /dev/null +++ b/client/thermoprint-client.cabal @@ -0,0 +1,32 @@ +-- Initial thermoprint-server.cabal generated by cabal init. For further +-- documentation, see http://haskell.org/cabal/users-guide/ + +name: thermoprint-client +version: 0.0.0 +synopsis: Client for thermoprint-spec +-- 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 + +library + exposed-modules: Thermoprint.Client + -- other-modules: + -- other-extensions: + build-depends: base >=4.8 && <5 + , thermoprint-spec ==3.0.* + , servant >=0.4.4 && <1 + , servant-client >=0.4.4 && <1 + , servant-server >=0.4.4 && <1 + , containers >=0.5.6 && <1 + , either >=4.4.1 && <5 + , time >=1.5.0 && <2 + hs-source-dirs: src + default-language: Haskell2010 -- cgit v1.2.3