Re: Build failure under Fedora 21

2015-01-17 Thread Dominick Samperi
It turns out that the undefined reference to libHSprimitive-0.5.4.0.so when installing pandoc is not related to the use of CentOS or Debian binaries. I get the same undefined reference when I try to use ghc-7.8.4 compiled from source under Fedora 21. Here is the output of 'locate libHSprimitive':

Re: Build failure under Fedora 21

2015-01-17 Thread Herbert Valerio Riedel
On 2015-01-17 at 09:22:05 +0100, Dominick Samperi wrote: > It turns out that the undefined reference to libHSprimitive-0.5.4.0.so > when installing pandoc is not related to the use of CentOS or Debian > binaries. I get the same undefined reference when I try to use > ghc-7.8.4 compiled from source

Re: Generic instances for GHC AST

2015-01-17 Thread Alan & Kim Zimmerman
FYI I have created ghc-generic-instances on hackage as a cache of the derived instances. Name cannot have a Generic instance due to the unboxed type(s) in it. Alan On Wed, Jan 14, 2015 at 11:03 PM, Alan & Kim Zimmerman wrote: > At the moment every part of the GHC AST derives instances of Data

Re: Build failure under Fedora 21

2015-01-17 Thread Peter Trommler
Dominick Samperi wrote: > It turns out that the undefined reference to libHSprimitive-0.5.4.0.so > when installing pandoc is not related to the use of CentOS or Debian > binaries. I get the same undefined reference when I try to use > ghc-7.8.4 compiled from source under Fedora 21. Here is the out

Re: ANNOUNCE: GHC 7.10.1 Release Candidate 1 - questions on Mac OS platform

2015-01-17 Thread George Colpitts
- Has anybody successfully used llvm on the Mac with 7.10.1 RC1? My problem is described below. - Which is the recommended gcc to use when building source? - GNU gcc 4.9.2 - Apple LLVM version 6.0 (clang-600.0.56) (based on LLVM 3.5svn) - When using ghci with 7.10.1 RC1 I g

Re: ANNOUNCE: GHC 7.10.1 Release Candidate 1

2015-01-17 Thread Jens Petersen
On 17 January 2015 at 00:46, Austin Seipp wrote: > This was a result of https://ghc.haskell.org/trac/ghc/ticket/9652, > which Edward fixed and I'll be merging into the 7.10 branch for RC2. Thanks Austin, looks like it is already merged in current ghc-7.10 branch: I managed to get 7.10.0.20150116

Re: cminusminus.org does not have a link to the spec

2015-01-17 Thread Sergei Trofimovich
On Tue, 16 Sep 2014 20:23:10 + Simon Peyton Jones wrote: > Thanks. This is beyond my competence, and I'm totally submerged anyway. I > suggest you make a Trac ticket about it anyway. Simon Marlow will probably > have an opinion. Today I've found an excuse to actually implement it :) htt

Playing with the profiler

2015-01-17 Thread Luís Gabriel
Hi there, I'm doing some experiments with the GHC time profiler and I need to add a new field to the Cost Centre structures. I managed to add the field in the *CCS.h* header as well as in *codeGen/StgCmmProf.hs* but for some reason the program is crashing during garbage collection. As I have no e

Re: Build failure under Fedora 21

2015-01-17 Thread Dominick Samperi
Hello hvr, I compiled from the source for ghc-7.8.4 by first creating mk/build.mk from the supplied template build.mk.sample with BuildFlavour = quick, then the usual: ./configure --prefix=/bin/ghc-7.8.4; make install... Perhaps there is a different build configuration where all necessary shared