free-game: jailbreak due to new OpenGLRaw version

This allows it to keep building after
ba5473676f was pushed. Perhaps we should
add the extra OpenGL versions (2.9.1.0) and specify strict versions so
that it doesn't fail to build in 2 weeks.
This commit is contained in:
Mateusz Kowalczyk 2014-05-24 01:54:55 +02:00 committed by Peter Simons
parent 458087db37
commit 6da85d3cf6
2 changed files with 2 additions and 0 deletions

View File

@ -13,6 +13,7 @@ cabal.mkDerivation (self: {
hashable JuicyPixels JuicyPixelsUtil lens linear mtl OpenGL
OpenGLRaw random reflection transformers vector void
];
jailbreak = true;
meta = {
homepage = "https://github.com/fumieval/free-game";
description = "Create games for free";

View File

@ -13,6 +13,7 @@ cabal.mkDerivation (self: {
hashable JuicyPixels JuicyPixelsUtil lens linear mtl OpenGL
OpenGLRaw random reflection transformers vector void
];
jailbreak = true;
meta = {
homepage = "https://github.com/fumieval/free-game";
description = "Create games for free";