haskell-json-autotype: jailbreak to fix build within LTS 9.x

https://github.com/mgajda/json-autotype/issues/15
This commit is contained in:
Peter Simons 2017-10-01 21:15:46 +02:00
parent 016df11dba
commit 2784bd7168

View File

@ -975,4 +975,7 @@ self: super: {
# 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;
}