Preparing for the upcoming Haskell Platform release.

svn path=/nixpkgs/trunk/; revision=22620
This commit is contained in:
Andres Löh
2010-07-17 13:23:48 +00:00
parent 26164c05c5
commit 5f8328c461
27 changed files with 252 additions and 18 deletions

View File

@@ -2,7 +2,7 @@
cabal.mkDerivation (self : {
pname = "GLUT";
version = "2.1.2.1"; # Haskell Platform 2010.1.0.0
version = "2.1.2.1"; # Haskell Platform 2010.1.0.0 and 2010.2.0.0
sha256 = "0230bfacbfb85c126f1fba45fcd8d02f20da9ee19180b5ada698224362d17264";
propagatedBuildInputs = [OpenGL glut libSM libICE libXmu libXi mesa];
meta = {