CABAL: cleanup dependencies
This commit is contained in:
parent
6a6870b1d3
commit
fbb0d2963c
13
CG2.cabal
13
CG2.cabal
@ -77,7 +77,6 @@ executable Gtk
|
|||||||
|
|
||||||
-- Other library packages from which modules are imported.
|
-- Other library packages from which modules are imported.
|
||||||
build-depends: attoparsec >= 0.12.1.1,
|
build-depends: attoparsec >= 0.12.1.1,
|
||||||
array >= 0.5.0.0,
|
|
||||||
base >=4.6,
|
base >=4.6,
|
||||||
bytestring >= 0.10.4.0,
|
bytestring >= 0.10.4.0,
|
||||||
containers >= 0.5.0.0,
|
containers >= 0.5.0.0,
|
||||||
@ -90,7 +89,6 @@ executable Gtk
|
|||||||
glade >=0.12,
|
glade >=0.12,
|
||||||
gloss >= 1.2.0.1,
|
gloss >= 1.2.0.1,
|
||||||
gtk >=0.12,
|
gtk >=0.12,
|
||||||
multiset-comb >= 0.2.1,
|
|
||||||
safe >= 0.3.8,
|
safe >= 0.3.8,
|
||||||
transformers >=0.4
|
transformers >=0.4
|
||||||
|
|
||||||
@ -129,7 +127,6 @@ executable Gif
|
|||||||
|
|
||||||
-- Other library packages from which modules are imported.
|
-- Other library packages from which modules are imported.
|
||||||
build-depends: attoparsec >= 0.12.1.1,
|
build-depends: attoparsec >= 0.12.1.1,
|
||||||
array >= 0.5.0.0,
|
|
||||||
base >=4.6,
|
base >=4.6,
|
||||||
bytestring >= 0.10.4.0,
|
bytestring >= 0.10.4.0,
|
||||||
containers >= 0.5.0.0,
|
containers >= 0.5.0.0,
|
||||||
@ -139,9 +136,8 @@ executable Gif
|
|||||||
diagrams-contrib >= 1.1.2.1,
|
diagrams-contrib >= 1.1.2.1,
|
||||||
gloss >= 1.2.0.1,
|
gloss >= 1.2.0.1,
|
||||||
JuicyPixels >= 3.1.7.1,
|
JuicyPixels >= 3.1.7.1,
|
||||||
multiset-comb >= 0.2.1,
|
safe >= 0.3.8,
|
||||||
transformers >=0.4,
|
transformers >=0.4
|
||||||
safe >= 0.3.8
|
|
||||||
|
|
||||||
-- Directories containing source files.
|
-- Directories containing source files.
|
||||||
-- hs-source-dirs:
|
-- hs-source-dirs:
|
||||||
@ -180,19 +176,14 @@ executable Test
|
|||||||
|
|
||||||
-- Other library packages from which modules are imported.
|
-- Other library packages from which modules are imported.
|
||||||
build-depends: attoparsec >= 0.12.1.1,
|
build-depends: attoparsec >= 0.12.1.1,
|
||||||
array >= 0.5.0.0,
|
|
||||||
base >=4.6,
|
base >=4.6,
|
||||||
bytestring >= 0.10.4.0,
|
bytestring >= 0.10.4.0,
|
||||||
containers >= 0.5.0.0,
|
containers >= 0.5.0.0,
|
||||||
dequeue >= 0.1.5,
|
|
||||||
diagrams-lib >=1.2,
|
diagrams-lib >=1.2,
|
||||||
diagrams-cairo >=1.2,
|
diagrams-cairo >=1.2,
|
||||||
diagrams-contrib >= 1.1.2.1,
|
diagrams-contrib >= 1.1.2.1,
|
||||||
gloss >= 1.2.0.1,
|
gloss >= 1.2.0.1,
|
||||||
JuicyPixels >= 3.1.7.1,
|
|
||||||
multiset-comb >= 0.2.1,
|
|
||||||
QuickCheck >= 2.4.2,
|
QuickCheck >= 2.4.2,
|
||||||
transformers >=0.4,
|
|
||||||
safe >= 0.3.8
|
safe >= 0.3.8
|
||||||
|
|
||||||
-- Directories containing source files.
|
-- Directories containing source files.
|
||||||
|
Loading…
Reference in New Issue
Block a user