packages feed

list-t 0.4.2 → 0.4.3

raw patch · 2 files changed

+2/−2 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

library/ListT.hs view
@@ -36,7 +36,7 @@ ) where -import BasePrelude hiding (toList, yield, fold, traverse, head, tail, take, drop, repeat, null, traverse_, splitAt)+import BasePrelude hiding (uncons, toList, yield, fold, traverse, head, tail, take, drop, repeat, null, traverse_, splitAt) import Control.Monad.Morph hiding (MonadTrans(..)) import Control.Monad.IO.Class import Control.Monad.Trans.Class
list-t.cabal view
@@ -1,7 +1,7 @@ name:   list-t version:-  0.4.2+  0.4.3 synopsis:   ListT done right description: