From 76e70677210a71142535adb05f2b4247b6136fd8 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 15 Jan 2015 12:05:39 -0400 Subject: remove ifdef that is always true cabal file has a depends on exceptions 0.6.0 --- Annex.hs | 2 -- 1 file changed, 2 deletions(-) (limited to 'Annex.hs') 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 ) -- cgit v1.2.3