packages feed

clckwrks-theme-bootstrap-0.2.8: clckwrks-theme-bootstrap.cabal

name:                clckwrks-theme-bootstrap
version:             0.2.8
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:          Simple
cabal-version:       >=1.8

data-files:
        data/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
  exposed-modules:     Theme
                       Paths_clckwrks_theme_bootstrap
  build-depends:       base             >  4 && <5,
                       clckwrks         >= 0.16 && < 0.17,
                       hsp              == 0.7.*,
                       text             == 0.11.*