<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"> P {margin-top:0;margin-bottom:0;} </style>
</head>
<body dir="ltr">
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);" class="elementToProof ContentPasted0">
I am try to reproduce the first example here: <a href="https://hackage.haskell.org/package/jose-0.10/docs/Crypto-JWT.html" id="LPlnk949915">
https://hackage.haskell.org/package/jose-0.10/docs/Crypto-JWT.html</a></div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);" class="elementToProof ContentPasted0">
I can't seem to succeed with importing the function `runJOSE`</div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);" class="elementToProof ContentPasted0">
<br>
</div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);" class="elementToProof ContentPasted0 ContentPasted1">
<span style="font-family: "Courier New", monospace; font-size: 10pt;">ghci> import Crypto.JWT</span>
<div class="ContentPasted1"><span style="font-family: "Courier New", monospace; font-size: 10pt;">ghci> :t runJOSE</span></div>
<div><br class="ContentPasted1">
</div>
<div class="ContentPasted1"><span style="font-family: "Courier New", monospace; font-size: 10pt;"><interactive>:1:1: error: Variable not in scope: runJOSE</span></div>
<div class="ContentPasted1"><span style="font-family: "Courier New", monospace; font-size: 10pt;">ghci> import Crypto.JOSE.Error --https://github.com/frasertweedale/hs-jose/blob/master/src/Crypto/JOSE/Error.hs</span></div>
<div class="ContentPasted1"><span style="font-family: "Courier New", monospace; font-size: 10pt;">ghci> :t runJOSE</span></div>
<div><br class="ContentPasted1">
</div>
<div class="ContentPasted1"><span style="font-family: "Courier New", monospace; font-size: 10pt;"><interactive>:1:1: error: Variable not in scope: runJOSE</span></div>
</div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);" class="elementToProof ContentPasted0 ContentPasted1">
<br>
</div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);" class="elementToProof ContentPasted0 ContentPasted1">
Can you point out what I am missing? Thanks.<br>
</div>
</body>
</html>