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

cabal.mkDerivation (self : {
  pname = "syb";
  version = "0.1.0.1";
  name = self.fname;
  sha256 = "08nf4id26s5iasxzdy5jds6h87fy3a55zgw0zrig4dg6difmwjp3";
  extraBuildInputs = [];
  meta = {
    description = "generics system described in the Scrap Your Boilerplate papers [..]";
  };
})