diff options
Diffstat (limited to 'Annex')
-rw-r--r-- | Annex/Exception.hs | 2 |
1 files changed, 2 insertions, 0 deletions
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, |