summaryrefslogtreecommitdiff
path: root/Annex.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Annex.hs')
-rw-r--r--Annex.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Annex.hs b/Annex.hs
index 9086db9bf..03f9130b6 100644
--- a/Annex.hs
+++ b/Annex.hs
@@ -16,7 +16,7 @@ module Annex (
gitRepo
) where
-import Control.Monad.State
+import Control.Monad.State hiding (state)
import qualified GitRepo as Git
import qualified GitQueue