mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-25 06:13:54 +00:00
da57804fff
svn path=/nixpkgs/branches/stdenv-updates/; revision=10267
11 lines
254 B
Nix
11 lines
254 B
Nix
{cabal}:
|
|
|
|
cabal.mkDerivation (self : {
|
|
pname = "uulib";
|
|
version = "0.9.5";
|
|
sha256 = "38415725133af464de582dadc7d7e60b1aeb96344b18b239d176bf2181f98563";
|
|
meta = {
|
|
description = "Fast Parser Combinators and Pretty Printing Combinators";
|
|
};
|
|
})
|