[Haskell-beginners] Getting Crypto package imported

Dustin Lee qhfgva at gmail.com
Tue Dec 8 15:33:58 UTC 2015


Ugg...  Thanks.   I was following a tutorial that used different import
names.   I guess either the names changed since then or I grabbed a
different package.

In any case, thanks!


On Tue, Dec 8, 2015 at 8:10 AM, Kim-Ee Yeoh <ky3 at atamo.com> wrote:

>
> On Tue, Dec 8, 2015 at 9:55 PM, Dustin Lee <qhfgva at gmail.com> wrote:
>
>> Prelude> :m +Crypto
>
>
> A glance at the main listing here:
>
> https://hackage.haskell.org/package/Crypto
>
> reveals that the module names are like
>
> Data.Digest.MD5
> Codec.Encryption.AES
>
> So ":m +Data.Digest.MD5" should work.
>
> -- Kim-Ee
>
> _______________________________________________
> Beginners mailing list
> Beginners at haskell.org
> http://mail.haskell.org/cgi-bin/mailman/listinfo/beginners
>
>


-- 
Dustin Lee
qhfgva=rot13(dustin)
ᕕ( ᐛ )ᕗ
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/beginners/attachments/20151208/316ebb44/attachment.html>


More information about the Beginners mailing list