Restructure Algorithms subdir and module names
No subdirs in Algorithms, just the module files
This commit is contained in:
16
CG2.cabal
16
CG2.cabal
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user