fccd7f7604
svn path=/nixpkgs/trunk/; revision=19369
14 lines
330 B
Nix
14 lines
330 B
Nix
{cabal}:
|
|
|
|
cabal.mkDerivation (self : {
|
|
pname = "regular";
|
|
version = "0.2.1";
|
|
sha256 = "732de15c4687b34a2702d38975581c8ab32167a76cd3c40cd4886bca0fc8b762";
|
|
meta = {
|
|
description = "Generic programming library for regular datatypes";
|
|
license = "BSD";
|
|
maintainers = [self.stdenv.lib.maintainers.andres];
|
|
};
|
|
})
|
|
|