packages feed

yesod-form-bootstrap4-3.0.1: yesod-form-bootstrap4.cabal

cabal-version: 1.12

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

name:           yesod-form-bootstrap4
version:        3.0.1
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 -Wcompat -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns -Wpartial-fields -Wredundant-constraints
  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