name: clckwrks-dot-com
version: 0.3.3
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: Custom
cabal-version: >=1.8
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-tools: hsx2hs
build-depends: base > 4 && <5,
clckwrks >= 0.18 && < 0.20,
clckwrks-theme-clckwrks == 0.3.*,
clckwrks-plugin-bugs == 0.6.*,
clckwrks-plugin-media == 0.6.*,
clckwrks-plugin-page >= 0.2 && < 0.3,
containers >= 0.4 && < 0.6,
happstack-server >= 7.0 && < 7.4,
hsp >= 0.9 && < 0.11,
mtl >= 2.0 && < 2.2,
network >= 2,
text == 0.11.*,
web-plugins >= 0.1 && < 0.3
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