Order stuff in cabal file alphabetically
This commit is contained in:
parent
f3cd0fa676
commit
febb20928c
55
CG2.cabal
55
CG2.cabal
@ -54,38 +54,38 @@ executable Gtk
|
|||||||
main-is: GtkMain.hs
|
main-is: GtkMain.hs
|
||||||
|
|
||||||
-- Modules included in this executable, other than Main.
|
-- Modules included in this executable, other than Main.
|
||||||
other-modules: MyPrelude
|
other-modules: Algebra.Vector
|
||||||
GUI.Gtk
|
|
||||||
Graphics.Diagram.Gtk
|
|
||||||
Graphics.Diagram.Types
|
|
||||||
Graphics.Diagram.Plotter
|
|
||||||
Parser.PathParser
|
|
||||||
Parser.Meshparser
|
|
||||||
Parser.Core
|
|
||||||
Algebra.Vector
|
|
||||||
Algorithms.ConvexHull.GrahamScan
|
Algorithms.ConvexHull.GrahamScan
|
||||||
QueueEx
|
|
||||||
Algorithms.PolygonIntersection.Core
|
Algorithms.PolygonIntersection.Core
|
||||||
Algorithms.QuadTree.QuadTree
|
Algorithms.QuadTree.QuadTree
|
||||||
|
Graphics.Diagram.Gtk
|
||||||
|
Graphics.Diagram.Plotter
|
||||||
|
Graphics.Diagram.Types
|
||||||
|
GUI.Gtk
|
||||||
|
MyPrelude
|
||||||
|
Parser.Core
|
||||||
|
Parser.Meshparser
|
||||||
|
Parser.PathParser
|
||||||
|
QueueEx
|
||||||
|
|
||||||
-- LANGUAGE extensions used by modules in this package.
|
-- LANGUAGE extensions used by modules in this package.
|
||||||
-- other-extensions:
|
-- other-extensions:
|
||||||
|
|
||||||
-- Other library packages from which modules are imported.
|
-- Other library packages from which modules are imported.
|
||||||
build-depends: base >=4.6 && <4.8,
|
build-depends: base >=4.6 && <4.8,
|
||||||
|
containers >= 0.5.0.0,
|
||||||
|
dequeue >= 0.1.5,
|
||||||
diagrams-lib >=1.2 && <1.3,
|
diagrams-lib >=1.2 && <1.3,
|
||||||
diagrams-cairo >=1.2 && <1.3,
|
diagrams-cairo >=1.2 && <1.3,
|
||||||
transformers >=0.4 && <0.5,
|
diagrams-contrib >= 1.1.2.1,
|
||||||
glade >=0.12 && <0.13,
|
|
||||||
gtk >=0.12 && <0.13,
|
|
||||||
directory >=1.2 && <1.3,
|
directory >=1.2 && <1.3,
|
||||||
dequeue >= 0.1.5,
|
filepath >= 1.3.0.2,
|
||||||
multiset-comb >= 0.2.1,
|
glade >=0.12 && <0.13,
|
||||||
gloss >= 1.2.0.1,
|
gloss >= 1.2.0.1,
|
||||||
|
gtk >=0.12 && <0.13,
|
||||||
|
multiset-comb >= 0.2.1,
|
||||||
safe >= 0.3.8,
|
safe >= 0.3.8,
|
||||||
containers >= 0.5.0.0,
|
transformers >=0.4 && <0.5
|
||||||
diagrams-contrib >= 1.1.2.1
|
|
||||||
filepath >= 1.3.0.2
|
|
||||||
|
|
||||||
-- Directories containing source files.
|
-- Directories containing source files.
|
||||||
-- hs-source-dirs:
|
-- hs-source-dirs:
|
||||||
@ -99,18 +99,19 @@ executable Gif
|
|||||||
main-is: GifMain.hs
|
main-is: GifMain.hs
|
||||||
|
|
||||||
-- Modules included in this executable, other than Main.
|
-- Modules included in this executable, other than Main.
|
||||||
other-modules: MyPrelude
|
other-modules: Algebra.Vector
|
||||||
Graphics.Diagram.Gif
|
|
||||||
Graphics.Diagram.Types
|
|
||||||
Graphics.Diagram.Plotter
|
|
||||||
Parser.PathParser
|
|
||||||
Parser.Meshparser
|
|
||||||
Parser.Core
|
|
||||||
Algebra.Vector
|
|
||||||
Algorithms.ConvexHull.GrahamScan
|
Algorithms.ConvexHull.GrahamScan
|
||||||
QueueEx
|
|
||||||
Algorithms.PolygonIntersection.Core
|
Algorithms.PolygonIntersection.Core
|
||||||
Algorithms.QuadTree.QuadTree
|
Algorithms.QuadTree.QuadTree
|
||||||
|
Graphics.Diagram.Gif
|
||||||
|
Graphics.Diagram.Plotter
|
||||||
|
Graphics.Diagram.Types
|
||||||
|
MyPrelude
|
||||||
|
Parser.Core
|
||||||
|
Parser.Meshparser
|
||||||
|
Parser.PathParser
|
||||||
|
QueueEx
|
||||||
|
|
||||||
|
|
||||||
-- LANGUAGE extensions used by modules in this package.
|
-- LANGUAGE extensions used by modules in this package.
|
||||||
-- other-extensions:
|
-- other-extensions:
|
||||||
|
Loading…
Reference in New Issue
Block a user