summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSylvain Henry <sylvain@haskus.fr>2020-11-05 17:54:17 +0100
committerBen Gamari <ben@smart-cactus.org>2020-11-10 11:04:03 -0500
commitc94c56d5a7521ffd0c26bfc4993ffccceb2d2f43 (patch)
treef95a7a19169c5bbf4671ddcbbd473ba1ae1828c5
parent7fcca77f1b3d315b95de2acc76bdac3512a522ff (diff)
downloadhaskell-c94c56d5a7521ffd0c26bfc4993ffccceb2d2f43.tar.gz
Export SPEC from GHC.Exts (#13681)
(cherry picked from commit 4c407f6e71f096835f8671e2d3ea6bda38074314)
-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 f6d7c43ca9..9f9d9d9939 100755
--- a/libraries/base/GHC/Exts.hs
+++ b/libraries/base/GHC/Exts.hs
@@ -67,7 +67,7 @@ module GHC.Exts
breakpoint, breakpointCond,
-- * Ids with special behaviour
- inline, noinline, lazy, oneShot,
+ inline, noinline, lazy, oneShot, SPEC (..),
-- * Running 'RealWorld' state thread
runRW#,