Re: Haskell platform on OSX?

2019-09-15 Thread Luca Ciciriello
Haskell platform has been replaced by ghcup buildchain: https://www.haskell.org/ghcup/ Luca Inviato da iPhone Il giorno 15 set 2019, alle ore 12:01, David Duke mailto:duke.j.da...@gmail.com>> ha scritto: I was trying to bring my ghc installation on OSX up to date (currently 8.6.3), I

ghc 7.0.4 with the new Xcode 4.3

2012-02-17 Thread Luca Ciciriello
Hi All. If you have ghc 7.0.4 on Mac OS X 10.7.3 and you have recently installed the new Xcode 4.3, here a workaround to continue using ghc without the /Developer folder (removed with Xcode 4.3). Workaround: from terminal type: sudo emacs

foldP elemP

2011-08-10 Thread Luca Ciciriello
I all. I've just installed GHC 7.2.1 In my code I import GHC.PArr but this new compiler doesn't find any more foldP and elemP. Wich module I've to import in order to use foldP and elemP. Thanks in advance for any answer. Luca ___

-fllvm

2011-08-06 Thread Luca Ciciriello
Hi all. I'm trying to build my Haskell code using llvm option, but using the command: ghc --make -O2 -fllvm Main.hs -o myapp I get the following warning: Warning: -fllvm is incompatible with -fPIC and -dynamic on this platform; ignoring -fllvm I'm using GHC 7.0.4 (64-bit) on

Re: -fllvm

2011-08-06 Thread Luca Ciciriello
codegen works too if I'm not mistaken. On Sat, Aug 6, 2011 at 6:55 AM, Luca Ciciriello luca_cicirie...@hotmail.com wrote: Hi all. I'm trying to build my Haskell code using llvm option, but using the command: ghc --make -O2 -fllvm Main.hs -o myapp I get the following warning: Warning

Re: GHC 7.0.4 on Lion

2011-07-26 Thread Luca Ciciriello
/ticket/5019. I'm not sure what the advantage of the compact unwind is, but it sounds like it could make the executable smaller. -David On Jul 25, 2011, at 7:59 AM, Luca Ciciriello wrote: Hi All. I've installed on my Mac the new MacOS X 10.7 (Lion) with Xcode 4.1 Using ghc 7.0.4 (64-bit

GHC 7.0.4 on Lion

2011-07-25 Thread Luca Ciciriello
Hi All. I've installed on my Mac the new MacOS X 10.7 (Lion) with Xcode 4.1 Using ghc 7.0.4 (64-bit) on that system a get the following warnings in the linking phase: Linking hslint ... ld: warning: could not create compact unwind for _ffi_call_unix64: does not use RBP or RSP based frame ld:

Installation

2011-04-20 Thread Luca Ciciriello
Hi All.I'm using GHC with MacOS X 10.6.7 (Xcode4). I've installed GHC 7.0.3 and the HackageDB package hsgsom. Then, for my motivation, I've uninstalled GHC.To remove GHC I've used the uninstaller tool and I've manually removed the folder /Library/Frameworks/GHC.framework. I've also manually

RE: Installation

2011-04-20 Thread Luca Ciciriello
your problem? On Apr 20, 2011, at 2:33 AM, Luca Ciciriello wrote: Hi All. I'm using GHC with MacOS X 10.6.7 (Xcode4). I've installed GHC 7.0.3 and the HackageDB package hsgsom. Then, for my motivation, I've uninstalled GHC. To remove GHC I've used the uninstaller tool and I've manually removed

warning

2011-03-29 Thread Luca Ciciriello
Hi All. I've installed on my MacOS X 10.6.7 (Xcode4) the new GHC 7.0.3 (64 bit) All works fine, but every time I build my code I get the warning: ld: warning: could not create compact unwind for _ffi_call_unix64: does not use RBP or RSP based frame Is this warning something bad? Thanks. Luca.

Re: ANNOUNCE: GHC version 7.0.3

2011-03-28 Thread Luca Ciciriello
GOOD. This fixes my OS X Xcode4 problem :-) Is it in planning a new release of Haskell platform also? Luca. On Mar 27, 2011, at 9:13 PM, Ian Lynagh wrote: = The (Interactive) Glasgow Haskell Compiler -- version 7.0.3

downgrade HP

2011-03-26 Thread Luca Ciciriello
Hi All. How can I downgrade the Haskell platform from 2011.2.0.0 to 2010.2.0.0? I've removed the HP 2011.2.0.0 and installed again the HP 2010.2.0.0, but now several important packages (like IO) are missing! My system is MacOS X 10.6.7 with Xcode 4 installed. Any idea? Thanks in advance.

Re: Linker error

2011-03-15 Thread Luca Ciciriello
: There's an open bug ticket about XCode 4 not linking properly (I think due to the new dtrace support making GHC builds tied to a specific XCode version). Can you downgrade to XCode 3 in the meantime? On Mon, Mar 14, 2011 at 8:43 AM, Luca Ciciriello luca_cicirie...@hotmail.com wrote: Hi

Linker error

2011-03-14 Thread Luca Ciciriello
Hi All. I've just installed the new Haskell platform (2011.2.0.0) on my MacOS X 10.6.6 with Xcode 4 Now the problem is that when I try to build my Haskel programs I receive the linker error: Linking lexer ... ld: library not found for -lcrt1.10.5.o collect2: ld returned 1 exit status Any

-package

2010-02-15 Thread Luca Ciciriello
I've imported in my module: import Control.Concurrent.STM. My question is: Have I to use -package stm in ghc command line options? Thanks in advance. Luca. ___ Glasgow-haskell-users mailing list Glasgow-haskell-users@haskell.org

RE: ANNOUNCE: GHC version 6.12.1

2009-12-14 Thread Luca Ciciriello
Installed 6.12.1 on MacOS X 10.6Now I'm unable to load in GHCi of that modules containing import Control.ParallelI'm missing something? Luca From: marco-owe...@gmx.de To: glasgow-haskell-users@haskell.org Date: Mon, 14 Dec 2009 15:24:48 +0100 Subject: RE: ANNOUNCE: GHC version 6.12.1

RE: ANNOUNCE: GHC version 6.12.1

2009-12-14 Thread Luca Ciciriello
Thanks to all. BTW, reading the new wiki library page I've noticed that I can use atomically, pseq, par, forkIO, etc, simply importing GHC.Conc Luca CC: allb...@ece.cmu.edu; luca_cicirie...@hotmail.com; glasgow-haskell-users@haskell.org From: allb...@ece.cmu.edu To:

32 to 64 bit problem

2009-11-15 Thread Luca Ciciriello
Hi All. I think this is a not new question, but probably a missed it. On my MacOS X 10.5 (32 bit) I use GHC 6.10.4 (installed by Mac package GHC-6.10.4-i386.pkg) to build some halkell programs and all is fine. Yesterday I've updated the system to MacOS X 10.6 (64 bit) and now when I try to

Re: 32 to 64 bit problem

2009-11-15 Thread Luca Ciciriello
Thanks a lot Christophe. This solve my problem. Luca. On Nov 15, 2009, at 1:49 PM, alpheccar wrote: Hi, Change your /usr/bin/ghc to #!/bin/sh exec /Library/Frameworks/GHC.framework/Versions/610/usr/lib/ghc-6.10.4/ghc -optc-m32 -opta-m32 -optl-m32

beginner question

2009-10-14 Thread Luca Ciciriello
Just a Haskell beginner question. If I load in GHCi the code below all works fine, I load a file and its content is shown on screen. But if I use the second version of my load_by_key (the commented one) no error is reported loading and executing this code, but nothing is shown on screen.

RE: beginner question

2009-10-14 Thread Luca Ciciriello
Thanks Philip and Daniel for your help. Your explanation is clear. Thanks also for direct me on the right news letters :-) Luca. _ Chat to your friends for free on selected mobiles

RE: STM experiment

2009-10-12 Thread Luca Ciciriello
...@codimi.de Date: Mon, 12 Oct 2009 13:34:36 +0200 Subject: Re: STM experiment Brent Yorgey schrieb: On Fri, Oct 02, 2009 at 06:16:49PM +0200, Luca Ciciriello wrote: Compiling this module with: ghc --make Main.hs -o Main and launcing ./Main the result is just: Terminal Also

replace GHC 6.6 with 6.10.4 in VisualHaskell

2009-10-12 Thread Luca Ciciriello
Is there a way to use VisualHaskel with GHC 6.10.4? Luca ___ Glasgow-haskell-users mailing list Glasgow-haskell-users@haskell.org http://www.haskell.org/mailman/listinfo/glasgow-haskell-users

STM experiment

2009-10-02 Thread Luca Ciciriello
Hi All. I'm very new using Concurrency and STM in Haskell. I'm trying some basic example using STM like this one: module Main where import IO import Control.Concurrent import Control.Concurrent.STM main :: IO () main = do forkIO (hPutStr stdout

Re: STM experiment

2009-10-02 Thread Luca Ciciriello
out your messages. This approach will give you the Hello world or world Hello output that you were after. Hope this helps, Dan On Fri, Oct 2, 2009 at 12:16 PM, Luca Ciciriello luca_cicirie...@hotmail.com wrote: Hi All. I'm very new using Concurrency and STM in Haskell. I'm trying some basic

which difference...

2009-09-30 Thread Luca Ciciriello
Hi all. I've recently changed my home machine (MacOS X 10.5.8 intel) and I've installed the GHC 6.10.4 using the pakage: GHC-6.10.4-i386.pkg. All works fine and I can continue all my research projects on my new machine. Then I've noticed that exists another kind of installation using the