errors 2.2.0 → 2.2.1
raw patch · 3 files changed
+7/−1 lines, 3 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
+ Control.Error.Util: infixr 0 ?:
Files
- CHANGELOG.md +4/−0
- Control/Error/Util.hs +2/−0
- errors.cabal +1/−1
CHANGELOG.md view
@@ -1,3 +1,7 @@+# 2.2.1++* Add precedence and fixity for `(?:)`+ # 2.2.0 * BREAKING CHANGE: Use `Text` instead of `String`
Control/Error/Util.hs view
@@ -127,6 +127,8 @@ maybeA ?: b = fromMaybe b maybeA {-# INLINABLE (?:) #-} +infixr 0 ?:+ {-| Convert a 'Maybe' value into the 'ExceptT' monad Named version of ('??') with arguments flipped
errors.cabal view
@@ -1,5 +1,5 @@ Name: errors-Version: 2.2.0+Version: 2.2.1 Cabal-Version: >=1.8.0.2 Build-Type: Simple Tested-With: GHC == 7.6.3, GHC == 7.8.4, GHC == 7.10.2, GHC == 8.0.1