[commit: ghc] master: Remove a stray Trustworthy flag in ghc. (064c289)
git at git.haskell.org
git at git.haskell.org
Thu Nov 13 00:09:34 UTC 2014
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/064c28960730ed2f592fb675c9a11310e2371b66/ghc
>---------------------------------------------------------------
commit 064c28960730ed2f592fb675c9a11310e2371b66
Author: David Terei <code at davidterei.com>
Date: Wed Nov 12 13:54:55 2014 -0800
Remove a stray Trustworthy flag in ghc.
>---------------------------------------------------------------
064c28960730ed2f592fb675c9a11310e2371b66
compiler/cmm/Hoopl/Dataflow.hs | 1 -
1 file changed, 1 deletion(-)
diff --git a/compiler/cmm/Hoopl/Dataflow.hs b/compiler/cmm/Hoopl/Dataflow.hs
index f551151..4fbf42e 100644
--- a/compiler/cmm/Hoopl/Dataflow.hs
+++ b/compiler/cmm/Hoopl/Dataflow.hs
@@ -3,7 +3,6 @@
{-# LANGUAGE MultiParamTypeClasses #-}
{-# LANGUAGE RankNTypes #-}
{-# LANGUAGE ScopedTypeVariables #-}
-{-# LANGUAGE Trustworthy #-}
{-# LANGUAGE TypeFamilies #-}
{-# OPTIONS_GHC -fprof-auto-top #-}
More information about the ghc-commits
mailing list