-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathdiagrams-ghcjs.cabal
50 lines (48 loc) · 1.81 KB
/
diagrams-ghcjs.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
Name: diagrams-ghcjs
Version: 0.3.0
Synopsis: GHCJS backend for diagrams drawing EDSL
Description: This package provides a backend for rendering
diagrams directly to an HTML 5 canvas
from JavaScript
Homepage: http://projects.haskell.org/diagrams/
License: BSD3
License-file: LICENSE
Author: Andy Gill, Ryan Yates, Luite Stegeman, Daniil Frumin
Copyright: (c) 2012 Ryan Yates, Andy Gill, (c) 2013 Luite Stegeman, Daniil Frumin
Maintainer: [email protected]
Stability: Experimental
Category: Graphics
Build-type: Simple
Cabal-version: >=1.10
Source-repository head
type: git
location: https://github.com/ghcjs/diagrams-ghcjs.git
Library
Exposed-modules: Diagrams.Backend.GHCJS
Graphics.Rendering.GHCJS
Hs-source-dirs: src
Build-depends: base >= 4.7 && < 4.9,
mtl >= 2.0 && < 3.0,
NumInstances >= 1.2 && < 1.5,
diagrams-core >= 1.3 && < 1.4,
lens >= 4.0 && < 4.14,
diagrams-lib >= 1.3 && < 1.4,
containers >= 0.3 && < 0.6,
linear >=1.11.3 && <1.21,
colour >= 2.3 && < 2.4,
text >= 0.11 && < 1.3,
ghcjs-base
default-language: Haskell2010
executable tests
main-is: Main.hs
other-modules: Tests
hs-source-dirs: test
build-depends: base >= 4.2 && < 4.9
, diagrams-lib
, diagrams-core
, text
, mtl
, diagrams-ghcjs
, ghcjs-base
, ghcjs-dom
default-language: Haskell2010