-
Notifications
You must be signed in to change notification settings - Fork 4
/
yesod-form-bootstrap4.cabal
41 lines (37 loc) · 1.1 KB
/
yesod-form-bootstrap4.cabal
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
cabal-version: 1.12
-- This file has been generated from package.yaml by hpack version 0.35.2.
--
-- see: https://github.com/sol/hpack
--
-- hash: f873b411adb4a24daf45ff2b104e18ebccdcc90ea440cf69c4a7f43c385a14bb
name: yesod-form-bootstrap4
version: 3.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: [email protected]
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