diff --git a/CG2.cabal b/CG2.cabal index 9d0095f..eb91320 100644 --- a/CG2.cabal +++ b/CG2.cabal @@ -54,7 +54,7 @@ executable CG2 main-is: Main.hs -- Modules included in this executable, other than Main. - other-modules: Diagram Gtk Util Class.Defaults Parser.Meshparser Parser.Core OS.FileExt LinearAlgebra.Vector + other-modules: Diagram Gtk Util Class.Defaults Parser.Meshparser Parser.Core OS.FileExt LinearAlgebra.Vector Algorithms.ConvexHull -- LANGUAGE extensions used by modules in this package. -- other-extensions: