haskell-language-glsl: update to version 0.1.1

This commit is contained in:
Peter Simons 2014-08-20 19:17:12 +02:00
parent c3565da080
commit a2cd9ceab1
1 changed files with 2 additions and 3 deletions

View File

@ -6,15 +6,14 @@
cabal.mkDerivation (self: { cabal.mkDerivation (self: {
pname = "language-glsl"; pname = "language-glsl";
version = "0.1.0"; version = "0.1.1";
sha256 = "0jr6jwxsfpmnjrnaary37s2i47akq665fnyvv37cp6j928srjizf"; sha256 = "06dc339a2cddzgjda3nzprgr0v2clbhlpl8j81m04i66bbj2l15y";
isLibrary = true; isLibrary = true;
isExecutable = true; isExecutable = true;
buildDepends = [ parsec prettyclass ]; buildDepends = [ parsec prettyclass ];
testDepends = [ testDepends = [
HUnit parsec prettyclass testFramework testFrameworkHunit HUnit parsec prettyclass testFramework testFrameworkHunit
]; ];
doCheck = false;
meta = { meta = {
description = "GLSL abstract syntax tree, parser, and pretty-printer"; description = "GLSL abstract syntax tree, parser, and pretty-printer";
license = self.stdenv.lib.licenses.bsd3; license = self.stdenv.lib.licenses.bsd3;