[Pkg-haskell-commits] darcs: haskell-gloss: Off by one
Joachim Breitner
mail at joachim-breitner.de
Fri May 31 08:31:04 UTC 2013
Fri May 31 08:28:36 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Off by one
Ignore-this: 279e89a03a038797267ec79cee34dbde
M ./control -2 +2
Fri May 31 08:28:36 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Off by one
Ignore-this: 279e89a03a038797267ec79cee34dbde
diff -rN -u old-haskell-gloss//control new-haskell-gloss//control
--- old-haskell-gloss//control 2013-05-31 08:31:04.502053388 +0000
+++ new-haskell-gloss//control 2013-05-31 08:31:04.506067749 +0000
@@ -8,8 +8,8 @@
, haskell-devscripts (>= 0.8.15)
, ghc
, ghc-prof
- , libghc-opengl-dev (>= 2.7)
- , libghc-opengl-dev (<< 2.8)
+ , libghc-opengl-dev (>= 2.8)
+ , libghc-opengl-dev (<< 2.9)
, libghc-opengl-prof
, libghc-glut-dev (>= 2.4)
, libghc-glut-dev (<< 2.5)
More information about the Pkg-haskell-commits
mailing list