[commit: ghc] wip/angerman/llvmng: No relative inclusion of HsVersions.h (ab91b37)

git at git.haskell.org git at git.haskell.org
Mon Feb 12 11:03:29 UTC 2018


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

On branch  : wip/angerman/llvmng
Link       : http://ghc.haskell.org/trac/ghc/changeset/ab91b37fd161fa01d94c541725200698bbaccd4f/ghc

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

commit ab91b37fd161fa01d94c541725200698bbaccd4f
Author: Moritz Angermann <moritz.angermann at gmail.com>
Date:   Mon Feb 12 14:12:37 2018 +0800

    No relative inclusion of HsVersions.h


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

ab91b37fd161fa01d94c541725200698bbaccd4f
 compiler/cmm/SMRep.hs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/compiler/cmm/SMRep.hs b/compiler/cmm/SMRep.hs
index 1469ae1..c200eaa 100644
--- a/compiler/cmm/SMRep.hs
+++ b/compiler/cmm/SMRep.hs
@@ -47,7 +47,7 @@ module SMRep (
         pprWord8String, stringToWord8s
     ) where
 
-#include "../HsVersions.h"
+#include "HsVersions.h"
 #include "../includes/MachDeps.h"
 
 import GhcPrelude



More information about the ghc-commits mailing list