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

snap-server 1.1.1.0 compilation failure #4347

Closed
bergmark opened this issue Feb 2, 2019 · 2 comments
Closed

snap-server 1.1.1.0 compilation failure #4347

bergmark opened this issue Feb 2, 2019 · 2 comments

Comments

@bergmark
Copy link
Member

bergmark commented Feb 2, 2019

Ping @sjakobi @gregorycollins, seems like this some CPP mishap? I couldn't reproduce this on OS X.

Building library for snap-server-1.1.1.0..
[...]
src/Snap/Internal/Http/Server/Socket.hs:176:5: error:
    Conflicting definitions for ‘acquire’
    Bound at: src/Snap/Internal/Http/Server/Socket.hs:176:5-11
              src/Snap/Internal/Http/Server/Socket.hs:182:5-11
    |
176 |     acquire   = openFd fPath ReadOnly Nothing defaultFileFlags
    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
bergmark added a commit that referenced this issue Feb 2, 2019
@DanBurton
Copy link
Contributor

This is a build failure with network < 3.0, and this version of snap-server has since been revised on hackage accordingly. I believe this constraint can be lifted either on next snap-server release (a fix is already on github) or when we lift our constraint on network (see #4312), whichever happens first.

@gregorycollins
Copy link
Contributor

We fixed this in 1.1.1.1 sorry

@juhp juhp closed this as completed in a0dbd5f Feb 23, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants