We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9c4aeb commit 24ad902Copy full SHA for 24ad902
io-classes/CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Revsion history of io-classes
2
3
+### 1.7.0.0
4
+
5
+### Breaking changes
6
7
+* Renamed `io-classes:io-classes-mtl` as `io-classes:mtl`.
8
9
### 1.6.0.0
10
11
### Breaking changes
io-classes/io-classes.cabal
@@ -186,8 +186,7 @@ library si-timers
186
if flag(asserts)
187
ghc-options: -fno-ignore-asserts
188
189
--- https://github.com/haskell/cabal/issues/10277
190
-library io-classes-mtl
+library mtl
191
import: warnings
192
visibility: public
193
exposed-modules: Control.Monad.Class.Trans
0 commit comments