[commit: ghc] master: DynFlags: Fix absolute import path to generated header (e9104d4)

git at git.haskell.org git at git.haskell.org
Sun Oct 2 19:17:35 UTC 2016


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

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/e9104d46eab0a2fbf7af9a299da3763bcf39f148/ghc

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

commit e9104d46eab0a2fbf7af9a299da3763bcf39f148
Author: Ben Gamari <bgamari.foss at gmail.com>
Date:   Sun Oct 2 13:46:12 2016 -0400

    DynFlags: Fix absolute import path to generated header
    
    Test Plan: Validate
    
    Reviewers: austin, snowleopard
    
    Reviewed By: snowleopard
    
    Subscribers: thomie
    
    Differential Revision: https://phabricator.haskell.org/D2559
    
    GHC Trac Issues: #8040.


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

e9104d46eab0a2fbf7af9a299da3763bcf39f148
 compiler/main/DynFlags.hs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/compiler/main/DynFlags.hs b/compiler/main/DynFlags.hs
index cc11d3d..97a6211 100644
--- a/compiler/main/DynFlags.hs
+++ b/compiler/main/DynFlags.hs
@@ -124,7 +124,7 @@ module DynFlags (
 #endif
         dynamicGhc,
 
-#include "../includes/dist-derivedconstants/header/GHCConstantsHaskellExports.hs"
+#include "GHCConstantsHaskellExports.hs"
         bLOCK_SIZE_W,
         wORD_SIZE_IN_BITS,
         tAG_MASK,



More information about the ghc-commits mailing list