packages feed

delaunay-0.1.0.0: 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.0
synopsis:            Build a Delaunay triangulation of a set of points
-- description:         
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
                     , unordered-containers
                     , hashable