summaryrefslogtreecommitdiff
path: root/comatose.cabal
diff options
context:
space:
mode:
authorLars-Dominik Braun <lars@6xq.net>2018-03-12 14:15:57 +0100
committerLars-Dominik Braun <lars@6xq.net>2018-03-12 14:17:28 +0100
commit9c921f99adbd4637b21507e15c93a06c4909898a (patch)
treec9f21985b3e6f6e5ca7fbf45432d594e922e2303 /comatose.cabal
parent658b5e01c9f792be73fd984664da923d3e5ce38d (diff)
downloadcomatose-9c921f99adbd4637b21507e15c93a06c4909898a.tar.gz
comatose-9c921f99adbd4637b21507e15c93a06c4909898a.tar.bz2
comatose-9c921f99adbd4637b21507e15c93a06c4909898a.zip
Prepare for publication
Add a few more protocols, process BibTeX files with biber, copy&paste whitepaper, add proper license.
Diffstat (limited to 'comatose.cabal')
-rw-r--r--comatose.cabal8
1 files changed, 5 insertions, 3 deletions
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