[commit: ghc] wip/angerman/reinstallable-lib-ghc: WIP (ea44590)

git at git.haskell.org git at git.haskell.org
Wed Mar 6 21:49:45 UTC 2019


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

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

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

commit ea4459086544d414c1b5ebe2a7381b6edd60ff5d
Author: Moritz Angermann <moritz.angermann at gmail.com>
Date:   Wed Mar 6 23:03:25 2019 +0800

    WIP


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

ea4459086544d414c1b5ebe2a7381b6edd60ff5d
 utils/genapply/Main.hs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/utils/genapply/Main.hs b/utils/genapply/Main.hs
index a640ffb..5d4d730 100644
--- a/utils/genapply/Main.hs
+++ b/utils/genapply/Main.hs
@@ -17,7 +17,7 @@ module Main(main) where
 #include "../../includes/rts/Constants.h"
 
 -- Needed for TAG_BITS
-#include "../MachDeps.h"
+#include "MachDeps.h"
 
 import Prelude hiding ((<>))
 



More information about the ghc-commits mailing list