haskellPackages.clay: drop jailbreak

This commit is contained in:
Malte Brandy
2022-03-20 16:45:32 +01:00
parent 4cf31659f4
commit 16f3fbbd6f
@@ -2454,9 +2454,6 @@ self: super: {
# 2022-03-16: Upstream stopped updating bounds https://github.com/haskell-hvr/base-noprelude/pull/15
base-noprelude = doJailbreak super.base-noprelude;
# 2022-03-16: Test bounds need to be loosened https://github.com/sebastiaanvisser/clay/issues/229
clay = doJailbreak super.clay;
# 2022-03-16: Bounds need to be loosened https://github.com/obsidiansystems/dependent-sum-aeson-orphans/issues/10
dependent-sum-aeson-orphans = doJailbreak super.dependent-sum-aeson-orphans;