packages feed

digestive-bootstrap-0.1.0.1: digestive-bootstrap.cabal

name:                digestive-bootstrap
version:             0.1.0.1
synopsis:            Speed up form designing using digestive functors and bootstrap
description:         Generate bootstrap forms out of digestive views
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.Digestive.Bootstrap
  build-depends:       base >=4.6 && <5,
                       digestive-functors >=0.7,
                       digestive-functors-blaze >=0.6,
                       blaze-html >=0.7,
                       blaze-bootstrap >=0.1,
                       http-types >=0.8,
                       text >=1.2
  hs-source-dirs:      src
  default-language:    Haskell2010
  ghc-options: -Wall

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