nixpkgs/pkgs/development/libraries/haskell/uulib/default.nix
Andres Löh a5f0863a8b Updating uulib and uuagc.
svn path=/nixpkgs/trunk/; revision=20465
2010-03-07 22:33:05 +00:00

11 lines
228 B
Nix

{cabal}:
cabal.mkDerivation (self : {
pname = "uulib";
version = "0.9.11";
sha256 = "f364ec14f249c9fc28ab341050c7e1cc1bde865fb787e4456c07c1df450815c8";
meta = {
description = "Haskell Utecht Tools Library";
};
})