haskellPackages.colourista: remove no longer needed doJailbreak

This commit is contained in:
Dennis Gosnell 2022-10-15 15:07:59 -04:00
parent 433854432c
commit bf32c0534e
No known key found for this signature in database
GPG key ID: 462E0C03D11422F4

View file

@ -2431,10 +2431,6 @@ self: super: {
# 2022-02-25: Unmaintained and to strict upper bounds
paths = doJailbreak super.paths;
# Too strict bounds on hspec, fixed on main branch, but unreleased
colourista = assert super.colourista.version == "0.1.0.1";
doJailbreak super.colourista;
# 2022-02-26: https://github.com/emilypi/base64/issues/39
base64 = dontCheck super.base64;