about summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/syb/0.3.nix
blob: 0fdf7cce0a6981fab0d4f6d9a6322cea4df73c55 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
{cabal}:

cabal.mkDerivation (self : {
  pname = "syb";
  version = "0.3"; # Haskell Platform 2011.2.0.0
  sha256 = "1gnqw76zy7xvlabhbyk8hml88hpz2igf7b3mz2ic091f77qkkch7";
  meta = {
    description = "generics system described in the Scrap Your Boilerplate papers";
  };
})