In my attempt to get pugs up and running on my machine, I tried to use the darcs repository. I used a command like...
$ darcs get http://wagner.elixus.org/~autrijus/darcs/pugs/ ...which seemed to work without complaining, and applied 699 patches to my directory. When I try "make" (after first doing "perl Makefile.pl"), it complains... /usr/local/bin/perl -Iinc util/version_h.pl /usr/local/bin/ghc --make -H200m -L. -Lsrc -Lsrc/pcre -I. -Isrc -Isrc/pcre -i. -isrc -isrc/pcre -static -Wall -fno-warn-missing-signatures -fno-warn-name-shadowing -fno-warn-deprecations -fno-warn-orphans -o pugs src/Main.hs src/pcre/pcre.o src/UnicodeC.o Chasing modules from: src/Main.hs Could not find module `Compile': use -v to see a list of the files searched for (imported from src/Main.hs) make: *** [pugs] Error 1 ...Well sure enough, there is no Compile.hs in my src/ directory. Digging around a little bit, I notice that there is a "Compile.hs" in... http://wagner.elixus.org/~autrijus/darcs/pugs/src/ ...but not in... http://wagner.elixus.org/~autrijus/darcs/pugs/_darcs/current/src/ Knowing nothing about darcs, this may be a red herring. Anyone have a clue as to why my machine doesn't appear to have the latest greatest version of pugs? (I've got GHC 6.4, perl 5.8.6, darcs 1.0.2) Thanks, Greg Buchholz