Add missing Algorithms.ConvexHull to 'other-modules'

This commit is contained in:
2014-10-09 03:31:15 +02:00
parent a5473eaf96
commit 5ce94d36aa

View File

@@ -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: