diff options
author | Joey Hess <joey@kitenet.net> | 2011-08-21 14:59:34 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-08-21 14:59:34 -0400 |
commit | 4c73d77b42e97ad740d5731ad73c40a31c0c84f9 (patch) | |
tree | 9119747ba10f65349434401c4db19e810a4ceebb /Annex.hs | |
parent | 06f509854af4e019434ddca73309fcd2a5b47463 (diff) |
avoid the functor
fmap = liftM
Diffstat (limited to 'Annex.hs')
-rw-r--r-- | Annex.hs | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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, |