Send Beginners mailing list submissions to
        beginners@haskell.org

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
        beginners-requ...@haskell.org

You can reach the person managing the list at
        beginners-ow...@haskell.org

When replying, please edit your Subject line so it is more specific
than "Re: Contents of Beginners digest..."


Today's Topics:

   1.  Install mess (Lawrence Bottorff)
   2. Re:  Install mess (Graham Gill)


----------------------------------------------------------------------

Message: 1
Date: Sun, 27 Jan 2019 22:12:00 -0600
From: Lawrence Bottorff <borg...@gmail.com>
To: beginners@haskell.org
Subject: [Haskell-beginners] Install mess
Message-ID:
        <cafahfsuv-vxajon+rsgvhrd8qgwcxpm0jjuijsx0v6azung...@mail.gmail.com>
Content-Type: text/plain; charset="utf-8"

I'm on Ubuntu 18.10 and I've made a real mess of my Haskell install. In the
past I believe I installed from source. Then I must have tried to install
through Ubuntu's repo, then I installed through the Haskell tool stack
(curl -sSL https://get.haskellstack.org/ | sh). Now I can type ghci at the
command line and I get 8.4.2, through stack ghci I get version 8.0.1, while
starting a ghci REPL in Emacs goes with the 8.4.2. The Ubuntu repo version
seems to be 8.2.2, BTW. What can I do/what should I do to straighten this
out? What is the definitive install of Haskell, stack or Haskell platform,
and what role should cabal play?

LB
-------------- next part --------------
An HTML attachment was scrubbed...
URL: 
<http://mail.haskell.org/pipermail/beginners/attachments/20190127/58ac2740/attachment-0001.html>

------------------------------

Message: 2
Date: Mon, 28 Jan 2019 12:38:58 +0700
From: Graham Gill <math.simp...@gmail.com>
To: The Haskell-Beginners Mailing List - Discussion of primarily
        beginner-level topics related to Haskell <beginners@haskell.org>
Subject: Re: [Haskell-beginners] Install mess
Message-ID:
        <CAEQrVeQJw4oqk=3O0OGrObBJyZWENWdVfZC0d-hMH+8r=cz...@mail.gmail.com>
Content-Type: text/plain; charset="utf-8"

I faced a similar problem recently and wasn't able to finish building
Liquid Haskell and HIE until I started afresh. I wiped/uninstalled old
Haskell platforms, stack and cabal. Then for a system GHC and cabal I used
the HVR ppa. You could also use ghcup. See the ghcup page on github which
links to the HVR ppa also.  See the downloads page at haskell.org, under
Linux generic installer, which currently recommends using ghcup. (I liked
the flavour of the HVR ppa more so went with that. )

For anything else I'm using the latest stack.

I think my setup is much cleaner as a result, and tools better organised.

Regards,
Graham



On Mon, Jan 28, 2019, 11:12 Lawrence Bottorff <borg...@gmail.com wrote:

> I'm on Ubuntu 18.10 and I've made a real mess of my Haskell install. In
> the past I believe I installed from source. Then I must have tried to
> install through Ubuntu's repo, then I installed through the Haskell tool
> stack (curl -sSL https://get.haskellstack.org/ | sh). Now I can type ghci
> at the command line and I get 8.4.2, through stack ghci I get version
> 8.0.1, while starting a ghci REPL in Emacs goes with the 8.4.2. The Ubuntu
> repo version seems to be 8.2.2, BTW. What can I do/what should I do to
> straighten this out? What is the definitive install of Haskell, stack or
> Haskell platform, and what role should cabal play?
>
> LB
> _______________________________________________
> Beginners mailing list
> Beginners@haskell.org
> http://mail.haskell.org/cgi-bin/mailman/listinfo/beginners
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: 
<http://mail.haskell.org/pipermail/beginners/attachments/20190128/9c4ef522/attachment-0001.html>

------------------------------

Subject: Digest Footer

_______________________________________________
Beginners mailing list
Beginners@haskell.org
http://mail.haskell.org/cgi-bin/mailman/listinfo/beginners


------------------------------

End of Beginners Digest, Vol 127, Issue 6
*****************************************

Reply via email to