cabal-debian-4.0.4: test-data/clckwrks-dot-com/input/clckwrks-dot-com.cabal
name: clckwrks-dot-com
version: 0.2.4
synopsis: clckwrks.com
homepage: http://www.clckwrks.com/
license: BSD3
license-file: LICENSE
author: Jeremy Shaw
maintainer: Jeremy Shaw <jeremy@n-heptane.com>
category: Clckwrks
build-type: Simple
cabal-version: >=1.8
synopsis: clckwrks.com
source-repository head
type: darcs
subdir: clckwrks-dot-com
location: http://hub.darcs.net/stepcut/clckwrks
Flag backups
Description: enable the backups executable (currently disabled by default do to wacky dependencies not on hackage)
Default: False
Executable clckwrks-dot-com-server
main-is: Main.hs
ghc-options: -threaded -O2 -rtsopts -with-rtsopts=-I0
build-depends: base > 4 && <5,
clckwrks >= 0.13 && < 0.15,
clckwrks-theme-clckwrks == 0.2.*,
clckwrks-plugin-bugs == 0.3.*,
clckwrks-plugin-media == 0.3.*,
containers == 0.4.*,
happstack-server >= 7.0 && < 7.2,
hsp == 0.7.*,
mtl >= 2.0 && < 2.2,
text == 0.11.*,
web-plugins == 0.1.*
Executable clckwrks-dot-com-backups
Main-Is: Backups.hs
if flag(backups)
Buildable: True
GHC-Options: -threaded -Wall -Wwarn -O2 -fno-warn-name-shadowing -fno-warn-missing-signatures -fwarn-tabs -fno-warn-unused-binds -fno-warn-orphans -fwarn-unused-imports -fno-spec-constr
Build-depends: archive >= 1.2.9, base, Extra
else
Buildable: False