Write autogen file when calling cabal configure
This commit is contained in:
parent
7019cbcfa1
commit
2a02742f9e
@ -101,4 +101,5 @@ withCabal action = do
|
|||||||
then [ "--with-ghc-pkg=" ++ T.ghcPkgProgram opts ]
|
then [ "--with-ghc-pkg=" ++ T.ghcPkgProgram opts ]
|
||||||
else []
|
else []
|
||||||
void $ readProcess (T.cabalProgram opts) ("configure":progOpts) ""
|
void $ readProcess (T.cabalProgram opts) ("configure":progOpts) ""
|
||||||
|
writeAutogenFiles $ cradleRootDir crdl </> "dist"
|
||||||
action
|
action
|
||||||
|
Loading…
Reference in New Issue
Block a user