list-t 1.0.3 → 1.0.3.1
raw patch · 2 files changed
+2/−1 lines, 2 filesdep ~base
Dependency ranges changed: base
Files
- library/ListT.hs +1/−0
- list-t.cabal +1/−1
library/ListT.hs view
@@ -34,6 +34,7 @@ where import ListT.Prelude hiding (uncons, toList, yield, fold, traverse, head, tail, take, drop, repeat, null, traverse_, splitAt)+import Control.Monad -- | -- A proper implementation of the list monad-transformer.
list-t.cabal view
@@ -1,7 +1,7 @@ name: list-t version:- 1.0.3+ 1.0.3.1 synopsis: ListT done right description: