We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1157461 commit 5ca99a1Copy full SHA for 5ca99a1
Cabal/src/Distribution/Simple.hs
@@ -756,6 +756,7 @@ autoconfUserHooks =
756
simpleUserHooks
757
{ postConf = defaultPostConf
758
, preBuild = readHookWithArgs buildVerbosity buildDistPref -- buildCabalFilePath,
759
+ , preRepl = readHookWithArgs replVerbosity replDistPref
760
, preCopy = readHookWithArgs copyVerbosity copyDistPref
761
, preClean = readHook cleanVerbosity cleanDistPref
762
, preInst = readHook installVerbosity installDistPref
0 commit comments