Fix: install Haskell libraries (#584)#600
Conversation
Add globalLibraries option
| "", | ||
| "hlint", | ||
| "hlint hspec pandoc" | ||
| "hlint pandoc-cli" |
There was a problem hiding this comment.
According to the pandoc documentation you should install the cabal package pandoc-cli instead of pandoc
|
This project is not associated with the devcontainer project and appears to have been abandoned https://github.com/devcontainers-contrib/features/issues/628 . The official project has removed all devcontainer-contrib features from their listing. devcontainers/devcontainers.github.io#451. There is a fork that is being worked on to update and maintain the features https://github.com/devcontainers-extra/features |
|
@klezm I wouldn't bother continuing to to contribute to this repo. If you want to contribute please contribute to the https://github.com/devcontainers-extra/features fork |
As discussed in #584 you can install either executables or libraries with Cabal. This PR fixes #584 and adds the option to install libraries besides executables.