focus 1.0.1.1 → 1.0.1.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
- focus.cabal +1/−1
- library/Focus.hs +1/−1
focus.cabal view
@@ -1,7 +1,7 @@ name: focus version:- 1.0.1.1+ 1.0.1.2 synopsis: A general abstraction for manipulating elements of container data structures description:
library/Focus.hs view
@@ -49,7 +49,7 @@ data Change a = Leave {-^ Produce no changes -} | Remove {-^ Delete it -} |- Set a {-^ Replace it with the provided value -}+ Set a {-^ Set its value to the provided one -} deriving (Functor, Eq, Ord, Show)