diff --git a/CG2.cabal b/CG2.cabal index 55e2069..894f85e 100644 --- a/CG2.cabal +++ b/CG2.cabal @@ -74,7 +74,7 @@ executable Gif main-is: GifMain.hs -- Modules included in this executable, other than Main. - other-modules: MyPrelude Graphics.Diagram.Gif Graphics.Diagram.Types Graphics.Diagram.Plotter Parser.PathParser Parser.Meshparser Parser.Core System.FileSystem.FileExt Algebra.Vector Algorithms.ConvexHull.GrahamScan QueueEx Algorithms.PolygonIntersection.Core + other-modules: MyPrelude Graphics.Diagram.Gif Graphics.Diagram.Types Graphics.Diagram.Plotter Parser.PathParser Parser.Meshparser Parser.Core System.FileSystem.FileExt Algebra.Vector Algorithms.ConvexHull.GrahamScan QueueEx Algorithms.PolygonIntersection.Core Algorithms.RangeSearch.QuadTree -- LANGUAGE extensions used by modules in this package. -- other-extensions: