UnkindPartition / tasty

Modern and extensible testing framework for Haskell
640 stars 109 forks source link

Release core-1.4.2.2 to support mtl-2.3 #333

Closed andreasabel closed 2 years ago

andreasabel commented 2 years ago

Release core-1.4.2.2 to support mtl-2.3. I get to work.

andreasabel commented 2 years ago

I tested mtl-2.3 compatibility by cabal build core with the following cabal.project.local:

constraints: mtl == 2.3
allow-newer: mtl

-- random
------------------------------------------------------------------------

source-repository-package
  type: git
  location: https://github.com/haskell/random.git
  tag: 5ecc8935994159c6d39088233a0887714aacaf5e

constraints: random == 1.3.*
allow-newer: *:random

The testsuites are still blocked by at least:

andreasabel commented 2 years ago

I realized I have no upload rights on hackage. So I have to unassign myself. The release preps are in this PR:

kozross commented 2 years ago

@andreasabel Any chance we could cut a Hackage release? The lack of such blocks me from giving you the tests you requested.

andreasabel commented 2 years ago

@UnkindPartition : Would you mind adding me to the hackage maintainers of tasty?

kozross commented 2 years ago

@ocharles - As per @UnkindPartition's code will, would you be able to help out @andreasabel and myself?

andreasabel commented 2 years ago

I emailed Oliver Charles about it.

andreasabel commented 2 years ago

@kozross: I you want to get started with using tasty as testsuite for mtl, you can use the no-mtl branch (#335) per source-repository entry in your cabal.project.

ocharles commented 2 years ago

@andreasabel @kozross @UnkindPartition all done!

andreasabel commented 2 years ago

Released tasty-1.4.2.2 to hackage.
TODO:

andreasabel commented 2 years ago

Closed by