FlexibleContexts required for GHC 7.10
This commit is contained in:
parent
4eb328e9b2
commit
d548af688e
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,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 RecordWildCards, NamedFieldPuns, ScopedTypeVariables #-}
|
||||
{-# LANGUAGE CPP #-}
|
||||
{-# LANGUAGE CPP, FlexibleContexts #-}
|
||||
|
||||
#if (__GLASGOW_HASKELL__ >= 706)
|
||||
{-# LANGUAGE RecursiveDo #-}
|
||||
|
|
Loading…
Reference in a new issue