From fad1616e68b2219a7e1a6c4b7e1cfe8485ad8c2b Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sat, 30 Oct 2010 17:26:45 -0400 Subject: [PATCH] build fix --- Portability.hs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Portability.hs b/Portability.hs index d864d3b938..91c8334cc9 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. --