http://www.perlmonks.org?node_id=750770


in reply to how to hack on pugs in ghci? how to use perl6 regexen and grammars in haskell?

seems a solution is here: http://neilmitchell.blogspot.com/2008/02/adding-data-files-using-cabal.html

Replies are listed 'Best First'.
Re^2: how to hack on pugs in ghci?
by tphyahoo (Vicar) on Mar 15, 2009 at 19:21 UTC
    This was a partial solution: it got me past the missing datafile problem. However, now I have another error:

    During interactive linking, GHCi couldn't find the following symbol: text__prelude_pm This may be due to you not asking GHCi to load extra object files, arc +hives or DLLs needed by your current session. Restart GHCi, specifyi +ng the missing library using the -L/path/to/object/dir and -lmissingl +ibname flags, or simply by naming the relevant files on the GHCi comm +and line. Alternatively, this link failure might indicate a bug in GH +Ci. If you suspect the latter, please send a bug report to: glasgow-h +askell-bugs@haskell.org
      dev.pugscode.org/browser will show activity in the pugs subversion tree- it's generally busy since that's where the specs and tests live. But drilling into the src/Pugs directory shows it's pretty quiet in there. Dead is too strong a word, quiescent is better...