build fix

This commit is contained in:
Joey Hess 2010-10-30 17:26:45 -04:00
parent b4a218e078
commit fad1616e68

View file

@ -1,5 +1,7 @@
{- git-annex - Nasty portability workarounds. -} {- git-annex - Nasty portability workarounds. -}
module Portability where module Portability (SomeException) where
import Control.Exception
-- old ghc does not know about SomeException. -- old ghc does not know about SomeException.
-- --