Skip to content

Commit

Permalink
once again infixr 0 deepseq
Browse files Browse the repository at this point in the history
  • Loading branch information
mixphix committed Nov 14, 2021
1 parent f2bc2cb commit 895aa07
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions Control/DeepSeq.hs
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,7 @@ instance (NFData1 f, GNFData One g) => GNFData One (f :.: g) where
grnf args = liftRnf (grnf args) . unComp1

infixr 0 $!!
infixr 0 `deepseq`

-- | 'deepseq': fully evaluates the first argument, before returning the
-- second.
Expand Down
4 changes: 3 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,12 @@

* Add instances for `Solo` (GHC-9)
([#69](https://github.com/haskell/deepseq/pull/69))
* Add once again `infixr 0 deepseq`
([#56](https://github.com/haskell/deepseq/pull/56), [#74](https://github.com/haskell/deepseq/issues/74))

## 1.4.6.1

* Revert `infixr 0 deepseq`; this is a breaking change and requires a major version bump
* Revert `infixr 0 deepseq`; this does not appear in the version of `deepseq` pinned to GHC 9.2.1

## 1.4.6.0

Expand Down

0 comments on commit 895aa07

Please sign in to comment.