haskellPackages.hnix: Fix build
This commit is contained in:
parent
ae73fa0d56
commit
2bf095d026
|
@ -208,11 +208,11 @@ self: super: {
|
||||||
# Generating the completions should be activated again, once we default to
|
# Generating the completions should be activated again, once we default to
|
||||||
# ghc 8.10.
|
# ghc 8.10.
|
||||||
hnix = dontCheck (super.hnix.override {
|
hnix = dontCheck (super.hnix.override {
|
||||||
# The neat-interpolation package from stack is to old for hnix.
|
# 2020-09-18: Those packages are all needed by hnix at versions newer than on stackage
|
||||||
# https://github.com/haskell-nix/hnix/issues/676
|
neat-interpolation = self.neat-interpolation_0_5_1_2; # at least 0.5.1
|
||||||
# Once neat-interpolation >= 0.4 is in our stack release,
|
data-fix = self.data-fix_0_3_0; # at least 0.3
|
||||||
# (which should happen soon), we can remove this override
|
prettyprinter = self.prettyprinter_1_7_0; # at least 1.7
|
||||||
neat-interpolation = self.neat-interpolation_0_5_1_2;
|
|
||||||
});
|
});
|
||||||
|
|
||||||
# Fails for non-obvious reasons while attempting to use doctest.
|
# Fails for non-obvious reasons while attempting to use doctest.
|
||||||
|
|
Loading…
Reference in New Issue