-
Notifications
You must be signed in to change notification settings - Fork 0
/
diagrams-povray.cabal
28 lines (27 loc) · 1.05 KB
/
diagrams-povray.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: diagrams-povray
Version: 0.1
Synopsis: Persistence Of Vision raytracer backend for diagrams EDSL
Description: XXX write me
Homepage: http://projects.haskell.org/diagrams
License: BSD3
License-file: LICENSE
Author: Brent Yorgey
Maintainer: diagrams-discuss@googlegroups.com
Bug-reports: http://github.com/diagrams/diagrams-povray/issues
Category: Graphics
Build-type: Simple
Cabal-version: >=1.10
Tested-with: GHC ==7.0.3
Source-repository head
type: git
location: http://github.com/diagrams/diagrams-povray.git
Library
Exposed-modules: Diagrams.Backend.POVRay
Other-Modules: Diagrams.Backend.POVRay.Syntax
Hs-source-dirs: src
Build-depends: base >= 4.2 && < 4.7,
diagrams-core >= 0.7 && < 0.8,
diagrams-lib >= 0.7 && < 0.8,
pretty >= 1.0.1.2 && < 1.2,
vector-space >= 0.8 && < 0.9
Default-language: Haskell2010