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.