CABAL: cleanup dependencies

This commit is contained in:
hasufell 2015-02-10 04:17:04 +01:00
parent 6a6870b1d3
commit fbb0d2963c
No known key found for this signature in database
GPG Key ID: 220CD1C5BDEED020
1 changed files with 2 additions and 11 deletions

View File

@ -77,7 +77,6 @@ executable Gtk
-- Other library packages from which modules are imported.
build-depends: attoparsec >= 0.12.1.1,
array >= 0.5.0.0,
base >=4.6,
bytestring >= 0.10.4.0,
containers >= 0.5.0.0,
@ -90,7 +89,6 @@ executable Gtk
glade >=0.12,
gloss >= 1.2.0.1,
gtk >=0.12,
multiset-comb >= 0.2.1,
safe >= 0.3.8,
transformers >=0.4
@ -129,7 +127,6 @@ executable Gif
-- Other library packages from which modules are imported.
build-depends: attoparsec >= 0.12.1.1,
array >= 0.5.0.0,
base >=4.6,
bytestring >= 0.10.4.0,
containers >= 0.5.0.0,
@ -139,9 +136,8 @@ executable Gif
diagrams-contrib >= 1.1.2.1,
gloss >= 1.2.0.1,
JuicyPixels >= 3.1.7.1,
multiset-comb >= 0.2.1,
transformers >=0.4,
safe >= 0.3.8
safe >= 0.3.8,
transformers >=0.4
-- Directories containing source files.
-- hs-source-dirs:
@ -180,19 +176,14 @@ executable Test
-- Other library packages from which modules are imported.
build-depends: attoparsec >= 0.12.1.1,
array >= 0.5.0.0,
base >=4.6,
bytestring >= 0.10.4.0,
containers >= 0.5.0.0,
dequeue >= 0.1.5,
diagrams-lib >=1.2,
diagrams-cairo >=1.2,
diagrams-contrib >= 1.1.2.1,
gloss >= 1.2.0.1,
JuicyPixels >= 3.1.7.1,
multiset-comb >= 0.2.1,
QuickCheck >= 2.4.2,
transformers >=0.4,
safe >= 0.3.8
-- Directories containing source files.