diff options
-rw-r--r-- | Annex.hs | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -85,9 +85,7 @@ newtype Annex a = Annex { runAnnex :: ReaderT (MVar AnnexState) IO a } MonadReader (MVar AnnexState), MonadCatch, MonadThrow, -#if MIN_VERSION_exceptions(0,6,0) MonadMask, -#endif Functor, Applicative ) |