From 5ce94d36aa1fe17a4435171c50bb360edfb59522 Mon Sep 17 00:00:00 2001 From: hasufell Date: Thu, 9 Oct 2014 03:31:15 +0200 Subject: [PATCH] Add missing Algorithms.ConvexHull to 'other-modules' --- CG2.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: