packages feed

yesod-bootstrap-0.2: yesod-bootstrap.cabal

-- Initial yesod-bootstrap.cabal generated by cabal init.  For further 
-- documentation, see http://haskell.org/cabal/users-guide/

name:                yesod-bootstrap
version:             0.2
synopsis:            Bootstrap widgets for yesod
-- description:         
license:             MIT
license-file:        LICENSE
author:              Andrew Martin
maintainer:          andrew.thaddeus@gmail.com
-- copyright:           
category:            Web
build-type:          Simple
-- extra-source-files:  
cabal-version:       >=1.10

library
  exposed-modules:     Yesod.Bootstrap
                     , Yesod.Form.Generic
                     , Yesod.Form.Generic.Bootstrap
                     , Yesod.Form.Generic.Bootstrap.Internal
  default-extensions:  QuasiQuotes
                     , GeneralizedNewtypeDeriving
                     , TypeFamilies
                     , MultiParamTypeClasses
                     , FlexibleContexts
                     , FlexibleInstances
                     , OverloadedStrings
                     , TemplateHaskell
  build-depends:       base >=4.7 && <5.0
                     , yesod-core
                     , yesod-form
                     , containers
                     , transformers
                     , shakespeare
                     , text
                     , blaze-html
                     , time
                     , email-validate
                     , lens-family-th
                     , lens-family-core
                     , mtl
                     , either
                     , MonadRandom
                     , persistent
                     , yesod-markdown >= 0.10.0
                     , conduit
                     , conduit-extra
                     , blaze-markup
                     , yaml
  hs-source-dirs:      src
  default-language:    Haskell2010