Compactable 0.1.0.1 → 0.1.0.2
raw patch · 2 files changed
+2/−2 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- Compactable.cabal +1/−1
- src/Control/Compactable.hs +1/−1
Compactable.cabal view
@@ -2,7 +2,7 @@ -- documentation, see http://haskell.org/cabal/users-guide/ name: Compactable-version: 0.1.0.1+version: 0.1.0.2 synopsis: A generalization for containers that can be stripped of Nothing description: Sometimes you have a collection of Maybes, and you want to extract the values. Actual that happens a whole lot.
src/Control/Compactable.hs view
@@ -55,7 +55,7 @@ [/Applicative identity 1/] - @compact . (pure Just <*>) = id+ @compact . (pure Just <*>) = id@ [/Applicative identity 2/]