All Versions
27
Latest Version
Avg Release Cycle
54 days
Latest Release
-
Changelog History
Page 1
Changelog History
Page 1
-
v2.3.0 Changes
- ๐ฅ BREAKING CHANGE:
syncIO
now expects aMonadIO
constraint instead ofUnexceptionalIO
syncIO
also changes how it detects asynchronous exceptions. It now decides based on whether or not an exception inherits fromSomeAsyncException
- See: https://github.com/Gabriel439/Haskell-Errors-Library/pull/53
- ๐ฅ BREAKING CHANGE:
-
v2.2.5 Changes
- Increase upper bound on
exceptions
- Increase upper bound on
-
v2.2.4 Changes
- Increase upper bound on
exceptions
- Increase upper bound on
-
v2.2.3 Changes
- Increase upper bound on
transformers-compat
- Increase upper bound on
-
v2.2.2 Changes
- ๐ Support GHC 8.4 through compatibility with Semigroup/Monoid proposal
-
v2.2.1 Changes
- โ Add precedence and fixity for
(?:)
- โ Add precedence and fixity for
-
v2.2.0 Changes
- ๐ฅ BREAKING CHANGE: Use
Text
instead ofString
- โ Add
handleExceptT
- ๐ฅ BREAKING CHANGE: Use
-
v2.1.3 Changes
- ๐ Support older versions of
ghc
- ๐ Support older versions of
-
v2.1.2 Changes
- Increase upper bound on
transformers
dependency
- Increase upper bound on
-
v2.1.1 Changes
- Increase upper bound on
transformers-compat
- Increase upper bound on