packages feed

delaunay-0.1.0.1: delaunay.cabal

-- Initial Delaunay.cabal generated by cabal init.  For further 
-- documentation, see http://haskell.org/cabal/users-guide/

name:                delaunay
version:             0.1.0.1
synopsis:            Build a Delaunay triangulation of a set of points
description:         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