luqui / graphics-drawingcombinators

Combinators for drawing 2D shapes and images in Haskell (using OpenGL)
32 stars 16 forks source link

Copy a fixed version of the opengl-bitmap package into graphics-drawingcombinators #2

Closed Peaker closed 12 years ago

Peaker commented 12 years ago

Unfortunately, Balazs Komuves has not been maintaining the set of bitmap packages in a while, and they've not built properly on newer GHCs/platforms versions.

Tired of waiting for a fix, this commit is a temporary solution -- that inlines the package with the trivial fix. The package is BSD-licensed, and a copyright/copy notice was added, so this should not be a problem.

This can be reverted when the bitmap-opengl package builds again.

Please upload a new graphics-drawingcombinators version to hackage, too, so it becomes usable again!