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

Add ghc 9.2.2 support #22

Open
jappeace opened this issue May 24, 2022 · 4 comments
Open

Add ghc 9.2.2 support #22

jappeace opened this issue May 24, 2022 · 4 comments

Comments

@jappeace
Copy link
Contributor

This is currently not supported because singlethongs fails to build.

@CGenie
Copy link

CGenie commented Jun 14, 2023

Apparently this compiles with the following fix:

https://git.sr.ht/~cgenie/singlethongs/commit/99d23724a188378e33ca0a9ec8cfc9d63bc52d32

I just edited cabal.project in my project and added:

source-repository-package
    type: git
    location: https://git.sr.ht/~cgenie/singlethongs
    tag: 99d23724a188378e33ca0a9ec8cfc9d63bc52d32

@jappeace
Copy link
Contributor Author

@CGenie do you want to take over maintainership? supercede no longer uses this library.

@CGenie
Copy link

CGenie commented Jun 14, 2023

Well, I did try this lib and fixed shingletons however I got weird error about no DIGEST-MD5 method supported by my server.

I guess this is it:
https://hackage.haskell.org/package/haskell-xmpp-2.0.4/docs/src/Network.XMPP.Sasl.html#saslAuth

And for me mechs was an empty list. Maybe it's because of lack of TLS on the client side?

Anyways, I have some code already using pontarius xmpp and it works quite OK (except the cruft involved with Data.XML.Types mangling but it's not that bad for my purposes).

So I guess I'll stay with pontarius instead.

@jappeace
Copy link
Contributor Author

get something that works for you, don't worry about it.

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

2 participants