aboutsummaryrefslogtreecommitdiff
path: root/server/thermoprint-server.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'server/thermoprint-server.cabal')
-rw-r--r--server/thermoprint-server.cabal28
1 files changed, 28 insertions, 0 deletions
diff --git a/server/thermoprint-server.cabal b/server/thermoprint-server.cabal
new file mode 100644
index 0000000..cd23251
--- /dev/null
+++ b/server/thermoprint-server.cabal
@@ -0,0 +1,28 @@
1-- Initial thermoprint-server.cabal generated by cabal init. For further
2-- documentation, see http://haskell.org/cabal/users-guide/
3
4name: thermoprint-server
5version: 0.0.0
6synopsis: Server for thermoprint-spec
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 thermoprint-server
20 main-is: Main.hs
21 -- other-modules:
22 -- other-extensions:
23 build-depends: base >=4.8 && <4.9
24 , thermoprint-spec ==3.0.*
25 , dyre >=0.8.12 && <1
26 , data-default -any
27 hs-source-dirs: src
28 default-language: Haskell2010 \ No newline at end of file