Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
GHC
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
GitLab is currently being migrated to new hosting. This process should be finished by 17:00 EDT 29 March 2025.
You are on a read-only GitLab instance.
Show more breadcrumbs
Alex D
GHC
Commits
90e0ab7d
Commit
90e0ab7d
authored
5 years ago
by
Sylvain Henry
Committed by
Marge Bot
5 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Fix Happy deps for Stack (#16825)
parent
52f10216
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
hadrian/stack.yaml
+5
-10
5 additions, 10 deletions
hadrian/stack.yaml
with
5 additions
and
10 deletions
hadrian/stack.yaml
+
5
−
10
View file @
90e0ab7d
...
...
@@ -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
:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment