-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathyesod-colonnade.cabal
38 lines (35 loc) · 1.15 KB
/
yesod-colonnade.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
cabal-version: 3.0
name: yesod-colonnade
version: 1.3.0.2
synopsis: Helper functions for using yesod with colonnade
description: Helper functions for using yesod with colonnade.
homepage: https://github.com/byteverse/yesod-colonnade
bug-reports: https://github.com/byteverse/yesod-colonnade/issues
license: BSD-3-Clause
license-file: LICENSE
author: Andrew Martin
maintainer: [email protected]
copyright: 2018 Andrew Martin
category: web
build-type: Simple
extra-doc-files: CHANGELOG.md
tested-with: GHC ==9.4.8 || ==9.6.3 || ==9.8.1
common build-settings
default-language: Haskell2010
ghc-options: -Wall -Wunused-packages
build-depends: base >=4.9.1 && <5
library
import: build-settings
ghc-options: -O2
hs-source-dirs: src
exposed-modules: Yesod.Colonnade
build-depends:
, blaze-html >=0.8
, blaze-markup >=0.7
, colonnade >=1.2
, text >=1.0
, yesod-core >=1.6
, yesod-elements >=1.1
source-repository head
type: git
location: git://github.com/byteverse/yesod-colonnade.git