diff options
author | Joey Hess <joey@kitenet.net> | 2010-10-30 17:26:45 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2010-10-30 17:26:45 -0400 |
commit | fad1616e68b2219a7e1a6c4b7e1cfe8485ad8c2b (patch) | |
tree | c0e4972c93c307106de93ddd9f0cfc85118aa045 /Portability.hs | |
parent | b4a218e0784cebfba45fc2ffba81557915565fbd (diff) |
build fix
Diffstat (limited to 'Portability.hs')
-rw-r--r-- | Portability.hs | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Portability.hs b/Portability.hs index d864d3b93..91c8334cc 100644 --- a/Portability.hs +++ b/Portability.hs @@ -1,5 +1,7 @@ {- git-annex - Nasty portability workarounds. -} -module Portability where +module Portability (SomeException) where + +import Control.Exception -- old ghc does not know about SomeException. -- |