<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">Hello, <br>
      <br>
      I did not updated GHC because I use the IDe of a cloud provider
      codio.com<br>
      <br>
      I think more and more to switch to a linux distro.<br>
      <br>
      Do you experts have recommendations ?<br>
      <br>
      Roelof<br>
      <br>
      <br>
      <br>
      Carsten König schreef op 15-5-2015 om 9:31:<br>
    </div>
    <blockquote cite="mid:5555A0CA.1070203@gettingsharper.de"
      type="cite">
      <meta content="text/html; charset=windows-1252"
        http-equiv="Content-Type">
      You most likely updated GHC or something and so you have to
      reinstall all the packages you get errors for first:<br>
      <br>
      <meta http-equiv="content-type" content="text/html;
        charset=windows-1252">
      <pre>cabal install QuckCheck -reinstall --force-reinstalls
</pre>
      <br>
      <div class="moz-cite-prefix">Am 15.05.2015 um 09:10 schrieb Roelof
        Wobben:<br>
      </div>
      <blockquote cite="mid:55559BD7.5000706@home.nl" type="cite">
        <meta content="text/html; charset=windows-1252"
          http-equiv="Content-Type">
        <div class="moz-cite-prefix">Another problem. <br>
          <br>
          I now see this output : <br>
          <br>
          <div>Preprocessing library digits-0.2...                                                                                      </div>
          <div>[1 of 1] Compiling Data.Digits      ( src/Data/Digits.hs, dist/build/Data/Digits.o )                                     </div>
          <div>/usr/bin/ld: cannot find -lHSQuickCheck-2.8.1-ghc7.8.3                                                                   </div>
          <div>/usr/bin/ld: cannot find -lHStf-random-0.5-ghc7.8.3                                                                      </div>
          <div>/usr/bin/ld: cannot find -lHSprimitive-0.6-ghc7.8.3                                                                      </div>
          <div>/usr/bin/ld: cannot find -lHStransformers-0.4.3.0-ghc7.8.3                                                               </div>
          <div>/usr/bin/ld: cannot find -lHSrandom-1.1-ghc7.8.3                                                                         </div>
          <div>collect2: error: ld returned 1 exit status                                                                               </div>
          <div>Failed to install digits-0.2                                                                                             </div>
          <div>cabal: Error: some packages failed to install:                                                                           </div>
          <div>digits-0.2 failed during the building phase. The exception was:                                                          </div>
          <div>ExitFailure 1                                                                                                            </div>
          <div>codio@switch-grille:~/workspace$ ghc                                                                                     </div>
          <div>ghc: no input files                                                                                                      </div>
          <div>Usage: For basic information, try the `--help' option.                                                                   </div>
          <div>codio@switch-grille:~/workspace$ ghc --version                                                                           </div>
          <div>The Glorious Glasgow Haskell Compilation System, version 7.8.3  


            <br>
            <br>
            Roelof<br>
            <br>
          </div>
          <br>
          <br>
          <br>
          Roelof Wobben schreef op 15-5-2015 om 9:08:<br>
        </div>
        <blockquote cite="mid:55559B69.7020401@home.nl" type="cite">
          <meta content="text/html; charset=windows-1252"
            http-equiv="Content-Type">
          <div class="moz-cite-prefix">Thanks, <br>
            <br>
            And if I want to import it into my project , do I then do
            import Data.Digits ?<br>
            <br>
            Roelof<br>
            <br>
            <br>
            Alex Hammel schreef op 14-5-2015 om 23:25:<br>
          </div>
          <blockquote
cite="mid:CA+_xFerd9dN-mWzurH96EDDQS2bqSJYV76cFdX74dZeG030HRw@mail.gmail.com"
            type="cite">
            <div dir="ltr">
              <div>`Data.Digits` is the name of the module. The name of
                the package is `digits`. Therefore: $(cabal install
                digits)<br>
                <br>
              </div>
              `cabal` installs packages, which may contain many modules<br>
              <div>
                <div><br>
                  <div class="gmail_quote">On Thu, 14 May 2015 at 14:14
                    Roelof Wobben <<a moz-do-not-send="true"
                      href="mailto:r.wobben@home.nl" target="_blank">r.wobben@home.nl</a>>



                    wrote:<br>
                    <blockquote class="gmail_quote" style="margin:0 0 0
                      .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello,,<br>
                      <br>
                      I want to use the module Digits which according to
                      Hoogle is in Data.Digits<br>
                      <br>
                      But when I do cabal install Data.Digits I see this
                      error message :<br>
                      <br>
                      cabal install Data.Digits<br>
                      cabal: The file does not exist 'Data.Digits'<br>
                      <br>
                      What do I do wrong ?<br>
                      <br>
                      Roelof<br>
                      <br>
                      <br>
                      ---<br>
                      Dit e-mailbericht is gecontroleerd op virussen met
                      Avast antivirussoftware.<br>
                      <a moz-do-not-send="true"
                        href="http://www.avast.com" target="_blank">http://www.avast.com</a><br>
                      <br>
                      _______________________________________________<br>
                      Beginners mailing list<br>
                      <a moz-do-not-send="true"
                        href="mailto:Beginners@haskell.org"
                        target="_blank">Beginners@haskell.org</a><br>
                      <a moz-do-not-send="true"
                        href="http://mail.haskell.org/cgi-bin/mailman/listinfo/beginners"
                        target="_blank">http://mail.haskell.org/cgi-bin/mailman/listinfo/beginners</a><br>
                    </blockquote>
                  </div>
                </div>
              </div>
            </div>
            <br>
            <fieldset class="mimeAttachmentHeader"></fieldset>
            <br>
            <pre wrap="">_______________________________________________
Beginners mailing list
<a moz-do-not-send="true" class="moz-txt-link-abbreviated" href="mailto:Beginners@haskell.org">Beginners@haskell.org</a>
<a moz-do-not-send="true" class="moz-txt-link-freetext" href="http://mail.haskell.org/cgi-bin/mailman/listinfo/beginners">http://mail.haskell.org/cgi-bin/mailman/listinfo/beginners</a>
</pre>
          </blockquote>
          <br>
          <br>
          <br>
          <hr style="border:none; color:#909090;
            background-color:#B0B0B0; height: 1px; width: 99%;">
          <table style="border-collapse:collapse;border:none;">
            <tbody>
              <tr>
                <td style="border:none;padding:0px 15px 0px 8px"> <a
                    moz-do-not-send="true" href="http://www.avast.com/">
                    <img moz-do-not-send="true"
                      src="http://static.avast.com/emails/avast-mail-stamp.png"
                      alt="Avast logo" border="0"> </a> </td>
                <td>
                  <p style="color:#3d4d5a;
                    font-family:"Calibri","Verdana","Arial","Helvetica";


                    font-size:12pt;"> Dit e-mailbericht is gecontroleerd
                    op virussen met Avast antivirussoftware. <br>
                    <a moz-do-not-send="true"
                      href="http://www.avast.com/">www.avast.com</a> </p>
                </td>
              </tr>
            </tbody>
          </table>
          <br>
          <br>
          <fieldset class="mimeAttachmentHeader"></fieldset>
          <br>
          <pre wrap="">_______________________________________________
Beginners mailing list
<a moz-do-not-send="true" class="moz-txt-link-abbreviated" href="mailto:Beginners@haskell.org">Beginners@haskell.org</a>
<a moz-do-not-send="true" class="moz-txt-link-freetext" href="http://mail.haskell.org/cgi-bin/mailman/listinfo/beginners">http://mail.haskell.org/cgi-bin/mailman/listinfo/beginners</a>
</pre>
        </blockquote>
        <br>
        <br>
        <br>
        <hr style="border:none; color:#909090; background-color:#B0B0B0;
          height: 1px; width: 99%;">
        <table style="border-collapse:collapse;border:none;">
          <tbody>
            <tr>
              <td style="border:none;padding:0px 15px 0px 8px"> <a
                  moz-do-not-send="true" href="http://www.avast.com/"> <img
                    moz-do-not-send="true"
                    src="http://static.avast.com/emails/avast-mail-stamp.png"
                    alt="Avast logo" border="0"> </a> </td>
              <td>
                <p style="color:#3d4d5a;
                  font-family:"Calibri","Verdana","Arial","Helvetica";

                  font-size:12pt;"> Dit e-mailbericht is gecontroleerd
                  op virussen met Avast antivirussoftware. <br>
                  <a moz-do-not-send="true" href="http://www.avast.com/">www.avast.com</a>
                </p>
              </td>
            </tr>
          </tbody>
        </table>
        <br>
        <br>
        <fieldset class="mimeAttachmentHeader"></fieldset>
        <br>
        <pre wrap="">_______________________________________________
Beginners mailing list
<a moz-do-not-send="true" class="moz-txt-link-abbreviated" href="mailto:Beginners@haskell.org">Beginners@haskell.org</a>
<a moz-do-not-send="true" class="moz-txt-link-freetext" href="http://mail.haskell.org/cgi-bin/mailman/listinfo/beginners">http://mail.haskell.org/cgi-bin/mailman/listinfo/beginners</a>
</pre>
      </blockquote>
      <br>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
Beginners mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Beginners@haskell.org">Beginners@haskell.org</a>
<a class="moz-txt-link-freetext" href="http://mail.haskell.org/cgi-bin/mailman/listinfo/beginners">http://mail.haskell.org/cgi-bin/mailman/listinfo/beginners</a>
</pre>
    </blockquote>
    <br>
  
<br /><br />
<hr style='border:none; color:#909090; background-color:#B0B0B0; height: 1px; width: 99%;' />
<table style='border-collapse:collapse;border:none;'>
        <tr>
                <td style='border:none;padding:0px 15px 0px 8px'>
                        <a href="http://www.avast.com/">
                                <img border=0 src="http://static.avast.com/emails/avast-mail-stamp.png" alt="Avast logo" />
                        </a>
                </td>
                <td>
                        <p style='color:#3d4d5a; font-family:"Calibri","Verdana","Arial","Helvetica"; font-size:12pt;'>
                                Dit e-mailbericht is gecontroleerd op virussen met Avast antivirussoftware.
                                <br><a href="http://www.avast.com/">www.avast.com</a>
                        </p>
                </td>
        </tr>
</table>
<br />
</body>
</html>