Skip to content

Commit 968a581

Browse files
committed
Add missint init
1 parent 9cf3ce8 commit 968a581

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/MicroCabal/Main.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ setupEnv = do
4545
let cdir = fromMaybe (home </> ".mcabal") cdirm
4646
env = Env{ cabalDir = cdir, distDir = "dist-mcabal", verbose = 0, depth = 0, eflags = [],
4747
backend = error "backend undefined", recursive = False, targets = [TgtLib, TgtFor, TgtExe],
48-
gitRepo = Nothing, dryRun = False, useNightly = True }
48+
gitRepo = Nothing, dryRun = False, useNightly = True, subDir = Nothing }
4949
be <- mhsBackend env
5050
return env{ backend = be }
5151

0 commit comments

Comments
 (0)