diff options
author | Gabor Greif <ggreif@gmail.com> | 2018-12-14 20:01:43 +0100 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2018-12-21 16:52:13 -0500 |
commit | 59f292424c6e5fa198aa33c18470168a3b60a12d (patch) | |
tree | ef426de55c6989c2a86b530f1655b34244077616 /compiler | |
parent | a3c6f5e4f16301cb4b9bb1629108ce8525026eb9 (diff) | |
download | haskell-59f292424c6e5fa198aa33c18470168a3b60a12d.tar.gz |
remove option
Diffstat (limited to 'compiler')
-rw-r--r-- | compiler/simplCore/FloatOut.hs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/simplCore/FloatOut.hs b/compiler/simplCore/FloatOut.hs index 0be1a9e0ad..0aa48543de 100644 --- a/compiler/simplCore/FloatOut.hs +++ b/compiler/simplCore/FloatOut.hs @@ -7,7 +7,6 @@ -} {-# LANGUAGE CPP #-} -{-# OPTIONS_GHC -fno-warn-orphans #-} module FloatOut ( floatOutwards ) where |