aboutsummaryrefslogtreecommitdiff
path: root/spec/thermoprint-spec.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'spec/thermoprint-spec.cabal')
-rw-r--r--spec/thermoprint-spec.cabal25
1 files changed, 25 insertions, 0 deletions
diff --git a/spec/thermoprint-spec.cabal b/spec/thermoprint-spec.cabal
new file mode 100644
index 0000000..bde1b73
--- /dev/null
+++ b/spec/thermoprint-spec.cabal
@@ -0,0 +1,25 @@
1-- Initial thermoprint-spec.cabal generated by cabal init. For further
2-- documentation, see http://haskell.org/cabal/users-guide/
3
4name: thermoprint-spec
5version: 1.0.0
6synopsis: A specification of the API and the payload datatypes and associated utilities
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: Development
15build-type: Simple
16-- extra-source-files:
17cabal-version: >=1.10
18
19library
20 -- exposed-modules:
21 -- other-modules:
22 -- other-extensions:
23 build-depends: base >=4.8 && <4.9
24 -- hs-source-dirs:
25 default-language: Haskell2010 \ No newline at end of file