Skip to content

Commit

Permalink
Re-export #1058 operators from Control.Lens.Operators
Browse files Browse the repository at this point in the history
Fixes #1067.
  • Loading branch information
RyanGlScott committed May 12, 2024
1 parent 9e8e305 commit 9333525
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.markdown
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
next [????.??.??]
-----------------
* Re-export `(<>:~)`, `(<<>:~)`, `(<|~)`, `(<<|~)`, `(|>~)`, and `(<|>~)` (as
well as their variants which end with `=` instead of `~`) from
`Control.Lens.Operators`.

5.3.1 [2024.05.05]
------------------
* Add a `Magnify` instance for the CPS variant of `RWST` when building with
Expand Down
12 changes: 12 additions & 0 deletions src/Control/Lens/Operators.hs
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,14 @@ module Control.Lens.Operators
-- * "Control.Lens.Cons"
(<|)
, (|>)
, (<|~)
, (<|=)
, (<<|~)
, (<<|=)
, (|>~)
, (|>=)
, (<|>~)
, (<|>=)
-- * "Control.Lens.Fold"
, (^..)
, (^?)
Expand Down Expand Up @@ -88,6 +96,8 @@ module Control.Lens.Operators
, (<<~)
, (<<>~)
, (<<>=)
, (<<>:~)
, (<<>:=)
, (<%@~)
, (<<%@~)
, (%%@~)
Expand Down Expand Up @@ -141,6 +151,8 @@ module Control.Lens.Operators
, (<?=)
, (<>~)
, (<>=)
, (<>:~)
, (<>:=)
, (.@~)
, (.@=)
, (%@~)
Expand Down

0 comments on commit 9333525

Please sign in to comment.