File: newer-deps

package info (click to toggle)
haskell-opengl 3.0.3.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,068 kB
  • sloc: haskell: 12,230; makefile: 2
file content (18 lines) | stat: -rw-r--r-- 542 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
--- a/OpenGL.cabal
+++ b/OpenGL.cabal
@@ -1,5 +1,6 @@
 name: OpenGL
 version: 3.0.3.0
+x-revision: 1
 synopsis: A binding for the OpenGL graphics system
 description:
   A Haskell binding for the OpenGL graphics system (GL, version 4.6) and its
@@ -165,7 +166,7 @@
     text         >= 0.1 && < 1.3,
     transformers >= 0.2 && < 0.6,
     ObjectName   >= 1.1 && < 1.2,
-    StateVar     >= 1.1 && < 1.2,
+    StateVar     >= 1.1 && < 1.3,
     OpenGLRaw    >= 3.0 && < 3.4,
     GLURaw       >= 2.0 && < 2.1
   default-language: Haskell2010