name: clckwrks-theme-bootstrap
version: 0.2.13
synopsis: simple bootstrap based template for clckwrks
homepage: http://www.clckwrks.com/
license: BSD3
license-file: LICENSE
author: Jeremy Shaw
maintainer: jeremy@n-heptane.com
category: Clckwrks
build-type: Custom
cabal-version: >=1.8
data-files:
data/css/hscolour.css
data/css/bootstrap-responsive.min.css
data/css/bootstrap.css
data/css/bootstrap-responsive.css
data/css/bootstrap.min.css
data/img/glyphicons-halflings.png
data/img/glyphicons-halflings-white.png
source-repository head
type: darcs
subdir: clckwrks-theme-bootstrap
location: http://hub.darcs.net/stepcut/clckwrks
library
build-tools:
hsx2hs
exposed-modules: Theme
Paths_clckwrks_theme_bootstrap
build-depends: base > 4 && <5,
clckwrks >= 0.18 && < 0.20,
hsp >= 0.9 && < 0.11,
text == 0.11.*