From 8fec8623048b10307da557f84a10a85d437a84d2 Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Wed, 18 May 2016 13:48:38 +0200 Subject: [PATCH] Rm redundant import --- src/HPath/IO.hs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/HPath/IO.hs b/src/HPath/IO.hs index 4426725..8f3ff26 100644 --- a/src/HPath/IO.hs +++ b/src/HPath/IO.hs @@ -80,7 +80,6 @@ import Control.Applicative import Control.Exception ( bracket - , bracketOnError , throwIO ) import Control.Monad