packages feed

list-t 0.2.6 → 0.2.7

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
@@ -35,7 +35,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.2.6+  0.2.7 synopsis:   ListT done right description: