Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix: install Haskell libraries (#584) #600

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

klezm
Copy link

@klezm klezm commented Apr 29, 2024

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.

Add globalLibraries option
@@ -31,11 +31,20 @@
"proposals": [
"",
"hlint",
"hlint hspec pandoc"
"hlint pandoc-cli"
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

According to the pandoc documentation you should install the cabal package pandoc-cli instead of pandoc

@evilhamsterman
Copy link

This project is not associated with the devcontainer project and appears to have been abandoned #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

@evilhamsterman
Copy link

@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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug]: Haskell: globalPackages option installs no libraries
3 participants