From 6b59e2d832430a172206beec980379a3581524fc Mon Sep 17 00:00:00 2001 From: Fedor Gogolev Date: Sat, 21 Dec 2013 15:43:33 +0400 Subject: [PATCH] Return DoRec pragma, so it's compilable in GHC 7.4 Fixes #19 --- System/IO/Pipeline.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/System/IO/Pipeline.hs b/System/IO/Pipeline.hs index c4787a5..18b109c 100644 --- a/System/IO/Pipeline.hs +++ b/System/IO/Pipeline.hs @@ -2,7 +2,7 @@ A pipeline closes itself when a read or write causes an error, so you can detect a broken pipeline by checking isClosed. It also closes itself when garbage collected, or you can close it explicitly. -} -{-# LANGUAGE RecursiveDo, RecordWildCards, NamedFieldPuns, ScopedTypeVariables #-} +{-# LANGUAGE DoRec, RecordWildCards, NamedFieldPuns, ScopedTypeVariables #-} {-# LANGUAGE CPP #-} module System.IO.Pipeline (