Closed andreasabel closed 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:
I realized I have no upload rights on hackage. So I have to unassign myself. The release preps are in this PR:
@andreasabel Any chance we could cut a Hackage release? The lack of such blocks me from giving you the tests you requested.
@UnkindPartition : Would you mind adding me to the hackage maintainers of tasty
?
@ocharles - As per @UnkindPartition's code will, would you be able to help out @andreasabel and myself?
I emailed Oliver Charles about it.
@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
.
@andreasabel @kozross @UnkindPartition all done!
Released tasty-1.4.2.2
to hackage.
TODO:
core-1.4.2.2
Closed by
Release core-1.4.2.2 to support mtl-2.3. I get to work.