packages feed

mtl-prelude 1.0.1 → 1.0.2

raw patch · 2 files changed

+8/−1 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

library/MTLPrelude.hs view
@@ -20,6 +20,13 @@   hiding (callCC)  +-- Error+-------------------------++import Control.Monad.Error.Class+  as Exports++ -- Identity ------------------------- 
mtl-prelude.cabal view
@@ -1,7 +1,7 @@ name:   mtl-prelude version:-  1.0.1+  1.0.2 synopsis:   Reexports of most definitions from "mtl" and "transformers"  description: