extensible-exceptions 0.1.1.3 → 0.1.1.4
raw patch · 2 files changed
+4/−1 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
Control/Exception/Extensible.hs view
@@ -1,3 +1,6 @@+#if __GLASGOW_HASKELL__ >= 701+{-# LANGUAGE Trustworthy #-}+#endif ------------------------- -- | -- Module : Control.Exception
extensible-exceptions.cabal view
@@ -1,5 +1,5 @@ name: extensible-exceptions-version: 0.1.1.3+version: 0.1.1.4 license: BSD3 license-file: LICENSE maintainer: libraries@haskell.org