packages feed

clckwrks-theme-bootstrap-0.4.3.5: clckwrks-theme-bootstrap.cabal

name:                clckwrks-theme-bootstrap
version:             0.4.3.5
synopsis:            simple bootstrap based template for clckwrks
description:         A simple bootstrap based theme for use with 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.10
extra-source-files:  README.md
tested-with:         GHC==8.0.2, GHC==8.2.2, GHC==8.4.4, GHC==8.6.5, GHC==8.8.4, GHC==8.10.7, GHC==9.0.2, GHC==9.2.2

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:     git
    location: https://github.com/clckwrks/clckwrks-theme-bootstrap.git

library
  default-language:    Haskell2010
  exposed-modules:     Theme
                       Paths_clckwrks_theme_bootstrap
  build-depends:       base             >  4 && <5,
                       clckwrks         >= 0.23 && < 0.29,
                       jmacro,
                       happstack-authenticate >= 2.0 && < 2.8,
                       hsp              >= 0.9  && < 0.11,
                       hsx-jmacro,
                       hsx2hs,
                       mtl              >= 2.1  && < 2.3,
                       text             >= 0.11 && < 2.1,
                       web-plugins      >= 0.2  && < 0.5