packages feed

hcdt 0.1.0.1 → 0.1.0.2

raw patch · 1 files changed

+12/−12 lines, 1 files

Files

hcdt.cabal view
@@ -1,6 +1,6 @@ cabal-version:       2.2 name:                hcdt-version:             0.1.0.1+version:             0.1.0.2 synopsis:            2d Delaunay triangulation description:              This library performs the constrained or unconstrained 2d Delaunay triangulation.@@ -31,17 +31,17 @@                      , containers >= 0.6.4.1 && < 0.7                      , indexed-traversable >= 0.1.2 && < 0.2   include-dirs:        cpp-  includes:            cpp/CDT.h-                     , cpp/CDT.hpp-                     , cpp/CDTUtils.h-                     , cpp/CDTUtils.hpp-                     , cpp/hcdt.hpp-                     , cpp/KDTree.h-                     , cpp/LocatorKDTree.h-                     , cpp/predicates.h-                     , cpp/remove_at.hpp-                     , cpp/Triangulation.h-                     , cpp/Triangulation.hpp+  includes:            ./cpp/CDT.h+                     , ./cpp/CDT.hpp+                     , ./cpp/CDTUtils.h+                     , ./cpp/CDTUtils.hpp+                     , ./cpp/hcdt.hpp+                     , ./cpp/KDTree.h+                     , ./cpp/LocatorKDTree.h+                     , ./cpp/predicates.h+                     , ./cpp/remove_at.hpp+                     , ./cpp/Triangulation.h+                     , ./cpp/Triangulation.hpp   C-sources:           cpp/hcdt.cpp   extra-libraries:     stdc++   ghc-options:         -Wall -optcxx-std=c++11