aboutsummaryrefslogtreecommitdiff
path: root/Annex.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Annex.hs')
-rw-r--r--Annex.hs2
1 files changed, 0 insertions, 2 deletions
diff --git a/Annex.hs b/Annex.hs
index e4c05c627..50c852526 100644
--- a/Annex.hs
+++ b/Annex.hs
@@ -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
)