[commit: ghc] wip/angerman/backport/8.6/reinstallable-lib-ghc: WIP (e224900)
git at git.haskell.org
git at git.haskell.org
Fri Mar 8 01:45:25 UTC 2019
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/angerman/backport/8.6/reinstallable-lib-ghc
Link : http://ghc.haskell.org/trac/ghc/changeset/e224900ee58e404348fae96c2f8d706d973b2047/ghc
>---------------------------------------------------------------
commit e224900ee58e404348fae96c2f8d706d973b2047
Author: Moritz Angermann <moritz.angermann at gmail.com>
Date: Wed Mar 6 23:03:25 2019 +0800
WIP
>---------------------------------------------------------------
e224900ee58e404348fae96c2f8d706d973b2047
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 02155c0..150c8c8 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"
#if MIN_VERSION_base(4,11,0)
import Prelude hiding ((<>))
More information about the ghc-commits
mailing list