ekmett / exceptions

mtl friendly exceptions
Other
49 stars 32 forks source link

Cut release for GHC 8.10.1 #79

Closed bgamari closed 4 years ago

bgamari commented 4 years ago

GHC 8.10.1 will ship with exceptions based on ed98b644973430e26b93a4d12f75ad963c7afd20. It would be great to cut a release from this commit.

RyanGlScott commented 4 years ago

What do you mean by "from this commit [ed98b64]"? Do you mean uploading that exact commit to Hackage? I ask since exceptions HEAD already has changes beyond that commit (in the form of commit 0a1f9ff0f407da360fc9405a07d5d06d28e6c077), and I usually make some extra commits to update the CHANGELOG/.cabal file just before cutting a new release.

bgamari commented 4 years ago

I should have been clearer; I mean "cut a release that includes that commit". Of course, this may include (ideally small) additional commits and I would fully expect that changelog/.cabal wrangling is necessary as part of the release process.

RyanGlScott commented 4 years ago

Good to know, thanks for the clarification.

I have uploaded exceptions-0.10.4 to Hackage.