Skip to content

Commit ecca2b0

Browse files
committed
No warning on using the import parser
1 parent b80a9f4 commit ecca2b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Stack/Script.hs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@ scriptCmd opts go' = do
6868

6969
(targetsSet, coresSet) <-
7070
case soPackages opts of
71-
[] -> do
72-
$logError "No packages provided, using experimental import parser"
71+
[] ->
72+
-- Using the import parser
7373
getPackagesFromImports (globalResolver go) (soFile opts)
7474
packages -> do
7575
let targets = concatMap wordsComma packages

0 commit comments

Comments
 (0)