From 74a68488be7ec0565f173d19e3e05bffd51c8cb4 Mon Sep 17 00:00:00 2001 From: Lars-Dominik Braun Date: Tue, 14 Apr 2015 11:17:24 +0200 Subject: Initial import --- comatose.cabal | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 comatose.cabal (limited to 'comatose.cabal') 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 + -- cgit v1.2.3