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

Commit 22c69c6

Browse files
authored
Merge pull request #1562 from hasufell/PR/dont-build-twice
Avoid building HIE twice
2 parents 14523be + 433d082 commit 22c69c6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

install/src/HieInstall.hs

-1
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,6 @@ defaultMain = do
122122
(\version -> phony ("cabal-hie-" ++ version) $ do
123123
need ["submodules"]
124124
need ["cabal"]
125-
cabalBuildHie version
126125
cabalInstallHie version
127126
)
128127

0 commit comments

Comments
 (0)