summaryrefslogtreecommitdiff
path: root/comatose.cabal
blob: 2db80a3b836648d4a2b3f1a99b949163adbc9409 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
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, data/attribution.bib, data/script.js, data/style.css

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, network-uri, aeson, directory
  -- hs-source-dirs:      
  default-language:    Haskell2010