packages feed

sym-plot-0.3.0: sym-plot.cabal

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