packages feed

clckwrks-theme-bootstrap-0.4.2: clckwrks-theme-bootstrap.cabal

name:                clckwrks-theme-bootstrap
version:             0.4.2
synopsis:            simple bootstrap based template for clckwrks
description:         A simple bootstrap based theme 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
extra-source-files:  README.md
Tested-With:         GHC == 7.8.4, GHC == 7.10.2, GHC == 8.0.1

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

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.23 && < 0.24,
                       jmacro,
                       happstack-authenticate >= 2.0 && < 2.4,
                       hsp              >= 0.9  && < 0.11,
                       hsx-jmacro,
                       hsx2hs,
                       mtl              >= 2.1  && < 2.3,
                       text             >= 0.11 && < 1.3,
                       web-plugins      >= 0.2  && < 0.3