summaryrefslogtreecommitdiff
path: root/comatose.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'comatose.cabal')
-rw-r--r--comatose.cabal25
1 files changed, 25 insertions, 0 deletions
diff --git a/comatose.cabal b/comatose.cabal
new file mode 100644
index 0000000..9f70b88
--- /dev/null
+++ b/comatose.cabal
@@ -0,0 +1,25 @@
+-- Initial mac-algorithms.cabal generated by cabal init. For further
+-- documentation, see http://haskell.org/cabal/users-guide/
+
+name: comatose
+version: 0.1.0.0
+-- synopsis:
+-- description:
+license: PublicDomain
+author: Lars-Dominik Braun
+maintainer: lars@6xq.net
+-- copyright:
+category: Web
+build-type: Simple
+-- extra-source-files:
+cabal-version: >=1.10
+data-files: data/db.yaml, data/db.bib
+
+executable comatose
+ main-is: Main.hs
+ -- other-modules:
+ -- other-extensions:
+ build-depends: base >=4.6 && <4.7, bibtex, yaml, containers, parsec, lucid, bytestring, text, filepath
+ -- hs-source-dirs:
+ default-language: Haskell2010
+