bindings-GLFW 3.1.2.0 → 3.1.2.1
raw patch · 2 files changed
+6/−2 lines, 2 filesdep ~template-haskell
Dependency ranges changed: template-haskell
Files
- README.md +4/−0
- bindings-GLFW.cabal +2/−2
README.md view
@@ -1,3 +1,7 @@+bindings-GLFW+=============+[](http://hackage.haskell.org/package/bindings-GLFW)+ Low-level [Haskell][1] bindings to [GLFW][2], an open source, multi-platform library for creating windows with OpenGL contexts and managing input and events.
bindings-GLFW.cabal view
@@ -1,5 +1,5 @@ name: bindings-GLFW-version: 3.1.2.0+version: 3.1.2.1 category: Graphics author: Brian Lewis <brian@lorf.org>@@ -104,7 +104,7 @@ build-depends: base < 5, bindings-DSL == 1.0.*,- template-haskell >= 2.10 && < 2.11+ template-haskell >= 2.10 && < 2.12 include-dirs: glfw/include/GLFW