haskell / random

Random number library
Other
53 stars 50 forks source link

Support mtl-2.3-rc3 #125

Closed Bodigrim closed 2 years ago

Bodigrim commented 2 years ago

See https://discourse.haskell.org/t/ann-release-candidate-for-mtl-2-3/3687

andreasabel commented 2 years ago

@Bodigrim @lehins Could this fix be backported to random-1.2.1 and be released, say as random-1.2.1.1?

I tried to use this PR directly as source-repository when testing for compatibility with mtl-2.3-rc3 in some of my packages, but then I get random-1.3.0 which dropped some older GHCs. So I cannot really use it when I want to support GHC 7.8 and older.

lehins commented 2 years ago

@andreasabel I can certainly do that. As soon as mtl-2.3 is out I'll make such release.

Bodigrim commented 2 years ago

@andreasabel given amount and magnitude of last-minute changes in mtl-2.3, I advise against speculative releases of downstream libraries.

andreasabel commented 2 years ago

@andreasabel given amount and magnitude of last-minute changes in mtl-2.3, I advise against speculative releases of downstream libraries.

Fair enough!

sjakobi commented 2 years ago

mtl-2.3 has been released. Could this patch be released too? :)

lehins commented 2 years ago

random-1.2.1.1 released last night :+1: