<div style='font-family:Arial; font-size:13px;'>Hi All,<div><br></div><div>This is my first 'post' not quite sure if I am doing it right.</div><div><br></div><div>I have a question about the importing of modules that are available on the Hackage.Haskell site:</div><div><a href="http://hackage.haskell.org/package/digits">http://hackage.haskell.org/package/digits</a></div><div><br></div><div>if I write this in my wordpad and then load it to GCI i get the following error:</div><div><br></div><div><br></div><div><div>chapter4.hs:1:1: error:</div><div>    Could not find module ‘Data.Digits’</div><div>    Perhaps you meant Data.Bits (from base-4.12.0.0)</div><div>    Use -v to see a list of the files searched for.</div><div>  |</div><div>1 | import Data.Digits   | ^^^^^^^^^^^^^^^^^^</div></div><div><br><div><div style="font-family:Arial; font-size:13px;"><br></div></div></div><div style="font-family:Arial; font-size:13px;">However if I load Data.Char than it loads fine.</div><div style="font-family:Arial; font-size:13px;"><br></div><div style="font-family:Arial; font-size:13px;">What am I doing wrong?</div><div style="font-family:Arial; font-size:13px;"><br></div><div style="font-family:Arial; font-size:13px;">best,</div></div>