There's also the path taken by Homebrew on OS X... make /usr/local owned by you, since you probably only have one user on the machine anyway. (I suggest avoiding any suid-root executables in /usr/local in this case.) On Wed, Aug 5, 2015 at 10:02 PM, Haisheng Wu <freizl@gmail.com> wrote:
I think it depends on how u install it. By default it need to write some files to system path. E.g. /usr/local/bin I wonder there is option allow you to specify installation path this you won't necessarily be root.
-Haisheng
On Wednesday, August 5, 2015, 吕文龙 <lvwenlong_lambda@qq.com> wrote:
just want to know why do I have to be a root user to install haskell platform?
------------------ 吕文龙 MP:18801735051 复旦大学2010级微电子学与固体电子学专业(School of Microelectronics,Fudan University)
通讯地址:上海市浦东新区蔡伦路1433弄3号楼803(Room 803 Building 3 Lane 1433 Cailun Road, Pudong District, Shanghai, China)
------------------ Original ------------------ *From: * "haskell-request";<haskell-request@haskell.org>; *Date: * Wed, Aug 5, 2015 08:00 PM *To: * "haskell"<haskell@haskell.org>; *Subject: * Haskell Digest, Vol 144, Issue 4
Send Haskell mailing list submissions to haskell@haskell.org
To subscribe or unsubscribe via the World Wide Web, visit http://mail.haskell.org/cgi-bin/mailman/listinfo/haskell or, via email, send a message with subject or body 'help' to haskell-request@haskell.org
You can reach the person managing the list at haskell-owner@haskell.org
When replying, please edit your Subject line so it is more specific than "Re: Contents of Haskell digest..."
Today's Topics:
1. Re: ANNOUNCE: Haskell Platform 7.10.2-a (Mark Lentczner)
----------------------------------------------------------------------
Message: 1 Date: Tue, 4 Aug 2015 13:51:36 -0700 From: Mark Lentczner <mark.lentczner@gmail.com> To: haskell <haskell-cafe@haskell.org>, haskell-platform@projects.haskell.org, haskell@haskell.org Subject: Re: [Haskell] ANNOUNCE: Haskell Platform 7.10.2-a Message-ID: <CAAOoiFbC5moqKFCaAJ25S44auZBJbLEFwx27y8Vy40p4N29XkQ@mail.gmail.com> Content-Type: text/plain; charset="utf-8"
As promised in the Haskell Platform 7.10.2 announcement, we have now release Haskell Platform 7.10.2-a. The only changes from 7.10.2 are:
text-1.2.1.3 - to work around the issue with text literals in GHC 7.10.2 fgl-5.5.2.1 - this release changes no APIs, but fixes builds with older GHCs
Available, as always, from: https://www.haskell.org/platform/
- Mark