summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGabor Greif <ggreif@gmail.com>2018-12-14 20:01:43 +0100
committerBen Gamari <ben@smart-cactus.org>2018-12-21 16:52:13 -0500
commit59f292424c6e5fa198aa33c18470168a3b60a12d (patch)
treeef426de55c6989c2a86b530f1655b34244077616
parenta3c6f5e4f16301cb4b9bb1629108ce8525026eb9 (diff)
downloadhaskell-59f292424c6e5fa198aa33c18470168a3b60a12d.tar.gz
remove option
-rw-r--r--compiler/simplCore/FloatOut.hs1
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