From 4c73d77b42e97ad740d5731ad73c40a31c0c84f9 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sun, 21 Aug 2011 14:59:34 -0400 Subject: avoid the functor fmap = liftM --- Annex.hs | 1 - 1 file changed, 1 deletion(-) (limited to 'Annex.hs') diff --git a/Annex.hs b/Annex.hs index 46dfc9df5..07316bd37 100644 --- a/Annex.hs +++ b/Annex.hs @@ -33,7 +33,6 @@ import Types.UUID -- git-annex's monad newtype Annex a = Annex { runAnnex :: StateT AnnexState IO a } deriving ( - Functor, Monad, MonadIO, MonadControlIO, -- cgit v1.2.3