We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This library needs zlib to be installed, but it's not mentioned in the Debian prerequisites.
On a freshly installed Ubuntu 20.04 (WSL) I had to install the zlib1g-dev package (not zlib1g) before the Haskell zlib package would compile.
zlib1g-dev
zlib1g
zlib
The text was updated successfully, but these errors were encountered:
Thanks for noting it, would you be interested in open a pr to correct install instructions?
Sorry, something went wrong.
Yes sorry, should have mentioned, I'm already working on it (running tests for older Ubuntu version 18.04), PR should land shortly after
Get rid of mtl dependency (#133)
83978c3
* Get rid of mtl dependency * Put back mtl dependency
Successfully merging a pull request may close this issue.
This library needs zlib to be installed, but it's not mentioned in the Debian prerequisites.
On a freshly installed Ubuntu 20.04 (WSL) I had to install the
zlib1g-dev
package (notzlib1g
) before the Haskellzlib
package would compile.The text was updated successfully, but these errors were encountered: