summaryrefslogtreecommitdiff
path: root/Annex.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Annex.hs')
-rw-r--r--Annex.hs1
1 files changed, 0 insertions, 1 deletions
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,