Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
GHC
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
4,322
Issues
4,322
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
362
Merge Requests
362
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Glasgow Haskell Compiler
GHC
Commits
90e0ab7d
Commit
90e0ab7d
authored
Jun 24, 2019
by
Sylvain Henry
Committed by
Marge Bot
Jun 27, 2019
2
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix Happy deps for Stack (
#16825
)
parent
52f10216
Pipeline
#7726
passed with stages
in 361 minutes and 36 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
10 deletions
+5
-10
hadrian/stack.yaml
hadrian/stack.yaml
+5
-10
No files found.
hadrian/stack.yaml
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
:
...
...
Marge Bot
💬
@marge-bot
mentioned in merge request
!1267 (closed)
·
Jun 27, 2019
mentioned in merge request
!1267 (closed)
mentioned in merge request !1267
Toggle commit list
Sylvain Henry
@hsyl20
mentioned in commit
6e255b62
·
Jun 30, 2019
mentioned in commit
6e255b62
mentioned in commit 6e255b62a998632f83cd1ae73b6673b9088694c2
Toggle commit list
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment