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

Compatibility with mtl-2.3 #107

Closed
sjakobi opened this issue May 20, 2022 · 1 comment
Closed

Compatibility with mtl-2.3 #107

sjakobi opened this issue May 20, 2022 · 1 comment
Assignees

Comments

@sjakobi
Copy link

sjakobi commented May 20, 2022

Building library for jose-0.9..
[ 1 of 18] Compiling Crypto.JOSE.AESKW ( src/Crypto/JOSE/AESKW.hs, dist/build/Crypto/JOSE/AESKW.o, dist/build/Crypto/JOSE/AESKW.dyn_o )

src/Crypto/JOSE/AESKW.hs:76:29: error:
    Variable not in scope: join :: [[Int]] -> [b]
   |
76 |     let coords = zip [1..] (join (replicate 6 [1 .. n `div` 8]))
   |                             ^^^^

Note that some dependencies aren't compatible yet, e.g. haskell-tls/hs-certificate#129.

@frasertweedale
Copy link
Owner

frasertweedale commented May 21, 2022

I'll wait until next release of mtl-2.3.x with the fix for haskell/mtl#117, as well as for hs-certificate to unbreak (maybe the restoration of ExceptT export will suffice for that). Then I should be able to properly address this.

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