interspersed 0.1.1 → 0.1.1.1
raw patch · 2 files changed
+2/−2 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- interspersed.cabal +1/−1
- library/Interspersed.hs +1/−1
interspersed.cabal view
@@ -1,7 +1,7 @@ name: interspersed version:- 0.1.1+ 0.1.1.1 synopsis: An abstraction over interspersing monadic actions description:
library/Interspersed.hs view
@@ -39,5 +39,5 @@ \sep -> StateT $ \first ->- fmap (\a -> (a, False)) $+ liftM (\a -> (a, False)) $ unless first sep *> fx