spago: 0.19.0 -> 0.20.0

This commit is contained in:
(cdep)illabout
2021-04-09 23:47:09 +09:00
parent bfaee4a633
commit 84902fa84a
3 changed files with 6 additions and 6 deletions
@@ -659,9 +659,7 @@ self: super: builtins.intersectAttrs super {
let
# spago requires an older version of megaparsec, but it appears to work
# fine with newer versions.
spagoWithOverrides = doJailbreak (super.spago.override {
dhall = self.dhall_1_37_1;
});
spagoWithOverrides = doJailbreak super.spago;
# This defines the version of the purescript-docs-search release we are using.
# This is defined in the src/Spago/Prelude.hs file in the spago source.