forked from diagrams/diagrams-input
-
Notifications
You must be signed in to change notification settings - Fork 0
/
diagrams-input.cabal
51 lines (49 loc) · 1.78 KB
/
diagrams-input.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
42
43
44
45
46
47
48
49
50
51
Name: diagrams-input
Version: 0.1
Synopsis: Parse svg files for diagrams
Description: Parse svg files for the diagrams DSL using xml-conduits.
License: BSD3
License-file: LICENSE
Author: Tillmann Vogt
Maintainer: diagrams-discuss@googlegroups.com
Copyright: Tillmann Vogt (2014)
Category: Graphics, Diagrams
Build-type: Simple
Cabal-version: >=1.10
Library
Exposed-modules: Diagrams.TwoD.Input
Diagrams.SVG.ReadSVG
Diagrams.SVG.Arguments
Diagrams.SVG.Attributes
Diagrams.SVG.Path
Diagrams.SVG.Tree
Build-depends: attoparsec >= 0.10
, base == 4.*
, base64-bytestring
, blaze-builder
, blaze-markup
, bytestring
, colour
, conduit
, conduit-extra
, containers
, css-text
, data-default
, diagrams-core >= 1.3 && < 1.4
, diagrams-lib >= 1.3 && < 1.4
, digits
, either
, JuicyPixels >= 3.1.5 && < 3.3
, linear >= 1.11.3
, resourcet
, semigroups
, split
, system-filepath
, text >= 0.11
, transformers
, unordered-containers
, vector
, xml-conduit >= 1.3.1
, xml-types == 0.3.*
Hs-source-dirs: src
default-language: Haskell2010