packages feed

GLURaw 1.1.0.0 → 1.1.0.1

raw patch · 1 files changed

+9/−5 lines, 1 filesnew-uploaderPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

GLURaw.cabal view
@@ -1,10 +1,10 @@ name: GLURaw-version: 1.1.0.0+version: 1.1.0.1 license: BSD3 license-file: LICENSE-maintainer: Sven Panne <sven.panne@aedion.de>-bug-reports: mailto:hopengl@haskell.org-homepage: http://www.haskell.org/HOpenGL/+maintainer: Jason Dagit <dagitj@gmail.com>, Sven Panne <sven.panne@aedion.de>+bug-reports: https://github.com/haskell-opengl/GLURaw/issues+homepage: http://www.haskell.org/haskellwiki/Opengl category: Graphics synopsis: A raw binding for the OpenGL graphics system description:@@ -19,7 +19,7 @@    please see <http://www.opengl.org/>    and <http://www.opengl.org/registry/>. build-type: Simple-cabal-version:  >= 1.2+cabal-version:  >= 1.6 extra-source-files:    include/HsGLURaw.h @@ -55,3 +55,7 @@          frameworks: OpenGL       else          extra-libraries: GLU++source-repository head+  type:     git+  location: https://github.com/haskell-opengl/GLURaw