packages feed

potrace-0.1.0.0: potrace.cabal

name:                potrace
version:             0.1.0.0
synopsis:            Trace bitmap images to paths using potrace
description:
  Trace bitmap images to paths using the potrace library. Helpers for
  generating bitmap images from functions or JuicyPixel images.
  .
  See <https://github.com/diagrams/potrace-diagrams/ potrace-diagrams>
  for an implimentation for the diagrams library.
license:             GPL-2
license-file:        LICENSE
author:              Christopher Chalmers
maintainer:          c.chalmers@me.com
copyright:           Copyright (C) 2015 Christopher Chalmers
category:            Graphics
build-type:          Simple
extra-source-files:  README.md, diagrams/*.svg
extra-doc-files:     diagrams/*.svg
cabal-version:       >=1.10

library
  exposed-modules:
    Graphics.Potrace
    Graphics.Potrace.Base
  build-depends:
    base >=4.6 && <5,
    bindings-potrace >=0.1 && <0.2,
    vector,
    JuicyPixels,
    bytestring,
    containers,
    data-default
  hs-source-dirs:      src
  default-language:    Haskell2010