diff --git a/src/Licensor.hs b/src/Licensor.hs index 85e56c1..c78027f 100644 --- a/src/Licensor.hs +++ b/src/Licensor.hs @@ -116,7 +116,7 @@ getPackageDescription = getDependencies :: IO (Maybe (Set PackageIdentifier)) getDependencies = do eitherDeps <- - Exception.try $ readProcess "stack" ["list-dependencies", "--separator", "-"] "" + Exception.try $ readProcess "stack" ["ls", "dependencies", "--separator", "-"] "" case eitherDeps of Left (_ :: IOError) ->