cabal2nix-2.9.3: test/golden-test-cases/ghc-syb-utils.nix.golden
{ mkDerivation, base, directory, filepath, ghc, ghc-paths, stdenv
, syb
}:
mkDerivation {
pname = "ghc-syb-utils";
version = "0.2.3.3";
sha256 = "deadbeef";
libraryHaskellDepends = [ base ghc syb ];
testHaskellDepends = [ base directory filepath ghc ghc-paths ];
homepage = "http://github.com/nominolo/ghc-syb";
description = "Scrap Your Boilerplate utilities for the GHC API";
license = stdenv.lib.licenses.bsd3;
}