explicit-exception 0.1 → 0.1.0.1
raw patch · 1 files changed
+3/−3 lines, 1 filesdep ~transformersPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: transformers
API changes (from Hackage documentation)
Files
- explicit-exception.cabal +3/−3
explicit-exception.cabal view
@@ -1,5 +1,5 @@ Name: explicit-exception-Version: 0.1+Version: 0.1.0.1 License: BSD3 License-File: LICENSE Author: Henning Thielemann <haskell@henning-thielemann.de>@@ -46,10 +46,10 @@ Source-Repository this type: darcs location: http://code.haskell.org/explicit-exception/- tag: 0.1+ tag: 0.1.0.1 Library- Build-Depends: base >= 2, transformers >=0.0 && <0.1+ Build-Depends: base >= 2, transformers >=0.0 && <0.2 GHC-Options: -Wall Hs-Source-Dirs: src