Send Beginners mailing list submissions to
[email protected]
To subscribe or unsubscribe via the World Wide Web, visit
http://mail.haskell.org/cgi-bin/mailman/listinfo/beginners
or, via email, send a message with subject or body 'help' to
[email protected]
You can reach the person managing the list at
[email protected]
When replying, please edit your Subject line so it is more specific
than "Re: Contents of Beginners digest..."
Today's Topics:
1. Re: Beginners Digest, Vol 80, Issue 39 (KC)
2. Re: tower hanoi problem (Roelof Wobben)
----------------------------------------------------------------------
Message: 1
Date: Wed, 18 Feb 2015 11:11:31 -0800
From: KC <[email protected]>
To: Haskell Beginners <[email protected]>
Subject: Re: [Haskell-beginners] Beginners Digest, Vol 80, Issue 39
Message-ID:
<CAMLKXynH88moPp8AFR=8md-rsb9rdmaqo_j6-x1k-z9vy2b...@mail.gmail.com>
Content-Type: text/plain; charset="utf-8"
Where did you install the Haskell Platform?
--
--
Sent from an expensive device which will be obsolete in a few months! :D
Casey
On Feb 18, 2015 9:18 AM, "Gregory Guthrie" <[email protected]> wrote:
> Thank you for the clarification; I should not have included that example -
> but the issue is with the other names that should work as in the same
> example below;
> "import Diagrams.Prelude", import Diagrams.Backend.SVG.CmdLine, etc.
>
> -------------------------------------------
> > I installed diagrams, and it seems to be there, but GHCi doesn't find
> it. I tried adding the
> > local sandbox to the command line (-package-db), but still no luck Any
> suggestions?
> >
> > C:\Users\guthrie>
> > C:\Users\guthrie>cabal install diagrams
> > Resolving dependencies...
> > All the requested packages are already installed:
> > diagrams-1.2
> > Use --reinstall if you want to reinstall anyway.
> >
> > I find it in:
> > C:\Users\guthrie\.cabal-sandbox\i386-windows-ghc-7.6.3-packages.conf.d
> (and C:\Users\guthrie\.cabal-sandbox\i386-windows-ghc-7.6.3 )
> > (diagrams-1.2, diagrams-contrib, -core, -lib, -svg)
> >
> > But running: "cabal repl" or using the GHC(i) flag "-package-db=...(as
> above)..."
> > fail to find it:
> >
> > C:\Users\guthrie>cabal repl
> > GHCi, version 7.6.3: http://www.haskell.org/ghc/ :? for help
> > Loading package ghc-prim ... linking ... done.
> > Loading package integer-gmp ... linking ... done.
> > Loading package base ... linking ... done.
> > Prelude> :m + Diagrams.Prelude
> >
> > <no location info>:
> > Could not find module `Diagrams.Prelude'
> > It is not a module in the current program, or in any known
> package.
> > Prelude>
> > ----------------------------------------------------------
> _______________________________________________
> Beginners mailing list
> [email protected]
> http://mail.haskell.org/cgi-bin/mailman/listinfo/beginners
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
<http://mail.haskell.org/pipermail/beginners/attachments/20150218/3249a8b0/attachment-0001.html>
------------------------------
Message: 2
Date: Wed, 18 Feb 2015 21:02:11 +0100
From: Roelof Wobben <[email protected]>
To: The Haskell-Beginners Mailing List - Discussion of primarily
beginner-level topics related to Haskell <[email protected]>
Subject: Re: [Haskell-beginners] tower hanoi problem
Message-ID: <[email protected]>
Content-Type: text/plain; charset="us-ascii"
An HTML attachment was scrubbed...
URL:
<http://mail.haskell.org/pipermail/beginners/attachments/20150218/c9d490a2/attachment.html>
------------------------------
Subject: Digest Footer
_______________________________________________
Beginners mailing list
[email protected]
http://mail.haskell.org/cgi-bin/mailman/listinfo/beginners
------------------------------
End of Beginners Digest, Vol 80, Issue 45
*****************************************