summaryrefslogtreecommitdiff
path: root/libraries/base/GHC/Constants.hs
diff options
context:
space:
mode:
authorDavid Terei <code@davidterei.com>2014-11-19 18:29:51 -0800
committerDavid Terei <code@davidterei.com>2014-11-21 13:03:38 -0800
commit2a523ebf091478aea39deef28073320bed628434 (patch)
treed1e57698c6f59a4ce4a68bac0636b5c22b3cd10c /libraries/base/GHC/Constants.hs
parent5f84bd1d6d08e20c254227fd2f72578b751addbe (diff)
downloadhaskell-2a523ebf091478aea39deef28073320bed628434.tar.gz
Be consistent with placement of Safe Haskell mode at top of file
Diffstat (limited to 'libraries/base/GHC/Constants.hs')
-rw-r--r--libraries/base/GHC/Constants.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/base/GHC/Constants.hs b/libraries/base/GHC/Constants.hs
index 32bbf01747..981dc4328f 100644
--- a/libraries/base/GHC/Constants.hs
+++ b/libraries/base/GHC/Constants.hs
@@ -1,5 +1,5 @@
-{-# LANGUAGE NoImplicitPrelude #-}
{-# LANGUAGE Trustworthy #-}
+{-# LANGUAGE NoImplicitPrelude #-}
module GHC.Constants where