Cabal revisions of GLUT-2.6.0.0
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
name: GLUT version: 2.6.0.0+x-revision: 1 synopsis: A binding for the OpenGL Utility Toolkit description: A Haskell binding for the OpenGL Utility Toolkit, a window system independent cbits/HsGLUT.c hs-source-dirs: src include-dirs: include- build-depends: base >= 3 && < 5, array >= 0.3, containers >= 0.3, OpenGL >= 2.8.0.0, OpenGLRaw >= 1.3.0.0+ build-depends: base >= 3 && < 5, array >= 0.3 && < 0.6, containers >= 0.3 && < 0.6, OpenGL >= 2.8.0.0 && < 2.12, OpenGLRaw >= 1.3.0.0 && < 1.6 default-language: Haskell2010 other-extensions: CPP ghc-options: -Wall -O2