[Haskell-beginners] Getting Crypto package imported
Kim-Ee Yeoh
ky3 at atamo.com
Tue Dec 8 15:10:30 UTC 2015
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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/beginners/attachments/20151208/41577122/attachment.html>
More information about the Beginners
mailing list