packages feed

cabal2nix-2.9.3: test/golden-test-cases/th-expand-syns.nix.golden

{ mkDerivation, base, containers, stdenv, 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 = stdenv.lib.licenses.bsd3;
}