haskell-hpack: fix override for latest version
This commit is contained in:
parent
efb94191cc
commit
04c4002190
@ -1003,7 +1003,7 @@ self: super: {
|
|||||||
# Newer hpack's needs newer HUnit, but we cannot easily override the version
|
# Newer hpack's needs newer HUnit, but we cannot easily override the version
|
||||||
# used in the build, so we take the easy way out and disable the test suite.
|
# used in the build, so we take the easy way out and disable the test suite.
|
||||||
hpack_0_20_0 = dontCheck super.hpack_0_20_0;
|
hpack_0_20_0 = dontCheck super.hpack_0_20_0;
|
||||||
hpack_0_21_0 = dontCheck super.hpack_0_21_0;
|
hpack_0_21_2 = dontCheck super.hpack_0_21_2;
|
||||||
|
|
||||||
# Stack 1.6.1 needs newer versions than LTS-9 provides.
|
# Stack 1.6.1 needs newer versions than LTS-9 provides.
|
||||||
stack = super.stack.overrideScope (self: super: {
|
stack = super.stack.overrideScope (self: super: {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user