Fix build with GHC versions prior 7.10.x
This commit is contained in:
parent
e18d2dd2d6
commit
820bf8814d
@ -72,6 +72,10 @@ module HPath.IO
|
|||||||
where
|
where
|
||||||
|
|
||||||
|
|
||||||
|
import Control.Applicative
|
||||||
|
(
|
||||||
|
(<$>)
|
||||||
|
)
|
||||||
import Control.Exception
|
import Control.Exception
|
||||||
(
|
(
|
||||||
bracket
|
bracket
|
||||||
|
Loading…
Reference in New Issue
Block a user