lio 0.11.7.0 → 0.11.7.1
raw patch · 2 files changed
+3/−1 lines, 2 files
Files
- LIO/TCB.hs +2/−0
- lio.cabal +1/−1
LIO/TCB.hs view
@@ -65,6 +65,8 @@ (LIOTCB ma) >>= k = LIOTCB $ \s -> do a <- ma s case k a of LIOTCB mb -> mb s++instance MonadFail (LIO l) where fail = LIOTCB . const . fail instance Functor (LIO l) where
lio.cabal view
@@ -1,5 +1,5 @@ Name: lio-Version: 0.11.7.0+Version: 0.11.7.1 Cabal-Version: 1.12 Build-type: Simple License: MIT