-
Notifications
You must be signed in to change notification settings - Fork 5
/
diagrams-input.cabal
57 lines (56 loc) · 2.16 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
52
53
54
55
56
57
Name: diagrams-input
Version: 0.1.3.1
Synopsis: Parse raster and SVG files for diagrams
Description: Parse raster and SVG images for the diagrams DSL.
License: BSD3
License-file: LICENSE
Author: Tillmann Vogt
Maintainer: [email protected]
Copyright: Tillmann Vogt (2014)
Category: Graphics, Diagrams
Build-type: Simple
Cabal-version: >=1.10
Extra-source-files: CHANGELOG.md, README.md
tested-with: GHC ==8.4.4 || ==8.6.5 || ==8.8.4 || ==8.10.7 || ==9.0.2 || ==9.2.8 || ==9.4.8 || ==9.6.5 || ==9.8.2 || ==9.10.1
Source-repository head
type: git
location: http://github.com/diagrams/diagrams-input.git
Library
Exposed-modules: Diagrams.TwoD.Input
Diagrams.SVG.ReadSVG
Diagrams.SVG.Arguments
Diagrams.SVG.Attributes
Diagrams.SVG.Path
Diagrams.SVG.Tree
Other-modules: Diagrams.SVG.Fonts.CharReference
Diagrams.SVG.Fonts.ReadFont
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.6
, diagrams-lib >= 1.3 && < 1.5
, digits
, either >= 4.4
, JuicyPixels >= 3.1.5 && < 3.4
, linear >= 1.11.3
, resourcet
, semigroups
, split
, system-filepath
, text >= 0.11
, transformers
, unordered-containers
, vector
, xml-conduit >= 1.3
, xml-types == 0.3.*
Hs-source-dirs: src
default-language: Haskell2010