nixpkgs/pkgs/development/libraries/haskell/multirec/default.nix
Andres Löh 035c84d06f Haskell package updates.
svn path=/nixpkgs/trunk/; revision=15165
2009-04-19 23:25:58 +00:00

12 lines
258 B
Nix

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