summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Annex.hs2
-rw-r--r--Annex/Exception.hs2
2 files changed, 3 insertions, 1 deletions
diff --git a/Annex.hs b/Annex.hs
index b634041db..25038228d 100644
--- a/Annex.hs
+++ b/Annex.hs
@@ -5,7 +5,7 @@
- Licensed under the GNU GPL version 3 or higher.
-}
-{-# LANGUAGE GeneralizedNewtypeDeriving #-}
+{-# LANGUAGE GeneralizedNewtypeDeriving, PackageImports #-}
module Annex (
Annex,
diff --git a/Annex/Exception.hs b/Annex/Exception.hs
index aaa6811a5..91347583e 100644
--- a/Annex/Exception.hs
+++ b/Annex/Exception.hs
@@ -10,6 +10,8 @@
- Licensed under the GNU GPL version 3 or higher.
-}
+{-# LANGUAGE PackageImports #-}
+
module Annex.Exception (
bracketIO,
tryAnnex,