Add missing Algorithms.ConvexHull to 'other-modules'

This commit is contained in:
hasufell 2014-10-09 03:31:15 +02:00
parent a5473eaf96
commit 5ce94d36aa
No known key found for this signature in database
GPG Key ID: 220CD1C5BDEED020
1 changed files with 1 additions and 1 deletions

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: