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

Commit e81f979

Browse files
authored
Merge pull request #1368 from ollef/master
Remove cabal check from stack builds
2 parents c845d3c + 73475d1 commit e81f979

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

install/src/HieInstall.hs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,6 @@ defaultMain = do
102102
(\version -> phony ("stack-hie-" ++ version) $ do
103103
need ["submodules"]
104104
need ["check-stack"]
105-
need ["cabal"]
106105
stackBuildHie version
107106
stackInstallHie version
108107
)

0 commit comments

Comments
 (0)