GLFW-b 1.4 → 1.4.1
raw patch · 1 files changed
+9/−8 lines, 1 files
Files
- GLFW-b.cabal +9/−8
GLFW-b.cabal view
@@ -1,5 +1,5 @@ name: GLFW-b-version: 1.4+version: 1.4.1 category: Graphics author: Brian Lewis <brian@lorf.org>@@ -10,18 +10,19 @@ synopsis: Bindings to GLFW OpenGL library description:- Bindings to <http://www.glfw.org/ GLFW>, an open source, multi-platform+ Bindings to GLFW (<http://www.glfw.org/>), an open source, multi-platform library for creating windows with OpenGL contexts and managing input and events. .- GLFW-b depends on- <http://hackage.haskell.org/package/bindings-GLFW bindings-GLFW>, which, as- of the time of this writing, binds to- <http://www.glfw.org/Version-3.0.1-released.html GLFW 3.0.1, released 2013-06-17>.+ GLFW-b depends on bindings-GLFW+ (<http://hackage.haskell.org/package/bindings-GLFW>), which, as of the time+ of this writing, binds to GLFW 3.0.3, released 2013-09-24+ (<http://www.glfw.org/Version-3.0.3-released.html>+ <http://www.glfw.org/changelog.html>). . If you've used GLFW before, you were probably using 2.7.x. There are some- significant differences in 3.0.x. Please see the- <http://www.glfw.org/docs/3.0/moving.html transition guide>.+ significant differences in 3.0.x. Please see the transition guide+ (<http://www.glfw.org/docs/3.0/moving.html>). cabal-version: >= 1.10 build-type: Simple