Fix build with GHC versions prior 7.10.x

This commit is contained in:
Julian Ospald 2016-05-09 18:14:08 +02:00
parent e18d2dd2d6
commit 820bf8814d
No known key found for this signature in database
GPG Key ID: 511B62C09D50CD28
1 changed files with 4 additions and 0 deletions

View File

@ -72,6 +72,10 @@ module HPath.IO
where
import Control.Applicative
(
(<$>)
)
import Control.Exception
(
bracket