packages feed

Cabal revisions of diagrams-0.2

Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.

revision 1
-Name:                diagrams-Version:             0.2-Stability:           experimental-Description:         An embedded domain-specific language (EDSL) for -                     creating simple diagrams, built on top of the Cairo-                     rendering engine.  -Homepage:            http://code.haskell.org/diagrams-Synopsis:            An EDSL for creating simple diagrams-License:             BSD3-License-file:        LICENSE-Extra-source-files:  README,CHANGELOG-Author:              Brent Yorgey-Maintainer:          byorgey@gmail.com-Category:            Graphics-Build-type:          Simple-Cabal-version:       >= 1.2--flag testing-  description: Testing mode-  default: False--library-  ghc-options:         -Wall-  if flag(testing)-    ghc-options: -Werror-  Build-Depends:       base,mtl,containers,cairo,colour-  Exposed-Modules:   Graphics.Rendering.Diagrams,-                     Graphics.Rendering.Diagrams.Types,-                     Graphics.Rendering.Diagrams.Paths,-                     Graphics.Rendering.Diagrams.Shapes,-                     Graphics.Rendering.Diagrams.Attributes,-                     Graphics.Rendering.Diagrams.Layouts,-                     Graphics.Rendering.Diagrams.Engine+Name:                diagrams
+Version:             0.2
+x-revision: 1
+Stability:           experimental
+Description:         An embedded domain-specific language (EDSL) for 
+                     creating simple diagrams, built on top of the Cairo
+                     rendering engine.  
+Homepage:            http://code.haskell.org/diagrams
+Synopsis:            An EDSL for creating simple diagrams
+License:             BSD3
+License-file:        LICENSE
+Extra-source-files:  README,CHANGELOG
+Author:              Brent Yorgey
+Maintainer:          byorgey@gmail.com
+Category:            Graphics
+Build-type:          Simple
+Cabal-version:       >= 1.2
+
+flag testing
+  description: Testing mode
+  default: False
+
+library
+  ghc-options:         -Wall
+  if flag(testing)
+    ghc-options: -Werror
+  Build-Depends:       base < 4.8,mtl,containers,cairo,colour
+  Exposed-Modules:   Graphics.Rendering.Diagrams,
+                     Graphics.Rendering.Diagrams.Types,
+                     Graphics.Rendering.Diagrams.Paths,
+                     Graphics.Rendering.Diagrams.Shapes,
+                     Graphics.Rendering.Diagrams.Attributes,
+                     Graphics.Rendering.Diagrams.Layouts,
+                     Graphics.Rendering.Diagrams.Engine