haskellPackages.stack: Fix eval error

This commit is contained in:
Malte Brandy 2020-11-13 11:24:08 +01:00 committed by Peter Simons
parent 0f1709ad23
commit bf2b91cfc0

View file

@ -1414,7 +1414,7 @@ self: super: {
domain-auth = dontCheck super.domain-auth;
# stack-2.5.1 needs a more current version of pantry to compile
pantry = self.pantry_0_5_1_3;
pantry = self.pantry_0_5_1_4;
# Too tight version bounds, see https://github.com/haskell-hvr/microaeson/pull/4
microaeson = doJailbreak super.microaeson;