Restructure Algorithms subdir and module names

No subdirs in Algorithms, just the module files
This commit is contained in:
2014-12-03 21:26:35 +01:00
parent f1f3f20a26
commit 73e1673c63
15 changed files with 31 additions and 31 deletions

View File

@@ -55,10 +55,10 @@ executable Gtk
-- Modules included in this executable, other than Main.
other-modules: Algebra.Vector
Algorithms.ConvexHull.GrahamScan
Algorithms.PolygonIntersection.Core
Algorithms.QuadTree.QuadTree
Algorithms.KDTree.KDTree
Algorithms.GrahamScan
Algorithms.PolygonIntersection
Algorithms.QuadTree
Algorithms.KDTree
Graphics.Diagram.Gtk
Graphics.Diagram.Plotter
Graphics.Diagram.Types
@@ -102,10 +102,10 @@ executable Gif
-- Modules included in this executable, other than Main.
other-modules: Algebra.Vector
Algorithms.ConvexHull.GrahamScan
Algorithms.PolygonIntersection.Core
Algorithms.QuadTree.QuadTree
Algorithms.KDTree.KDTree
Algorithms.GrahamScan
Algorithms.PolygonIntersection
Algorithms.QuadTree
Algorithms.KDTree
Graphics.Diagram.Gif
Graphics.Diagram.Plotter
Graphics.Diagram.Types