Skip to content

Commit 485b212

Browse files
committed
Silence warning about unused paramater
1 parent 981473b commit 485b212

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Distribution/Simple/InstallDirs.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ type InstallDirTemplates = InstallDirs PathTemplate
216216
-- Default installation directories
217217

218218
defaultInstallDirs :: CompilerFlavor -> Bool -> Bool -> IO InstallDirTemplates
219-
defaultInstallDirs comp userInstall hasLibs = do
219+
defaultInstallDirs comp userInstall _hasLibs = do
220220
windowsProgramFilesDir <- getWindowsProgramFilesDir
221221
userInstallPrefix <- getAppUserDataDirectory "cabal"
222222
lhcPrefix <- getAppUserDataDirectory "lhc"

0 commit comments

Comments
 (0)