[commit: ghc] wip/cheap-build-osa1: Export cheapBuild in GHC.Exts (d422999)

git at git.haskell.org git at git.haskell.org
Wed Feb 21 06:50:30 UTC 2018


Repository : ssh://git@git.haskell.org/ghc

On branch  : wip/cheap-build-osa1
Link       : http://ghc.haskell.org/trac/ghc/changeset/d4229993d93f4315b0b094b83c41dada8d18f391/ghc

>---------------------------------------------------------------

commit d4229993d93f4315b0b094b83c41dada8d18f391
Author: Ömer Sinan Ağacan <omeragacan at gmail.com>
Date:   Mon Feb 19 13:46:09 2018 +0300

    Export cheapBuild in GHC.Exts


>---------------------------------------------------------------

d4229993d93f4315b0b094b83c41dada8d18f391
 libraries/base/GHC/Exts.hs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libraries/base/GHC/Exts.hs b/libraries/base/GHC/Exts.hs
index a306437..d0b9828 100755
--- a/libraries/base/GHC/Exts.hs
+++ b/libraries/base/GHC/Exts.hs
@@ -35,7 +35,7 @@ module GHC.Exts
         isTrue#,
 
         -- * Fusion
-        build, augment,
+        build, cheapBuild, augment,
 
         -- * Overloaded string literals
         IsString(..),



More information about the ghc-commits mailing list