-
Notifications
You must be signed in to change notification settings - Fork 697
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove unix constraint from cabal.project #5730
Conversation
Will fail with
|
@@ -1,5 +1,4 @@ | |||
packages: Cabal/ cabal-testsuite/ cabal-install/ solver-benchmarks/ pretty-show-1.6.16/ | |||
constraints: unix >= 2.7.1.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If this breaks OSX build, then let's have an own cabal.project
for OSX
.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
... or
if os(osx)
build-depends: unix >= 2.7.1.0
The 7.8 and 7.6 failed, as was expected. |
56203c7
to
91d63dc
Compare
argh... |
- Add bunch of installed constraints to cabal.project.local.travis - Fix compat in D.Compat.Directory - Compat (process-1.1/ghc-7.6) in cabal-testsuite - validate.sh improvements - Warningless cabal-testsuite build
2a64a64
to
3faca3d
Compare
ping @23Skidoo I think (EDIT: i.e. one should make a |
Great, thanks. I'll wait a week or so before making a bugfix lib:Cabal release. |
Remove unix constraint from cabal.project (cherry picked from commit 6797a9e)
Add bunch of installed constraints to cabal.project.local.travis
Please include the following checklist in your PR:
[ci skip]
is used to avoid triggering the build bots.Please also shortly describe how you tested your change. Bonus points for added tests!