[commit: ghc] master: remove option (59f2924)
git at git.haskell.org
git at git.haskell.org
Fri Dec 21 21:56:30 UTC 2018
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/59f292424c6e5fa198aa33c18470168a3b60a12d/ghc
>---------------------------------------------------------------
commit 59f292424c6e5fa198aa33c18470168a3b60a12d
Author: Gabor Greif <ggreif at gmail.com>
Date: Fri Dec 14 20:01:43 2018 +0100
remove option
>---------------------------------------------------------------
59f292424c6e5fa198aa33c18470168a3b60a12d
compiler/simplCore/FloatOut.hs | 1 -
1 file changed, 1 deletion(-)
diff --git a/compiler/simplCore/FloatOut.hs b/compiler/simplCore/FloatOut.hs
index 0be1a9e..0aa4854 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
More information about the ghc-commits
mailing list