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:
Peter Simons 2017-11-20 13:50:01 +01:00
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;