nixpkgs/pkgs/development/libraries/haskell/multirec/default.nix
Andres Löh a889b5bb66 Updated multirec and zipper for Haskell.
svn path=/nixpkgs/trunk/; revision=15969
2009-06-16 08:56:31 +00:00

12 lines
258 B
Nix

{cabal}:
cabal.mkDerivation (self : {
pname = "multirec";
version = "0.4";
sha256 = "ad7a6ae90e1880b3fd79686ce8012e531b738f8f1d10ba836550fc91cfe3695e";
meta = {
description = "Generic programming with systems of recursive datatypes";
};
})