nixpkgs/pkgs/development/libraries/haskell/regular/default.nix
Andres Löh b18dd91057 Removing trailing whitespace.
svn path=/nixpkgs/trunk/; revision=26570
2011-03-28 15:04:00 +00:00

14 lines
316 B
Nix

{cabal}:
cabal.mkDerivation (self : {
pname = "regular";
version = "0.3.2";
sha256 = "104rz28a22p5pn3rdzvmh13s1hpr46n463cfaz3w3bj9cimi2rcj";
meta = {
description = "Generic programming library for regular datatypes";
license = "BSD";
maintainers = [self.stdenv.lib.maintainers.andres];
};
})