packages feed

blaze-bootstrap-0.1.0.1: blaze-bootstrap.cabal

name:                blaze-bootstrap
version:             0.1.0.1
synopsis:            Blaze helper functions for bootstrap pages
description:         Simplify building blaze and bootstrap powered pages
homepage:            http://github.com/agrafix/blaze-bootstrap
license:             MIT
license-file:        LICENSE
author:              Alexander Thiemann <mail@athiemann.net>
maintainer:          Alexander Thiemann <mail@athiemann.net>
copyright:           (c) 2014 - 2015 Alexander Thiemann
category:            Web
build-type:          Simple
cabal-version:       >=1.10
tested-with:         GHC==7.6.3, GHC==7.8.4, GHC==7.10.2
extra-source-files:
    README.md

library
  exposed-modules:     Text.Blaze.Bootstrap
  build-depends:       base >=4 && <5,
                       blaze-html >=0.7,
                       text >=1.2
  hs-source-dirs:      src
  default-language:    Haskell2010
  ghc-options:         -Wall

source-repository head
  type: git
  location: https://github.com/agrafix/blaze-bootstrap