haskell-stack: jailbreak build to support hpack 0.19
This commit is contained in:
parent
3fc0c769b0
commit
49fafc77b4
1 changed files with 4 additions and 0 deletions
|
@ -971,4 +971,8 @@ self: super: {
|
|||
hackage-db = self.hackage-db_2_0;
|
||||
optparse-applicative = self.optparse-applicative_0_14_0_0;
|
||||
});
|
||||
|
||||
# Break "hpack >=0.17.0 && <0.19".
|
||||
stack = doJailbreak super.stack;
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue