diff options
author | Ben Gamari <ben@well-typed.com> | 2020-09-20 17:08:31 -0400 |
---|---|---|
committer | Ben Gamari <ben@well-typed.com> | 2020-09-20 17:08:31 -0400 |
commit | e436b73f3687b7cbca3f2ab63d9d753660aabbce (patch) | |
tree | 1ad37f427fd174a48a744830f59cb7a4473701af | |
parent | 057db94ce038970b14df1599fe83097c284b9c1f (diff) | |
download | haskell-wip/stack-hadrian.tar.gz |
hadrian: Add extra-deps: happy-1.20 to stack.yamlwip/stack-hadrian
GHC now requires happy-1.20, which isn't available in LTS-16.14.
Fixes #18726.
-rw-r--r-- | hadrian/stack.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/hadrian/stack.yaml b/hadrian/stack.yaml index c9324108ba..44acdf5246 100644 --- a/hadrian/stack.yaml +++ b/hadrian/stack.yaml @@ -12,3 +12,6 @@ nix: - git - ncurses - perl + +extra-deps: +- happy-1.20.0 |