forked from mirrors/nixpkgs
haskellPackages.dependent-sum-aeson-orphans: jailbreak
This commit is contained in:
parent
d3dcfdaf4c
commit
a17834b469
|
@ -2386,6 +2386,9 @@ self: super: {
|
|||
# 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;
|
||||
|
||||
# 2022-04-16: package qualified import issue: https://github.com/ghcjs/ghcjs-dom/issues/101
|
||||
ghcjs-dom = assert super.ghcjs-dom.version == "0.9.5.0"; overrideCabal (old: {
|
||||
postPatch = ''
|
||||
|
|
Loading…
Reference in a new issue