diff options
Diffstat (limited to 'boot')
-rwxr-xr-x | boot | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -116,7 +116,7 @@ def boot_pkgs(): if os.path.isfile(cabal): # strip both .cabal and .in pkg = os.path.splitext(os.path.splitext(os.path.basename(cabal))[0])[0] - top = package + top = os.path.join(*['..'] * len(os.path.normpath(package).split(os.path.sep))) ghc_mk = os.path.join(package, 'ghc.mk') print('Creating %s' % ghc_mk) |