-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsym-plot.cabal
More file actions
26 lines (23 loc) · 863 Bytes
/
sym-plot.cabal
File metadata and controls
26 lines (23 loc) · 863 Bytes
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
name: sym-plot
version: 0.3.0
synopsis: Plot permutations; an addition to the sym package
description:
This packade adds plots to the sym package. It has been factored out
of that package because diagrams is a rather heavy dependency.
homepage: http://github.com/akc/sym-plot
license: BSD3
license-file: LICENSE
author: Anders Claesson
maintainer: anders.claesson@gmail.com
category: Math
build-type: Simple
cabal-version: >=1.8
source-repository head
type: git
location: git://github.com/akc/sym-plot.git
library
build-depends: base >=4.7 && <=5,
sym >=0.12,
diagrams-lib >=1.4,
diagrams-cairo >=1.4
Exposed-modules: Sym.Plot