haskellPackages.colourista: unbreak

main motivation: unbreak haskellPackages.hadolint which depends on
colourista.
This commit is contained in:
Sandro Jäckel 2021-04-01 11:11:12 +02:00 committed by sterni
parent 280f4c12e2
commit 2a1698df36

View File

@ -1712,6 +1712,14 @@ self: super: {
# Issue reported upstream, no bug tracker url yet. # Issue reported upstream, no bug tracker url yet.
darcs = doJailbreak super.darcs; darcs = doJailbreak super.darcs;
# Too strict version bounds on ansi-terminal
# This patch will be contained with the next release (current is 0.1.0.0).
colourista = appendPatch super.colourista
(pkgs.fetchpatch {
url = "https://github.com/kowainik/colourista/commit/15ace92105b56eba4ea3717bd55f733afe5be401.patch";
sha256 = "sha256-9gJFlyWUkO5sJodDRNuH10I66j8/0ZZIv6nJQkhlA0s=";
});
# Too strict version bounds on base16-bytestring and http-link-header. # Too strict version bounds on base16-bytestring and http-link-header.
# This patch will be merged when next release comes. # This patch will be merged when next release comes.
github = appendPatch super.github (pkgs.fetchpatch { github = appendPatch super.github (pkgs.fetchpatch {