From 3d42e7d62d5c4b93ceeeebf28b5beb8560e14180 Mon Sep 17 00:00:00 2001 From: hasufell Date: Sat, 15 Nov 2014 00:50:08 +0100 Subject: [PATCH] Add missing module to the Gif executable --- CG2.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: