exceptions 0.1 → 0.1.0.1
raw patch · 2 files changed
+1/−2 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- exceptions.cabal +1/−1
- src/Control/Monad/Catch.hs +0/−1
exceptions.cabal view
@@ -1,6 +1,6 @@ name: exceptions category: Control, Exceptions, Monad-version: 0.1+version: 0.1.0.1 cabal-version: >= 1.8 license: OtherLicense license-file: LICENSE
src/Control/Monad/Catch.hs view
@@ -33,7 +33,6 @@ -------------------------------------------------------------------- -- | -- Copyright : (c) Edward Kmett 2013, (c) Google Inc. 2012--- License : BSD3 -- Maintainer: Edward Kmett <ekmett@gmail.com> -- Stability : experimental -- Portability: non-portable