christian-marie / xxhash

Haskell implementation of the XXHash algorithm
Other
16 stars 7 forks source link

Please support current versions of 'base' #3

Closed peti closed 7 years ago

peti commented 7 years ago

Is there any particular reason why you builds exclude base-4.9.0.0? (http://packdeps.haskellers.com/feed?needle=xxhash) I see no reason why the package shouldn't build with that library, and the current restriction breaks builds with GHC 8.0.x.

christian-marie commented 7 years ago

Nope. Bitrot. I'll take a look tomorrow.

domenkozar commented 7 years ago

Ping

christian-marie commented 7 years ago

So, I don't see why anything thinks that this upper bound exists.

On Hackage, the upper bound is 5, as per #1.

That said, I did not release a new version just to loosen the bounds, I simply edited the .cabal file on hackage. I'd prefer not to perform a gratuitous bump to unclog the tubes, but this might be needed?

christian-marie commented 7 years ago

I've just made the gratutious bump and tested against stack lts-7.15, ghc 8.01. 93b85dec4b25d686a5fc362789cb85d0afb2e6fa, 9b7eb2ec961344920b8ce9305a3ec6958a328077