Skip to content

Commit

Permalink
Restore the Trustworthy pragma for GHC < 7.10
Browse files Browse the repository at this point in the history
This partly reverts 3177ec.

Fixes haskell#30.
  • Loading branch information
Rufflewind committed Aug 12, 2015
1 parent 4449af7 commit 819e662
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions System/Directory.hs
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
{-# LANGUAGE CPP, NondecreasingIndentation #-}
#if defined __GLASGOW_HASKELL__ && __GLASGOW_HASKELL__ < 710
{-# LANGUAGE Trustworthy #-}
#endif

-----------------------------------------------------------------------------
-- |
Expand Down

0 comments on commit 819e662

Please sign in to comment.