Skip to content

Commit 24ad902

Browse files
committed
Renamed io-classes:io-classes-mtl as io-classes:mtl
The trick was to use `cabal-version: 3.4`.
1 parent c9c4aeb commit 24ad902

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

io-classes/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Revsion history of io-classes
22

3+
### 1.7.0.0
4+
5+
### Breaking changes
6+
7+
* Renamed `io-classes:io-classes-mtl` as `io-classes:mtl`.
8+
39
### 1.6.0.0
410

511
### Breaking changes

io-classes/io-classes.cabal

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -186,8 +186,7 @@ library si-timers
186186
if flag(asserts)
187187
ghc-options: -fno-ignore-asserts
188188

189-
-- https://github.com/haskell/cabal/issues/10277
190-
library io-classes-mtl
189+
library mtl
191190
import: warnings
192191
visibility: public
193192
exposed-modules: Control.Monad.Class.Trans

0 commit comments

Comments
 (0)