From 333e2f54b61b22b56cf0dea873de428062a1b431 Mon Sep 17 00:00:00 2001 From: hasufell Date: Sat, 15 Nov 2014 04:06:16 +0100 Subject: [PATCH] Style improvements to cabal file --- CG2.cabal | 55 +++++++++++++++++++++++++++++++++++++++++++++++++++---- 1 file changed, 51 insertions(+), 4 deletions(-) diff --git a/CG2.cabal b/CG2.cabal index 94a59e3..c28def6 100644 --- a/CG2.cabal +++ b/CG2.cabal @@ -54,13 +54,38 @@ executable Gtk main-is: GtkMain.hs -- Modules included in this executable, other than Main. - other-modules: MyPrelude GUI.Gtk Graphics.Diagram.Gtk 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 + other-modules: MyPrelude + GUI.Gtk + Graphics.Diagram.Gtk + 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: -- Other library packages from which modules are imported. - build-depends: base >=4.6 && <4.8, diagrams-lib >=1.2 && <1.3, diagrams-cairo >=1.2 && <1.3, transformers >=0.4 && <0.5, glade >=0.12 && <0.13, gtk >=0.12 && <0.13, directory >=1.2 && <1.3, dequeue >= 0.1.5, multiset-comb >= 0.2.1, gloss >= 1.2.0.1, safe >= 0.3.8, containers >= 0.5.0.0, diagrams-contrib >= 1.1.2.1 + build-depends: base >=4.6 && <4.8, + diagrams-lib >=1.2 && <1.3, + diagrams-cairo >=1.2 && <1.3, + transformers >=0.4 && <0.5, + glade >=0.12 && <0.13, + gtk >=0.12 && <0.13, + directory >=1.2 && <1.3, + dequeue >= 0.1.5, + multiset-comb >= 0.2.1, + gloss >= 1.2.0.1, + safe >= 0.3.8, + containers >= 0.5.0.0, + diagrams-contrib >= 1.1.2.1 -- Directories containing source files. -- hs-source-dirs: @@ -74,13 +99,35 @@ 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 Algorithms.RangeSearch.QuadTree + 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: -- Other library packages from which modules are imported. - build-depends: base >=4.6 && <4.8, diagrams-lib >=1.2 && <1.3, diagrams-cairo >=1.2 && <1.3, transformers >=0.4 && <0.5, JuicyPixels >= 3.1.7.1, dequeue >= 0.1.5, multiset-comb >= 0.2.1, gloss >= 1.2.0.1, safe >= 0.3.8, containers >= 0.5.0.0, diagrams-contrib >= 1.1.2.1 + build-depends: base >=4.6 && <4.8, + diagrams-lib >=1.2 && <1.3, + diagrams-cairo >=1.2 && <1.3, + transformers >=0.4 && <0.5, + JuicyPixels >= 3.1.7.1, + dequeue >= 0.1.5, + multiset-comb >= 0.2.1, + gloss >= 1.2.0.1, + safe >= 0.3.8, + containers >= 0.5.0.0, + diagrams-contrib >= 1.1.2.1 -- Directories containing source files. -- hs-source-dirs: