packages feed

yesod-form-bootstrap4-0.1.1: yesod-form-bootstrap4.cabal

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

name:           yesod-form-bootstrap4
version:        0.1.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
cabal-version:  >= 1.10

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

library
  hs-source-dirs:
      src
  build-depends:
      base >=4.7 && <5
    , classy-prelude-yesod
    , yesod-form
  exposed-modules:
      Yesod.Form.Bootstrap4
  other-modules:
      Paths_yesod_form_bootstrap4
  default-language: Haskell2010