
I wanted to try out data parallel haskell. I followed the instructions on http://haskell.org/haskellwiki/Data_Parallel_Haskell/PackageNDP but I get the following error:
dom@lagrange:~/ghc/libraries> make make.library.ndp make: *** No rule to make target `build.library.ndp', needed by `make.library.ndp'. Stop.
BTW when I built ghc, I had the following problem with happy (and alex). It kept telling me I needed dvips but dvips is already installed. In the end I used --nodeps.
dom@lagrange:~/happy> rpmbuild -ta happy-1.17.tar.gz error: Failed build dependencies: dvips is needed by happy-1.17-1.i586
dom@lagrange:~/happy> rpmlocate dvips
/usr/bin/dvips
dom@lagrange:~/happy> rpm --query -f /usr/bin/dvips texlive-2007-69
dom@lagrange:~/happy> dvips --version dvips(k) 5.96 kpathsea version 3.5.6 Copyright (C) 2005 Radical Eye Software. There is NO warranty. You may redistribute this software under the terms of the GNU General Public License and the Dvips copyright. For more information about these matters, see the files named COPYING and dvips.h. Primary author of Dvips: T. Rokicki; -k maintainer: T. Kacvinsky/ S. Rahtz.
rpmbuild -ta --nodeps happy-1.17.tar.gz