packages feed

Cabal revisions of diagrams-0.2.2.2

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

revision 1
-Name:                diagrams-Version:             0.2.2.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,CHANGES,example/*.hs-Author:              Brent Yorgey-Maintainer:          byorgey@gmail.com-Category:            Graphics-Build-type:          Simple-Cabal-version:       >= 1.6-Tested-with:         GHC==7.0.1, GHC==6.12.1, GHC==6.10.4--flag testing-  description: Testing mode-  default: False--library-  ghc-options:       -Wall-  if flag(testing)-    ghc-options: -Werror-  Build-Depends:     base >= 2 && < 5, mtl >= 2.0 && < 2.1,-                     containers >= 0.2 && < 0.5,-                     cairo >= 0.9 && < 0.13, colour >= 2.2.1 && < 2.4-  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.2.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,CHANGES,example/*.hs
+Author:              Brent Yorgey
+Maintainer:          byorgey@gmail.com
+Category:            Graphics
+Build-type:          Simple
+Cabal-version:       >= 1.6
+Tested-with:         GHC==7.0.1, GHC==6.12.1, GHC==6.10.4
+
+flag testing
+  description: Testing mode
+  default: False
+
+library
+  ghc-options:       -Wall
+  if flag(testing)
+    ghc-options: -Werror
+  Build-Depends:     base >= 2 && < 4.8, mtl >= 2.0 && < 2.1,
+                     containers >= 0.2 && < 0.5,
+                     cairo >= 0.9 && < 0.13, colour >= 2.2.1 && < 2.4
+  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