diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,3 +5,7 @@
 0.1.0.4
 -------
 * removed the upper bounds of the dependencies
+
+0.1.0.5
+-------
+* fixed the cabal file
diff --git a/hcdt.cabal b/hcdt.cabal
--- a/hcdt.cabal
+++ b/hcdt.cabal
@@ -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
