svg-builder/svg-builder.cabal

36 lines
1 KiB
Text

name: svg-builder
version: 0.1.1.1
synopsis: DSL for building SVG.
description: Fast, easy to write SVG.
homepage: https://github.com/diagrams/svg-builder.git
license: BSD3
license-file: LICENSE
author: Jeffrey Rosenbluth
maintainer: jeffrey.rosenbluth@gmail.com
copyright: 2016 Jeffrey Rosenbluth
category: Graphics
build-type: Simple
extra-source-files: README.md
cabal-version: 2.0
source-repository head
type: git
location: https://git.rhiannon.website/rhi/svg-builder
library
ghc-options: -Wall -fsimpl-tick-factor=200
exposed-modules:
Graphics.Svg,
Graphics.Svg.Core,
Graphics.Svg.Path,
Graphics.Svg.Elements,
Graphics.Svg.Attributes
build-depends:
base ^>= 4.19,
blaze-builder >= 0.4.2 && < 0.5,
bytestring >= 0.12.1 && < 0.13,
hashable >= 1.4.3 && < 1.5,
text >= 2.1.1 && < 2.2,
unordered-containers >= 0.2.20 && < 0.3
hs-source-dirs: src
default-language: Haskell2010