mtl-compat 0.2.1.1 → 0.2.1.2
raw patch · 1 files changed
+3/−3 lines, 1 files
Files
- mtl-compat.cabal +3/−3
mtl-compat.cabal view
@@ -1,5 +1,5 @@ name: mtl-compat-version: 0.2.1.1+version: 0.2.1.2 synopsis: Backported Control.Monad.Except module from mtl description: This package backports the "Control.Monad.Except" module from @mtl@ (if using @mtl-2.2.0.1@ or earlier), which reexports the@@ -34,13 +34,13 @@ location: git://github.com/RyanGlScott/mtl-compat.git flag two-point-one- default: True+ default: False manual: True description: Use mtl-2.1.3.1 or earlier with transformers-compat. This will cause this package to export the Control.Monad.Except module. flag two-point-two- default: False+ default: True manual: True description: Use mtl-2.2.0.1 with transformers. This will cause this package to export the Control.Monad.Except module.