summaryrefslogtreecommitdiff
path: root/libraries
diff options
context:
space:
mode:
authorSebastian Graf <sebastian.graf@kit.edu>2020-04-06 11:10:35 +0200
committerMarge Bot <ben+marge-bot@smart-cactus.org>2020-04-07 02:00:41 -0400
commitbcd668593e1c9e00c5d9c72960b4833dd526cb9a (patch)
tree4ebcec223f559bc89138db49d2b5063ea14b1f5d /libraries
parentf38e8d61f066c3064c600c352eebcd87f28d989a (diff)
downloadhaskell-bcd668593e1c9e00c5d9c72960b4833dd526cb9a.tar.gz
Re-export GHC.Magic.noinline from base
Diffstat (limited to 'libraries')
-rwxr-xr-xlibraries/base/GHC/Exts.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/base/GHC/Exts.hs b/libraries/base/GHC/Exts.hs
index b5c0361de8..a8ae03f903 100755
--- a/libraries/base/GHC/Exts.hs
+++ b/libraries/base/GHC/Exts.hs
@@ -56,7 +56,7 @@ module GHC.Exts
breakpoint, breakpointCond,
-- * Ids with special behaviour
- lazy, inline, oneShot,
+ inline, noinline, lazy, oneShot,
-- * Running 'RealWorld' state thread
runRW#,