From 3b0265232622d7357bf473ed814f7c3baba8a273 Mon Sep 17 00:00:00 2001 From: Sven Panne Date: Sun, 3 May 2015 14:51:19 +0200 Subject: [PATCH] Relaxed OpenGLRaw bound. Bumped version to 1.5.0.1. --- GLURaw.cabal | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/GLURaw.cabal b/GLURaw.cabal index eddeb44..4ae3d3c 100644 --- a/GLURaw.cabal +++ b/GLURaw.cabal @@ -1,5 +1,5 @@ name: GLURaw -version: 1.5.0.0 +version: 1.5.0.1 synopsis: A raw binding for the OpenGL graphics system description: GLURaw is a raw Haskell binding for the GLU 1.3 OpenGL utility library. It is @@ -45,7 +45,7 @@ library build-depends: base >= 4 && < 5, transformers >= 0.2 && < 0.5, - OpenGLRaw >= 2.4 && < 2.5 + OpenGLRaw >= 2.4 && < 2.6 default-language: Haskell2010 ghc-options: -Wall other-extensions: CPP