name: clckwrks-dot-com version: 0.3.11 synopsis: clckwrks.com homepage: http://www.clckwrks.com/ license: BSD3 license-file: LICENSE author: Jeremy Shaw maintainer: Jeremy Shaw category: Clckwrks build-type: Custom cabal-version: >=1.8 source-repository head type: git location: git://github.com/clckwrks/clckwrks-dot-com.git 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.23 && < 0.24, clckwrks-theme-clckwrks == 0.5.*, clckwrks-plugin-media == 0.6.*, clckwrks-plugin-page >= 0.3 && < 0.4, containers >= 0.4 && < 0.6, happstack-server >= 7.0 && < 7.5, hsp >= 0.9 && < 0.11, mtl >= 2.0 && < 2.3, network >= 2, text >= 0.11 && < 1.3, 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.6, base, Extra, network-uri, cabal-debian >= 4.24 else Buildable: False