summaryrefslogtreecommitdiff
path: root/Annex/Exception.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2011-10-05 16:02:51 -0400
committerGravatar Joey Hess <joey@kitenet.net>2011-10-05 16:02:51 -0400
commit6a6ea06cee8ce69f391f7ce78b98b8f26a599e66 (patch)
tree99821d5d19bd0db96bf43596c3eb9d38824b33cc /Annex/Exception.hs
parentc199a01dd13e3c25bebcf6e67b9f870dc9be5ce8 (diff)
rename
Diffstat (limited to 'Annex/Exception.hs')
-rw-r--r--Annex/Exception.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Annex/Exception.hs b/Annex/Exception.hs
index 7ea8fb89a..c147439a1 100644
--- a/Annex/Exception.hs
+++ b/Annex/Exception.hs
@@ -15,7 +15,7 @@ import Control.Exception.Control (handle)
import Control.Monad.IO.Control (liftIOOp)
import Control.Exception hiding (handle, throw)
-import Annex.Common
+import Common.Annex
{- Runs an Annex action, with setup and cleanup both in the IO monad. -}
bracketIO :: IO c -> (c -> IO b) -> Annex a -> Annex a