exceptions 0.8.0.1 → 0.8.0.2
raw patch · 1 files changed
+2/−1 lines, 1 filesdep ~transformers-compatPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: transformers-compat
API changes (from Hackage documentation)
Files
- exceptions.cabal +2/−1
exceptions.cabal view
@@ -1,6 +1,6 @@ name: exceptions category: Control, Exceptions, Monad-version: 0.8.0.1+version: 0.8.0.2 cabal-version: >= 1.8 license: BSD3 license-file: LICENSE@@ -56,6 +56,7 @@ base, stm, transformers,+ transformers-compat, mtl, test-framework >= 0.8 && < 0.9, test-framework-quickcheck2 >= 0.3 && < 0.4,