diff options
author | Ian Lynagh <ian@well-typed.com> | 2013-02-08 19:55:15 +0000 |
---|---|---|
committer | Ian Lynagh <ian@well-typed.com> | 2013-02-08 19:55:15 +0000 |
commit | 29151951a3e35b978e7d6266ca9f59033cef73b1 (patch) | |
tree | 618ecb9018392fa3dc903b98bc2e7e62fc3a1dde /libraries/base/Control | |
parent | 33d92b5c56f889a994243f04d8f2d3eb3b7dfca4 (diff) | |
download | haskell-29151951a3e35b978e7d6266ca9f59033cef73b1.tar.gz |
Remove a redundant pragma
Diffstat (limited to 'libraries/base/Control')
-rw-r--r-- | libraries/base/Control/Monad/Instances.hs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libraries/base/Control/Monad/Instances.hs b/libraries/base/Control/Monad/Instances.hs index f30f7a4ab2..663536a9d9 100644 --- a/libraries/base/Control/Monad/Instances.hs +++ b/libraries/base/Control/Monad/Instances.hs @@ -1,7 +1,5 @@ {-# LANGUAGE Safe #-} {-# OPTIONS_NHC98 --prelude #-} --- This module deliberately declares orphan instances: -{-# OPTIONS_GHC -fno-warn-orphans #-} ----------------------------------------------------------------------------- -- | |