amcphail / hstatistics

Statistics package for Haskell based on hmatrix
BSD 3-Clause "New" or "Revised" License
13 stars 3 forks source link

Allow newer base versions #5

Closed BebeSparkelSparkel closed 4 years ago

BebeSparkelSparkel commented 4 years ago

base-4.13.0.0 from stack configuration does not match >=4 && <4.11

BebeSparkelSparkel commented 4 years ago

I think you just need to push to hackage

amcphail commented 4 years ago

Hi,

Can you please provide a little more detail? The cabal file asks for base >4 and <5.

Are you saying that the github version works but the one on hackage doesn't?

BebeSparkelSparkel commented 4 years ago

Yeah, when I link to the repo it builds but when I use the hackage version it has the <4.11 base constraint. I think if you just make a new release and then add it to hackage it will build again

amcphail commented 4 years ago

Should now be fixed. Uploaded 0.3.1 to Hackage. Apologies for the delay.