I got down a fresh version of the pugs, tried to build and got this
error:

ar: creating archive dist/build/libHSPugs-6.2.11.a
*** Building: /usr/local/bin/ghc -package stm -package network -package
mtl -package template-haskell -package base -package fps -package
HsSyck -package unix -idist/build -Ldist/build -idist/build/src
-Ldist/build/src -o pugs src/Main.hs -lHSPugs-6.2.11 -threaded
Cannot import `Data.Yaml.Syck':
  it was found in multiple packages: HsSyck-0.1 Pugs-6.2.11
Build failed: 256 at util/build_pugs.pl line 193.
make: *** [pugs] Error 2

Greping the source finds this:
./third-party/HsSyck/Data/Yaml/Syck.hs:module Data.Yaml.Syck (

but I see nothing else declaring this module.  I don't know haskel, and
I don't know pugs, so I'm at a loss to see what is causing this.  I
have an old version installed on my system.  Could that somehow  be
causing this?

Reply via email to