From 820bf8814d4d324094c7c27dd9be96383ffd83fc Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Mon, 9 May 2016 18:14:08 +0200 Subject: [PATCH] Fix build with GHC versions prior 7.10.x --- src/HPath/IO.hs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/HPath/IO.hs b/src/HPath/IO.hs index e806870..000cd13 100644 --- a/src/HPath/IO.hs +++ b/src/HPath/IO.hs @@ -72,6 +72,10 @@ module HPath.IO where +import Control.Applicative + ( + (<$>) + ) import Control.Exception ( bracket