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

Update to alpine 3.12.0 - Problems with Haskell #8

Open
perlpunk opened this issue Aug 1, 2020 · 2 comments
Open

Update to alpine 3.12.0 - Problems with Haskell #8

perlpunk opened this issue Aug 1, 2020 · 2 comments
Labels
help wanted Extra attention is needed

Comments

@perlpunk
Copy link
Member

perlpunk commented Aug 1, 2020

I'm trying to update the base images to alpine 3.12.0.
However, for the haskell libraries I get the following failures:
https://gist.github.com/perlpunk/86d8701d971bcb423b7d821954e4da52

So HsYAML and YAMLReference don't build, but for different reasons.
Anyone who knows haskell is invited to give me a hint what's going wrong :)
@hvr or @vijayphoenix maybe?

@perlpunk perlpunk added the help wanted Extra attention is needed label Aug 1, 2020
@perlpunk perlpunk changed the title Update to alpine 3.12.0 Update to alpine 3.12.0 - Problems with Haskell Aug 1, 2020
@perlpunk
Copy link
Member Author

perlpunk commented Aug 1, 2020

@perlpunk
Copy link
Member Author

perlpunk commented Aug 1, 2020

Related to the YAMLReference error

Text/Yaml/Reference.hs:711:3: error:
    ‘fail’ is not a (visible) method of class ‘Monad’

I found this issue:
haskell/hsc2hs#27
So probably this fix is not yet in alpine 3.12:

/ # hsc2hs --version
hsc2hs version 0.68.5
/ # ghc --version
The Glorious Glasgow Haskell Compilation System, version 8.8.3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant