spago: make use of new changelog field for haskell generic builder

This commit is contained in:
(cdep)illabout 2021-04-10 00:13:23 +09:00 committed by sterni
parent c8ac41fafc
commit 250ae4062c

View File

@ -17,6 +17,8 @@ let
maintainers = (oldAttrs.maintainers or []) ++ [ maintainers = (oldAttrs.maintainers or []) ++ [
lib.maintainers.cdepillabout lib.maintainers.cdepillabout
]; ];
changelog =
"https://github.com/purescript/spago/releases/tag/${oldAttrs.version}";
})); }));
in in