psibi / download

High level download interface for Haskell
https://www.stackage.org/package/download
Other
10 stars 3 forks source link

More specific imports from Foreign namespace. #6

Closed thielema closed 8 years ago

thielema commented 8 years ago

This avoids conflicts with unsafePerformIO in GHC-7.4.2.

psibi commented 8 years ago

Thanks! Can you also add ghc 7.4 in travis ?

amigalemming commented 8 years ago

I have added GHC-7.4.2 and GHC-7.6.3 to Travis. I have locally checked that download can be compiled with these versions. However, Travis seems to fail because the tests cannot be built for these compiler versions because of missing isRight function. Shall I try to fix the tests or shall I try to disable tests for the older GHC versions?

psibi commented 8 years ago

I think 7.4 is too old too support. But if you can provide a patch fixing the tests, I will merge this.

psibi commented 8 years ago

Thanks, I will release a new version in one or two days.

psibi commented 7 years ago

Sorry for taking it too long. A new version has been released in Hackage now containing your fixes.