packages feed

SimpleGL 0.9.2 → 0.9.3

raw patch · 1 files changed

+2/−2 lines, 1 filesdep ~JuicyPixelsPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: JuicyPixels

API changes (from Hackage documentation)

Files

SimpleGL.cabal view
@@ -1,6 +1,6 @@  name:                SimpleGL-version:             0.9.2+version:             0.9.3 synopsis:            A Simple Graphics Library from the SimpleH framework. description:    synopsis: A Simple Graphics Library from the SimpleH framework.         @@ -15,7 +15,7 @@ library   exposed-modules: SimpleH.GL SimpleH.GL.Texture   other-modules: SimpleH.GL.Base       -  build-depends:       base ==4.6.*, SimpleH ==1.0.*, GLFW ==0.5.*, OpenGL ==2.8.*, JuicyPixels ==3.1.*, vector ==0.10.*+  build-depends:       base ==4.6.*, SimpleH ==1.0.*, GLFW ==0.5.*, OpenGL ==2.8.*, JuicyPixels ==2.0.*, vector ==0.10.*   hs-source-dirs:      src   extensions: RebindableSyntax, NoMonomorphismRestriction   ghc-options: -W