From 9c921f99adbd4637b21507e15c93a06c4909898a Mon Sep 17 00:00:00 2001 From: Lars-Dominik Braun Date: Mon, 12 Mar 2018 14:15:57 +0100 Subject: Prepare for publication Add a few more protocols, process BibTeX files with biber, copy&paste whitepaper, add proper license. --- comatose.cabal | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'comatose.cabal') diff --git a/comatose.cabal b/comatose.cabal index e618489..2d934a8 100644 --- a/comatose.cabal +++ b/comatose.cabal @@ -5,9 +5,11 @@ name: comatose version: 0.1.0.0 -- synopsis: -- description: -license: PublicDomain +license: MIT +license-file: LICENSE author: Lars-Dominik Braun -maintainer: lars@6xq.net +maintainer: lars+comatose@6xq.net +homepage: https://6xq.net/comatose/ -- copyright: category: Web build-type: Simple @@ -19,7 +21,7 @@ executable comatose main-is: Main.hs -- other-modules: -- other-extensions: - build-depends: base >=4.6 && <4.10, bibtex, yaml, containers, parsec, lucid, bytestring, text, filepath, network-uri, aeson, directory + build-depends: base >=4.6 && <4.10, bibtex, yaml, containers, parsec, lucid, bytestring, text, filepath, network-uri, aeson, directory, time hs-source-dirs: src default-language: Haskell2010 -- cgit v1.2.3