haskell-numerics / random-fu

A suite of Haskell libraries for representing, manipulating, and sampling random variables
42 stars 21 forks source link

rvar doesn't build with GHC-8.8.1 (MonadFail) #52

Closed phadej closed 4 years ago

phadej commented 4 years ago

I made revision on Hackage: https://hackage.haskell.org/package/rvar-0.2.0.3/revisions/

int-e commented 4 years ago

This is fixed in principle by #49 but still needs a new release of rvar.

(I left a similar comment on that pull request, but here is the right place for it.)

idontgetoutmuch commented 4 years ago

Hackage is refusing to accept at the moment:

Uploading dist-newstyle/sdist/rvar-0.2.0.4.tar.gz...
Error uploading dist-newstyle/sdist/rvar-0.2.0.4.tar.gz: http code 400
Error: Invalid package

rvar-0.2.0.4/rvar.cabal:0:0: version with tags
idontgetoutmuch commented 4 years ago

Should be there now :)