bitmap-opengl 0.0.0 → 0.0.0.1
raw patch · 2 files changed
+4/−4 lines, 2 filesdep ~bitmapPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: bitmap
API changes (from Hackage documentation)
Files
- Data/Bitmap/OpenGL.hs +1/−1
- bitmap-opengl.cabal +3/−3
Data/Bitmap/OpenGL.hs view
@@ -10,7 +10,7 @@ -------------------------------------------------------------------------------- -import Data.Bitmap.IO+import Data.Bitmap import Graphics.Rendering.OpenGL
bitmap-opengl.cabal view
@@ -1,5 +1,5 @@ Name: bitmap-opengl-Version: 0.0.0+Version: 0.0.0.1 Synopsis: OpenGL support for Data.Bitmap. Description: OpenGL support for Data.Bitmap. It has its own package so that the bitmap package does not depend on OpenGL. @@ -11,7 +11,7 @@ Homepage: http://code.haskell.org/~bkomuves/ Stability: Experimental Category: Graphics, Data-Tested-With: GHC == 6.10.1+Tested-With: GHC == 7.4.2 Cabal-Version: >= 1.2 Build-Type: Simple @@ -19,7 +19,7 @@ Description: Base v4 Library- build-depends: OpenGL, bitmap <= 0.1+ build-depends: OpenGL, bitmap >= 0.0.2 && < 0.1 if flag(base4) Build-Depends: base >= 4 && < 5 cpp-options: -DBASE_VERSION=4