haskell-dhall: update overrides for the latest version

This commit is contained in:
Peter Simons
2019-12-06 20:55:12 +01:00
parent cd9816e0f7
commit fc8ccfa780
2 changed files with 4 additions and 5 deletions
@@ -645,7 +645,7 @@ self: super: builtins.intersectAttrs super {
# LTS-14.
spagoWithOverrides = doJailbreak (super.spago.override {
# spago requires the latest version of dhall.
directory = self.dhall_1_27_0;
directory = self.dhall_1_28_0;
});
docsSearchAppJsFile = pkgs.fetchurl {