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 981473b commit 485b212Copy full SHA for 485b212
Distribution/Simple/InstallDirs.hs
@@ -216,7 +216,7 @@ type InstallDirTemplates = InstallDirs PathTemplate
216
-- Default installation directories
217
218
defaultInstallDirs :: CompilerFlavor -> Bool -> Bool -> IO InstallDirTemplates
219
-defaultInstallDirs comp userInstall hasLibs = do
+defaultInstallDirs comp userInstall _hasLibs = do
220
windowsProgramFilesDir <- getWindowsProgramFilesDir
221
userInstallPrefix <- getAppUserDataDirectory "cabal"
222
lhcPrefix <- getAppUserDataDirectory "lhc"
0 commit comments