forked from ocharles/lucid-svg
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlucid-svg.cabal
28 lines (27 loc) · 1.08 KB
/
lucid-svg.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
name: lucid-svg
version: 0.7.1.1
synopsis: DSL for SVG using lucid for HTML
description: Easy to write SVG in the syle of lucid.
homepage: http://github.com/jeffreyrosenbluth/lucid-svg.git
license: BSD3
license-file: LICENSE
author: Jeffrey Rosenbluth
maintainer: [email protected]
copyright: 2015 Jeffrey Rosenbluth
category: Graphics
build-type: Simple
extra-source-files: README.md
cabal-version: >=1.10
library
ghc-options: -Wall
exposed-modules: Lucid.Svg,
Lucid.Svg.Path,
Lucid.Svg.Elements,
Lucid.Svg.Attributes
build-depends: base >= 4.5 && < 5,
blaze-builder >= 0.2 && < 0.5,
transformers >= 0.2 && < 0.7,
text >= 0.11 && < 1.3 || >= 2 && < 2.1,
lucid >= 2.9.2 && < 3.0
hs-source-dirs: src
default-language: Haskell2010