[commit: ghc] wip/angerman/reinstallable-lib-ghc: Move Constants into rts (7e20764)

git at git.haskell.org git at git.haskell.org
Tue Mar 5 21:44:21 UTC 2019


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

On branch  : wip/angerman/reinstallable-lib-ghc
Link       : http://ghc.haskell.org/trac/ghc/changeset/7e20764c41b374587dcd00aebde36bb50f0bc901/ghc

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

commit 7e20764c41b374587dcd00aebde36bb50f0bc901
Author: Moritz Angermann <moritz.angermann at gmail.com>
Date:   Tue Mar 5 18:25:45 2019 +0800

    Move Constants into rts


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

7e20764c41b374587dcd00aebde36bb50f0bc901
 rts/rts.cabal.in | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/rts/rts.cabal.in b/rts/rts.cabal.in
index a3f74be..dce1650 100644
--- a/rts/rts.cabal.in
+++ b/rts/rts.cabal.in
@@ -120,6 +120,8 @@ library
                       ghcautoconf.h ghcconfig.h ghcplatform.h ghcversion.h
                       -- ^ from ../includes
                       DerivedConstants.h ffi.h ffitarget.h
+                      GHCConstantsHaskellType.hs GHCConstantsHaskellWrappers.hs
+                      platformConstants
                       -- ^ generated
                       rts/Adjustor.h
                       rts/BlockSignals.h



More information about the ghc-commits mailing list