GLFW-b 1.3 → 1.4
raw patch · 1 files changed
+4/−4 lines, 1 filesdep ~GLFW-bdep ~bindings-GLFW
Dependency ranges changed: GLFW-b, bindings-GLFW
Files
- GLFW-b.cabal +4/−4
GLFW-b.cabal view
@@ -1,5 +1,5 @@ name: GLFW-b-version: 1.3+version: 1.4 category: Graphics author: Brian Lewis <brian@lorf.org>@@ -50,7 +50,7 @@ build-depends: base < 5,- bindings-GLFW == 0.1.*+ bindings-GLFW == 3.0.* -------------------------------------------------------------------------------- @@ -65,10 +65,10 @@ main-is: Test.hs build-depends:- GLFW-b == 1.2.*,+ GLFW-b == 1.4.*, HUnit == 1.2.*, base < 5,- bindings-GLFW == 0.1.*,+ bindings-GLFW == 3.0.*, test-framework == 0.8.*, test-framework-hunit == 0.3.*