Name: diagrams-boolean
Version: 0.1.0
Synopsis: boolean operations on Diagrams paths
Category: Graphics
Copyright: Kristof Bastiaensen (2015)
Stability: Unstable
License: BSD3
License-file: LICENSE
Author: Kristof Bastiaensen
Maintainer: Kristof Bastiaensen
Bug-Reports: https://github.com/kuribas/diagrams-boolean/issues
Build-type: Simple
Cabal-version: >=1.8
Description: set operations (union, intersection, difference and exclusion) on paths in Diagrams.
extra-doc-files: samples/union.svg, samples/difference.svg, samples/exclusion.svg, samples/intersection.svg
source-repository head
type: git
location: https://github.com/kuribas/diagrams-boolean
Library
Ghc-options: -Wall
Build-depends: base >= 3 && < 5, diagrams-lib >= 1.3, cubicbezier >= 0.4.0
Exposed-Modules:
Diagrams.TwoD.Boolean