cabal2nix-2.16.0: test/golden-test-cases/th-expand-syns.nix.golden
{ mkDerivation, base, containers, lib, syb, template-haskell }:
mkDerivation {
pname = "th-expand-syns";
version = "0.4.4.0";
sha256 = "deadbeef";
libraryHaskellDepends = [ base containers syb template-haskell ];
testHaskellDepends = [ base template-haskell ];
homepage = "https://github.com/DanielSchuessler/th-expand-syns";
description = "Expands type synonyms in Template Haskell ASTs";
license = lib.licenses.bsd3;
}