haskellPackages.dependent-sum-aeson-orphans: jailbreak

main
Malte Brandy 2 years ago
parent d3dcfdaf4c
commit a17834b469
  1. 3
      pkgs/development/haskell-modules/configuration-common.nix

@ -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…
Cancel
Save