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

dns-4.0.1 test suite does not compile #150

Open
peti opened this issue Nov 29, 2019 · 4 comments
Open

dns-4.0.1 test suite does not compile #150

peti opened this issue Nov 29, 2019 · 4 comments

Comments

@peti
Copy link

peti commented Nov 29, 2019

Citing from https://hydra.nixos.org/build/107456929:

Building test suite 'network-tests' for dns-4.0.1..
[1 of 3] Compiling IOSpec           ( test2/IOSpec.hs, dist/build/network-tests/network-tests-tmp/IOSpec.o )

test2/IOSpec.hs:20:9: error:
    Ambiguous occurrence ‘send’
    It could refer to either ‘Network.Socket.send’,
                             imported from ‘Network.Socket’ at test2/IOSpec.hs:5:1-21
                          or ‘DNS.send’,
                             imported from ‘Network.DNS.IO’ at test2/IOSpec.hs:8:1-28
   |
20 |         send sock qry
   |         ^^^^
felixonmars added a commit to felixonmars/dns that referenced this issue Mar 1, 2020
@felixonmars
Copy link
Contributor

We have the same issue in Arch. Currently patched with the change in #152

@kazu-yamamoto
Copy link
Owner

I guess that you are using old network. Which version? Why do you still use the old version?

@felixonmars
Copy link
Contributor

We are using network-2.8.0.1 at Arch. Some software are still not yet ported for network-3.

@kazu-yamamoto
Copy link
Owner

OK. Your PR is a very simple. Let's merge.

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

No branches or pull requests

3 participants