We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9cf3ce8 commit 968a581Copy full SHA for 968a581
src/MicroCabal/Main.hs
@@ -45,7 +45,7 @@ setupEnv = do
45
let cdir = fromMaybe (home </> ".mcabal") cdirm
46
env = Env{ cabalDir = cdir, distDir = "dist-mcabal", verbose = 0, depth = 0, eflags = [],
47
backend = error "backend undefined", recursive = False, targets = [TgtLib, TgtFor, TgtExe],
48
- gitRepo = Nothing, dryRun = False, useNightly = True }
+ gitRepo = Nothing, dryRun = False, useNightly = True, subDir = Nothing }
49
be <- mhsBackend env
50
return env{ backend = be }
51
0 commit comments