summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/ghc-syb-utils/default.nix
blob: 5e001569ba8f94ae044eac20338d2549bc139f1d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
{cabal, ghcSyb}:

cabal.mkDerivation (self : {
  pname = "ghc-syb-utils";
  version = "0.2.0.0";
  sha256 = "457110f7e1f163ccf78acb898f8ca43b6a5b4595156a08a2f1a3d81f944d74a9";
  propagatedBuildInputs = [ghcSyb];
  meta = {
    description = "Scrap Your Boilerplate utilities for the GHC API";
  };
})