diff options
author | Ian Lynagh <igloo@earth.li> | 2009-12-05 16:58:54 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2009-12-05 16:58:54 +0000 |
commit | 238b0d42ea25d721fc244030ceb49a08b8c5823d (patch) | |
tree | 4acbe8fea023a8423a4f9c187a138666b98f05d1 /libraries/base/Text | |
parent | 07f3840b3eda6c79af00129c4d91b14c7d67ec8c (diff) | |
download | haskell-238b0d42ea25d721fc244030ceb49a08b8c5823d.tar.gz |
Add comments to "OPTIONS_GHC -fno-warn-orphans" pragmas
Diffstat (limited to 'libraries/base/Text')
-rw-r--r-- | libraries/base/Text/Show/Functions.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libraries/base/Text/Show/Functions.hs b/libraries/base/Text/Show/Functions.hs index 8c76f4a15a..c66d2e3156 100644 --- a/libraries/base/Text/Show/Functions.hs +++ b/libraries/base/Text/Show/Functions.hs @@ -1,3 +1,4 @@ +-- This module deliberately declares orphan instances: {-# OPTIONS_GHC -fno-warn-orphans #-} ----------------------------------------------------------------------------- -- | |