haskell-gloss: updated to version 1.4.0.1
svn path=/nixpkgs/trunk/; revision=29991
This commit is contained in:
parent
553eb023d8
commit
942784d483
1 changed files with 4 additions and 4 deletions
|
@ -1,10 +1,10 @@
|
|||
{ cabal, GLUT, OpenGL }:
|
||||
{ cabal, bmp, GLUT, OpenGL }:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "gloss";
|
||||
version = "1.3.4.1";
|
||||
sha256 = "0cyk75b495vq59pnfqy6ny5kb0i0zq2hwfb1q69vj0cfyiqiwjsb";
|
||||
buildDepends = [ GLUT OpenGL ];
|
||||
version = "1.4.0.1";
|
||||
sha256 = "0za7imyzfgk3ndh9db55wi7zbxrmpvshws4vywrr35b77b3nabr1";
|
||||
buildDepends = [ bmp GLUT OpenGL ];
|
||||
meta = {
|
||||
homepage = "http://gloss.ouroborus.net";
|
||||
description = "Painless 2D vector graphics, animations and simulations";
|
||||
|
|
Loading…
Reference in a new issue