alexwl / haskell-code-explorer

Web application for exploring and understanding Haskell codebases
MIT License
509 stars 20 forks source link

Allow specifying both --packages and --package. #31

Closed seagreen closed 5 years ago

seagreen commented 5 years ago

This can be useful if you've stored the dependencies of your application in one directory, but have your application in another directory.

alexwl commented 5 years ago

I've updated parsePackagesPath (72dcd0ac259723a524a83dd79d4dff7f74acdc74) to make it possible to specify --packages and --package independently.