haskell.packages.ghc901: adjust to dhall hackage update
This commit is contained in:
parent
12e94a519b
commit
0fee3e1309
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ self: super: {
|
|||
|
||||
# Doesn't allow Dhall 1.39.*
|
||||
weeder_2_3_0 = super.weeder_2_3_0.override {
|
||||
dhall = self.dhall_1_40_1;
|
||||
dhall = self.dhall_1_40_2;
|
||||
};
|
||||
|
||||
# Upstream also disables test for GHC 9: https://github.com/kcsongor/generic-lens/pull/130
|
||||
|
|
Loading…
Reference in a new issue