Skip to content
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

Bump HTTP testsuite to ghc 7.6 #31

Closed
robstewart57 opened this issue Sep 22, 2012 · 5 comments
Closed

Bump HTTP testsuite to ghc 7.6 #31

robstewart57 opened this issue Sep 22, 2012 · 5 comments

Comments

@robstewart57
Copy link

I cannot build tests on ghc-7.6 due to:
https://github.com/haskell/HTTP/blob/master/HTTP.cabal#L114

This is just a request to permit ghc-7.6 as a build tool for the HTTP package.

@hsenag
Copy link
Member

hsenag commented Sep 22, 2012

Can you actually build it if you do bump the dependency? The last time I tried the other dependencies didn't work.

@bos
Copy link
Contributor

bos commented Oct 20, 2012

I've fixed it and uploaded a new minor version of the library. This was preventing cabal-install from being buildable with GHC 7.6.

@bos bos closed this as completed Oct 20, 2012
@hsenag
Copy link
Member

hsenag commented Oct 20, 2012

I don't follow - why does the HTTP testsuite not building prevent another package from building?

If it does build with GHC 7.6 now I'm happy for the upper bound to be GHC 7.8 but not for it to be unbounded.

@hsenag hsenag reopened this Oct 20, 2012
@hsenag
Copy link
Member

hsenag commented Oct 21, 2012

I tried to build the test suite with ghc 7.6 and I still can't - I think warp's dependencies are too constrained.

A couple of random thoughts as to what the issue is here:

  • were you installing cabal-install with --enable-tests, which then affected all its dependent libraries too?
  • I understand there's some bug with old cabal-install (0.10.x?) that means that options for the test suite bleed into the main package. Might that be the issue here?

@hsenag
Copy link
Member

hsenag commented Mar 31, 2014

I haven't heard of any recent problems with this and I can use GHC 7.6 for the test suite now.

@hsenag hsenag closed this as completed Mar 31, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants