Skip to content

Commit

Permalink
Removed use of CPP to guard Trustworthy extension
Browse files Browse the repository at this point in the history
This is for solidarity with Mac users.  Also, there is no point supporting such
old GHC versions since even Debian Stable packages `ghc-7.4`
  • Loading branch information
Gabriella439 committed Jan 30, 2014
1 parent 1680d86 commit 4b9c047
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/Pipes/Concurrent.hs
@@ -1,10 +1,7 @@
-- | Asynchronous communication between pipes

{-# LANGUAGE CPP, RankNTypes#-}
{-# LANGUAGE RankNTypes, Trustworthy #-}

#if __GLASGOW_HASKELL__ >= 702
{-# LANGUAGE Trustworthy #-}
#endif
{- 'unsafeIOToSTM' requires the Trustworthy annotation.
I use 'unsafeIOToSTM' to touch IORefs to mark them as still alive. This
Expand Down

0 comments on commit 4b9c047

Please sign in to comment.