errors 2.2.1 → 2.2.2
raw patch · 2 files changed
+5/−1 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- CHANGELOG.md +4/−0
- errors.cabal +1/−1
CHANGELOG.md view
@@ -1,3 +1,7 @@+# 2.2.2++* Support GHC 8.4 through compatibility with Semigroup/Monoid proposal+ # 2.2.1 * Add precedence and fixity for `(?:)`
errors.cabal view
@@ -1,5 +1,5 @@ Name: errors-Version: 2.2.1+Version: 2.2.2 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