From 934e24c61873746d8cb2756ee88578496868aa8a Mon Sep 17 00:00:00 2001 From: hasufell Date: Wed, 25 Nov 2015 22:52:58 +0100 Subject: [PATCH] CABAL: cleanup dependencies --- CG2.cabal | 28 ++++++++++------------------ 1 file changed, 10 insertions(+), 18 deletions(-) diff --git a/CG2.cabal b/CG2.cabal index 1fdc7d8..25feb60 100644 --- a/CG2.cabal +++ b/CG2.cabal @@ -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, @@ -127,18 +126,16 @@ 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 && <4.8, + base >=4.6, bytestring >= 0.10.4.0, containers >= 0.5.0.0, dequeue >= 0.1.5, - diagrams-lib >=1.2 && <1.3, - diagrams-cairo >=1.2 && <1.3, - diagrams-contrib >= 1.1.2.1, + diagrams-lib >=1.3, + diagrams-cairo >=1.3, + diagrams-contrib >= 1.3.0.0, JuicyPixels >= 3.1.7.1, - multiset-comb >= 0.2.1, - transformers >=0.4 && <0.5, - safe >= 0.3.8 + safe >= 0.3.8, + transformers >=0.4 -- Directories containing source files. -- hs-source-dirs: @@ -177,18 +174,13 @@ 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 && <4.8, + base >=4.6, bytestring >= 0.10.4.0, containers >= 0.5.0.0, - dequeue >= 0.1.5, - diagrams-lib >=1.2 && <1.3, - diagrams-cairo >=1.2 && <1.3, - diagrams-contrib >= 1.1.2.1, - JuicyPixels >= 3.1.7.1, - multiset-comb >= 0.2.1, + diagrams-lib >=1.3, + diagrams-cairo >=1.3, + diagrams-contrib >= 1.3.0.0, QuickCheck >= 2.4.2, - transformers >=0.4 && <0.5, safe >= 0.3.8 -- Directories containing source files.