pointedlist 0.4.0.3 → 0.4.0.4
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~fclabelsPVP: major bump suggested
API removals or changes: PVP suggests a major version bump
Dependency ranges changed: fclabels
API changes (from Hackage documentation)
- Data.List.PointedList: instance Binary a_1627403032 => Binary (PointedList a_1627403032)
+ Data.List.PointedList: instance Binary a_1627407181 => Binary (PointedList a_1627407181)
- Data.List.PointedList: focus :: Arrow ~> => Lens ~> (PointedList a) a
+ Data.List.PointedList: focus :: Arrow arr => Lens arr (PointedList a) a
- Data.List.PointedList: lReversedPrefix :: Arrow ~> => Lens ~> (PointedList a) [a]
+ Data.List.PointedList: lReversedPrefix :: Arrow arr => Lens arr (PointedList a) [a]
- Data.List.PointedList: lSuffix :: Arrow ~> => Lens ~> (PointedList a) [a]
+ Data.List.PointedList: lSuffix :: Arrow arr => Lens arr (PointedList a) [a]
Files
- pointedlist.cabal +2/−2
pointedlist.cabal view
@@ -1,5 +1,5 @@ Name: pointedlist-Version: 0.4.0.3+Version: 0.4.0.4 Synopsis: A zipper-like comonad which works as a list, tracking a position. Category: Data Description:@@ -24,7 +24,7 @@ Library Build-depends: base >= 4 && < 5 Build-depends: binary- Build-depends: fclabels == 1.0.*+ Build-depends: fclabels == 1.1.* Build-depends: derive Exposed-modules: Data.List.PointedList