hcdt 0.1.0.4 → 0.1.0.5
raw patch · 2 files changed
+5/−6 lines, 2 files
Files
- CHANGELOG.md +4/−0
- hcdt.cabal +1/−6
CHANGELOG.md view
@@ -5,3 +5,7 @@ 0.1.0.4 ------- * removed the upper bounds of the dependencies++0.1.0.5+-------+* fixed the cabal file
hcdt.cabal view
@@ -1,6 +1,6 @@ cabal-version: 2.2 name: hcdt-version: 0.1.0.4+version: 0.1.0.5 license: BSD-3-Clause license-file: LICENSE copyright: 2022 Stéphane Laurent@@ -41,11 +41,6 @@ other-extensions: CPP ForeignFunctionInterface extra-libraries: stdc++ 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- install-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