Skip to content
This repository has been archived by the owner on Feb 3, 2022. It is now read-only.

Fix GhcDist.hs Shake dependency #174

Merged
merged 3 commits into from
Jun 1, 2015
Merged

Fix GhcDist.hs Shake dependency #174

merged 3 commits into from
Jun 1, 2015

Conversation

spakin
Copy link
Contributor

@spakin spakin commented Apr 9, 2015

The main change being pushed addresses issue #173 by requiring a version of Shake preceding the changes that break haskell-platform. In order to test that with Travis CI, though, I also had to pull in 9265be2 from the pre-release branch and edit the .travis.yml file to state that the build setup (specifically, travis-setup.sh) needs to run sudo. The result works for master but introduces some new dependency-related problems when I tried it with pre-release.

mzero and others added 3 commits April 9, 2015 13:21
GhcDist.hs aborts with an error message when Shake 0.15 is used.
We therefore tell Cabal to depend on "shake < 0.15".  This change
closes #173.
mzero added a commit that referenced this pull request Jun 1, 2015
Fix GhcDist.hs Shake dependency
@mzero mzero merged commit 030f08f into haskell:master Jun 1, 2015
@mzero
Copy link
Member

mzero commented Jun 1, 2015

Note that in the near future, I'll fix the code to work with newer Shake

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants