build fix
This commit is contained in:
parent
b4a218e078
commit
fad1616e68
1 changed files with 3 additions and 1 deletions
|
@ -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.
|
||||||
--
|
--
|
||||||
|
|
Loading…
Reference in a new issue