Skip to content
Snippets Groups Projects
Commit 90e0ab7d authored by Sylvain Henry's avatar Sylvain Henry Committed by Marge Bot
Browse files

Fix Happy deps for Stack (#16825)

parent 52f10216
No related branches found
No related tags found
No related merge requests found
......@@ -3,21 +3,16 @@
# Specifies the GHC version and set of packages available (e.g., lts-3.5, nightly-2015-09-21, ghc-7.10.2)
resolver: lts-13.21
extra-deps:
# We need a newer happy (see #16825)
- git: https://github.com/simonmar/happy.git
commit: 66982277ac7aed23edbb36c5f7aa5a86e5bdf778
# Local packages, usually specified by relative directory name
packages:
- '.'
- '../libraries/Cabal/Cabal'
# This is necessary to build until happy's version bounds are updated to work
# with the new Cabal version. Stack's error message explains the issue:
#
# In the dependencies for happy-1.19.9:
# Cabal-2.3.0.0 from stack configuration does not match <2.2 (latest matching version is 2.0.1.1)
# needed due to hadrian-0.1.0.0 -> happy-1.19.9
#
# TODO: Remove this once it's no longer necessary
allow-newer: true
nix:
enable: false
packages:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment