Skip to content

Commit

Permalink
Merge pull request #58 from robx/orelse
Browse files Browse the repository at this point in the history
Re-export STM.orElse
  • Loading branch information
snoyberg authored Apr 5, 2020
2 parents d5db04c + 41b17d3 commit 08bf2bd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions unliftio/ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog for unliftio

## 0.2.13

* Add `UnliftIO.STM.orElse`

## 0.2.12.1

* Minor doc improvements
Expand Down
1 change: 1 addition & 0 deletions unliftio/src/UnliftIO/STM.hs
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ module UnliftIO.STM
, atomically
, retrySTM
, checkSTM
, STM.orElse

-- * TVar
, STM.TVar
Expand Down

0 comments on commit 08bf2bd

Please sign in to comment.