[Haskell-beginners] Reproduce example in Crypto.JWT

Pietro Grandinetti pietro.gra at hotmail.it
Sun Feb 26 09:26:23 UTC 2023


I am try to reproduce the first example here: https://hackage.haskell.org/package/jose-0.10/docs/Crypto-JWT.html
I can't seem to succeed with importing the function `runJOSE`

ghci> import Crypto.JWT
ghci> :t runJOSE

<interactive>:1:1: error: Variable not in scope: runJOSE
ghci> import Crypto.JOSE.Error --https://github.com/frasertweedale/hs-jose/blob/master/src/Crypto/JOSE/Error.hs
ghci> :t runJOSE

<interactive>:1:1: error: Variable not in scope: runJOSE

Can you point out what I am missing? Thanks.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/beginners/attachments/20230226/7a92e7f5/attachment.html>


More information about the Beginners mailing list