haskell-uuagc: update to version 0.9.42.1
This commit is contained in:
parent
3385f76ae1
commit
5ce4e11e40
@ -1,16 +1,12 @@
|
|||||||
{ cabal, filepath, haskellSrcExts, mtl, uuagcBootstrap, uuagcCabal
|
{ cabal, filepath, haskellSrcExts, mtl, uuagcCabal, uulib }:
|
||||||
, uulib
|
|
||||||
}:
|
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "uuagc";
|
pname = "uuagc";
|
||||||
version = "0.9.40.3";
|
version = "0.9.42.1";
|
||||||
sha256 = "053p7cbis843zn0qg8imc77xnfj4kna8wwfanxbj8kcapcqvwihl";
|
sha256 = "1xyzvv9rqzqdc7kd2rncafnglfg699sn3f4987kbsxzhilvmhw78";
|
||||||
isLibrary = true;
|
isLibrary = true;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
buildDepends = [
|
buildDepends = [ filepath haskellSrcExts mtl uuagcCabal uulib ];
|
||||||
filepath haskellSrcExts mtl uuagcBootstrap uuagcCabal uulib
|
|
||||||
];
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://www.cs.uu.nl/wiki/HUT/WebHome";
|
homepage = "http://www.cs.uu.nl/wiki/HUT/WebHome";
|
||||||
description = "Attribute Grammar System of Universiteit Utrecht";
|
description = "Attribute Grammar System of Universiteit Utrecht";
|
||||||
|
Loading…
Reference in New Issue
Block a user