forked from mirrors/nixpkgs
haskell-stack: remove jailbreak for hpack
Current versions of hpack actually break the build, so we must now stick to the version stack wants. It still overstates it's dependency restrictions, though. :-(
This commit is contained in:
parent
190d105859
commit
6d72341533
|
@ -957,9 +957,6 @@ self: super: {
|
|||
optparse-applicative = self.optparse-applicative_0_14_0_0;
|
||||
});
|
||||
|
||||
# Break "hpack >=0.17.0 && <0.19".
|
||||
stack = doJailbreak super.stack;
|
||||
|
||||
# https://github.com/mgajda/json-autotype/issues/15
|
||||
json-autotype = doJailbreak super.json-autotype;
|
||||
|
||||
|
|
Loading…
Reference in a new issue