Upgrade to Stackage LTS 8.4 #13
No reviewers
Labels
No Label
blocked: dependency
blocked: info-needed
bug
duplicate
enhancement
fixed in HEAD
help wanted
hs:arrows
hs:brackets
hs:classes
hs:comments
hs:do-notation
hs:guards
hs:lists
hs:operators
hs:patterns
hs:records
hs:types
invalid
language extension support
layouting
needs confirmation
priority: high
priority: low
question
revisit before next release
wontfix
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: hexagoxel/brittany#13
Loading…
Reference in New Issue
There is no content yet.
Delete Branch "stackage-lts-8.4"
Deleting a branch is permanent. Although the deleted branch may exist for a short time before cleaning up, in most cases it CANNOT be undone. Continue?
This pull request updates the Stack resolver from
nightly-2016-12-04
tolts-8.4
. It also drops themultistate-0.7.1.1
andyaml-0.8.18.1
extra deps because the LTS snapshot includes appropriate versions of those packages. And it drops theghc-exactprint
fork because alanz/ghc-exactprint#44 was merged and released in 0.5.3.0, which is in the LTS snapshot.With these changes, I am able to clone the repo and run
stack test
successfully.thanks!