diff options
author | Sylvain Henry <sylvain@haskus.fr> | 2020-11-05 17:54:17 +0100 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2020-11-10 10:27:00 -0500 |
commit | 4c407f6e71f096835f8671e2d3ea6bda38074314 (patch) | |
tree | dcd1cf34c324614480a149d57845e80e68655740 /libraries/base/GHC | |
parent | d445cf05d47e8c5513c55cb5e7157b33e83c8123 (diff) | |
download | haskell-4c407f6e71f096835f8671e2d3ea6bda38074314.tar.gz |
Export SPEC from GHC.Exts (#13681)
Diffstat (limited to 'libraries/base/GHC')
-rwxr-xr-x | libraries/base/GHC/Exts.hs | 2 |
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#, |