packages feed

Cabal revisions of HGL-3.2.0.5

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

revision 1
-name:		HGL
-version:	3.2.0.5
-license:	BSD3
-license-file:	LICENSE
-author: 	Alastair Reid
-maintainer:	Christoph Lueth <christoph.lueth@dfki.de>, Alan Hawkins <hawk.alan@gmail.com>
-category:	Graphics
-synopsis:	A simple graphics library based on X11 or Win32
+name:           HGL
+version:        3.2.0.5
+x-revision: 1
+license:        BSD3
+license-file:   LICENSE
+author:         Alastair Reid
+maintainer:     Christoph Lueth <christoph.lueth@dfki.de>, Alan Hawkins <hawk.alan@gmail.com>
+category:       Graphics
+synopsis:       A simple graphics library based on X11 or Win32
 description:
-	A simple graphics library, designed to give the programmer access
-	to most interesting parts of the Win32 Graphics Device Interface
-	and X11 library without exposing the programmer to the pain and
-	anguish usually associated with using these interfaces.
-	.
-	The library also includes a module Graphics.SOE providing the
-	interface used in "The Haskell School of Expression", by Paul
-	Hudak, cf <http://www.haskell.org/soe/>.
-build-type:	Simple
-cabal-version:	>= 1.2.1
+        A simple graphics library, designed to give the programmer access
+        to most interesting parts of the Win32 Graphics Device Interface
+        and X11 library without exposing the programmer to the pain and
+        anguish usually associated with using these interfaces.
+        .
+        The library also includes a module Graphics.SOE providing the
+        interface used in "The Haskell School of Expression", by Paul
+        Hudak, cf <http://www.haskell.org/soe/>.
+build-type:     Simple
+cabal-version:  >= 1.2.1
 
 flag split-base
 
         Graphics.HGL.Internals.Flag,
         Graphics.HGL.Internals.Utilities
   if os(windows)
-    build-depends: Win32
+    build-depends: Win32 < 2.4
     cpp-options: -DX_DISPLAY_MISSING
     other-modules:
         Graphics.HGL.Win32.Bitmap,
         Graphics.HGL.X11.Timer,
         Graphics.HGL.X11.Types,
         Graphics.HGL.X11.Window
-  extensions:	CPP
+  extensions:   CPP