summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/multirec/default.nix
blob: f30caeb2fb1463b63dd7b0411f6c26a228f61e2f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
{cabal}:

cabal.mkDerivation (self : {
  pname = "multirec";
  version = "0.5";
  sha256 = "1nrfbiy5g51cpaqqi1adrr32x74wjjvplyyrphvzf4rxhnhj3xpw";
  noHaddock = true; # don't know why Haddock causes an error
  meta = {
    description = "Generic programming with systems of recursive datatypes";
  };
})