From 517639915b9b202efda0fdec337602d798bb0bee Mon Sep 17 00:00:00 2001 From: Brent Yorgey Date: Thu, 8 Aug 2013 20:53:58 -0400 Subject: [PATCH] update tested-with field: dropping support for 7.0 and 7.2 [ci skip] --- diagrams-lib.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/diagrams-lib.cabal b/diagrams-lib.cabal index c328fb70..ba531f84 100644 --- a/diagrams-lib.cabal +++ b/diagrams-lib.cabal @@ -18,7 +18,7 @@ Category: Graphics Build-type: Custom Cabal-version: >=1.10 Extra-source-files: CHANGES.markdown, README.markdown, diagrams/*.svg -Tested-with: GHC == 7.0.4, GHC == 7.2.1, GHC == 7.4.2, GHC == 7.6.1 +Tested-with: GHC == 7.4.2, GHC == 7.6.1 Source-repository head type: git location: http://github.com/diagrams/diagrams-lib.git