Updated a few Haskell packages.
svn path=/nixpkgs/trunk/; revision=28399
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
{cabal}:
|
||||
{ cabal }:
|
||||
|
||||
cabal.mkDerivation (self : {
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "smallcheck";
|
||||
version = "0.4";
|
||||
sha256 = "0nq13jm3akrmgk6n2clisip16v0jf1xkm0hm678v63s87hxqb1ma";
|
||||
meta = {
|
||||
description = "Another lightweight testing library in Haskell";
|
||||
license = "BSD";
|
||||
maintainers = [self.stdenv.lib.maintainers.andres];
|
||||
description = "Another lightweight testing library in Haskell.";
|
||||
license = self.stdenv.lib.licenses.bsd3;
|
||||
platforms = self.stdenv.lib.platforms.haskellPlatforms;
|
||||
maintainers = [ self.stdenv.lib.maintainers.andres ];
|
||||
};
|
||||
})
|
||||
|
||||
|
||||
@@ -1,10 +1,14 @@
|
||||
{cabal}:
|
||||
{ cabal }:
|
||||
|
||||
cabal.mkDerivation (self : {
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "uulib";
|
||||
version = "0.9.13";
|
||||
sha256 = "115fxvx5lqyjdwws6gkcixk1gi2p5gkyqinww7gbp54p4n0yy7n0";
|
||||
meta = {
|
||||
description = "Haskell Utecht Tools Library";
|
||||
homepage = "http://www.cs.uu.nl/wiki/HUT/WebHome";
|
||||
description = "Haskell Utrecht Tools Library";
|
||||
license = "LGPL";
|
||||
platforms = self.stdenv.lib.platforms.haskellPlatforms;
|
||||
maintainers = [ self.stdenv.lib.maintainers.andres ];
|
||||
};
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user