I'm not sure if this is the cause but...

While using hp2ps with GHC, I used an _scc_ annotation like this:

  _scc_ "processing constraints" (...)

and found that hp2ps objects to spaces in the middle of scc strings.

So you might look at the profile.hp file and check if the token on
that line contains a space.  If so, it should be pretty easy to tweak
Hugs to avoid the space or put quotes round the string (might need
matching changes to hp2ps) or the like.

Alastair


Reply via email to