packages feed

yesod-form-bootstrap4-3.0.0: yesod-form-bootstrap4.cabal

cabal-version: 1.12

-- This file has been generated from package.yaml by hpack version 0.31.2.
--
-- see: https://github.com/sol/hpack
--
-- hash: 2b14a92f38d927b669ca67caabdaefa36449636d4a989b69e26511a1c3b93288

name:           yesod-form-bootstrap4
version:        3.0.0
synopsis:       renderBootstrap4
category:       Web
homepage:       https://github.com/ncaq/yesod-form-bootstrap4#readme
bug-reports:    https://github.com/ncaq/yesod-form-bootstrap4/issues
author:         ncaq
maintainer:     ncaq@ncaq.net
copyright:      © ncaq
license:        MIT
build-type:     Simple

source-repository head
  type: git
  location: https://github.com/ncaq/yesod-form-bootstrap4

library
  hs-source-dirs:
      src
  ghc-options: -Wall -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns -Wmissing-exported-signatures -Wmissing-home-modules -Wredundant-constraints -Wcompat
  build-depends:
      base >=4.7 && <5
    , blaze-html
    , blaze-markup
    , shakespeare
    , text
    , yesod-core
    , yesod-form
  exposed-modules:
      Yesod.Form.Bootstrap4
  other-modules:
      Paths_yesod_form_bootstrap4
  default-language: Haskell2010