Re: ghci, sourcing

2006-06-05 Thread wld
Hi, On 6/5/06, Frederik Eaton [EMAIL PROTECTED] wrote: Hi, Is there a way to source a file in ghci? I have a series of initialization commands which I would like to run every time I do a certain set of experiments, and I've put them in a file. Is it best just to copy and paste the file into

Re: eval in ghc(i)?

2006-05-03 Thread wld
Hi, On 5/4/06, Lemmih [EMAIL PROTECTED] wrote: You can also use the GHC library: Prelude :m GHC Prelude GHC GHC.init (Just /home/david/coding/haskell/ghc/usr/lib/ghc-6.5) Prelude GHC session - newSession Interactive Prelude GHC setSessionDynFlags session = initPackages = getSessionDynFlags

On GHC HEAD, Fefora Cote 5 and SELinux

2006-05-02 Thread wld
As described in trac ticket 738, GHC HEAD does not work on Fedora Core 5 with selinux in enforcing mode. Selinux is the additional level of protection in Linux kernel that works above usual Unix permissions. Turning selinux to permissive mode (as suggested in the workaround to make GHC work)