Skip to content
This repository was archived by the owner on Oct 7, 2020. It is now read-only.

Commit 6e0cf21

Browse files
committed
Use cabal options consistently
1 parent 6831562 commit 6e0cf21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/src/Cabal.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ cabalInstallHie versionNumber = do
6464
[ "v2-install"
6565
, "-w", ghcPath
6666
, "--write-ghc-environment-files=never"
67-
, installDirOpt ++ "=" ++ localBin
67+
, installDirOpt, localBin
6868
, "exe:hie"
6969
, "--overwrite-policy=always"
7070
]

0 commit comments

Comments
 (0)