summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSylvain Henry <sylvain@haskus.fr>2020-11-05 17:54:17 +0100
committerMarge Bot <ben+marge-bot@smart-cactus.org>2020-11-10 10:27:00 -0500
commit4c407f6e71f096835f8671e2d3ea6bda38074314 (patch)
treedcd1cf34c324614480a149d57845e80e68655740
parentd445cf05d47e8c5513c55cb5e7157b33e83c8123 (diff)
downloadhaskell-4c407f6e71f096835f8671e2d3ea6bda38074314.tar.gz
Export SPEC from GHC.Exts (#13681)
-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 f6b80f7b54..31788c24c0 100755
--- a/libraries/base/GHC/Exts.hs
+++ b/libraries/base/GHC/Exts.hs
@@ -72,7 +72,7 @@ module GHC.Exts
breakpoint, breakpointCond,
-- * Ids with special behaviour
- inline, noinline, lazy, oneShot,
+ inline, noinline, lazy, oneShot, SPEC (..),
-- * Running 'RealWorld' state thread
runRW#,