packages feed

clckwrks-theme-clckwrks-0.5.0: clckwrks-theme-clckwrks.cabal

name:                clckwrks-theme-clckwrks
version:             0.5.0
synopsis:            simple bootstrap based template for clckwrks
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

data-files:
  data/css/bootstrap-theme.css
  data/css/bootstrap-theme.css.map
  data/css/bootstrap-theme.min.css
  data/css/clckwrks-theme.css
  data/css/clckwrks-theme.min.css
  data/css/bootstrap.css
  data/css/bootstrap.css.map
  data/css/bootstrap.min.css
  data/fonts/glyphicons-halflings-regular.eot
  data/fonts/glyphicons-halflings-regular.svg
  data/fonts/glyphicons-halflings-regular.ttf
  data/fonts/glyphicons-halflings-regular.woff
  data/fonts/glyphicons-halflings-regular.woff2
  data/js/bootstrap.js
  data/js/bootstrap.min.js
  data/js/npm.js

source-repository head
    type:     darcs
    subdir:   clckwrks-theme-clckwrks
    location: http://hub.darcs.net/stepcut/clckwrks

library
  exposed-modules:     Theme
                       Paths_clckwrks_theme_clckwrks
  build-depends:       base                   >= 4.5  && < 5,
                       clckwrks               >= 0.23 && < 0.24,
                       containers             >= 0.4  && < 0.6,
                       happstack-authenticate >= 2.0  && < 2.2,
                       hsp                    >= 0.9  && < 0.11,
                       hsx2hs                 >= 0.13 && < 0.14,
                       mtl                    >= 2.1  && < 2.3,
                       text                   >= 0.11 && < 1.3,
                       web-plugins            >= 0.2  && < 0.3