-
Notifications
You must be signed in to change notification settings - Fork 0
/
diagrams-spiro.cabal
29 lines (27 loc) · 1.04 KB
/
diagrams-spiro.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
Name: diagrams-spiro
Version: 0.1
Synopsis: Spiro curves for diagrams.
Homepage: http://projects.haskell.org/diagrams/
License: BSD3
License-file: LICENSE
Author: Ryan Yates
Maintainer: [email protected]
Category: Graphics
Build-type: Simple
Cabal-version: >=1.6
Source-repository head
type: darcs
location: http://patch-tag.com/r/fryguybob/spiro-raw
Library
Exposed-modules: Diagrams.TwoD.Spiro
Hs-source-dirs: src
Build-depends: base >= 4 && < 5,
transformers > 0.2 && < 0.3,
mtl > 2.0 && < 2.1,
newtype >= 0.2 && < 0.3,
diagrams-core >= 0.3 && < 0.6,
diagrams-lib >= 0.3 && < 0.6,
spiro-raw >= 0.1 && < 0.2,
vector-space >= 0.7 && < 0.8,
NumInstances >= 1.0 && < 1.1
Other-modules: Diagrams.TwoD.Spiro.PathContext