-- Initial Delaunay.cabal generated by cabal init. For further -- documentation, see http://haskell.org/cabal/users-guide/ name: delaunay version: 0.1.0.2 synopsis: Build a Delaunay triangulation of a set of points description: This package provides a single function that builds a Delaunay triangulation of a set of points. Use '--ghc-options=-fllvm' for improved performance. homepage: http://github.com/mruegenberg/Delaunay license: BSD3 license-file: LICENSE author: Marcel Ruegenberg maintainer: m [dot] ruegenberg [at] picodesign [dot] de -- copyright: category: Graphics build-type: Simple cabal-version: >=1.8 library exposed-modules: Graphics.Triangulation.Delaunay -- other-modules: ghc-options: -Wall -O2 -- -fllvm build-depends: base >= 4 && <5 , AC-Vector >= 2.2.0 , unordered-containers >= 0.2.1.0 , hashable >= 1.0.1.1 Test-Suite delaunay-testsuite Type: exitcode-stdio-1.0 hs-source-dirs: tests Main-is: Tests.hs Build-depends: base >= 4 && <5 , AC-Vector >= 2.2.0 , delaunay , QuickCheck >= 2.4.0.0 , HUnit >= 1.2.0.0 source-repository head type: git location: git://github.com/mruegenberg/Delaunay.git