haskell - cabal repl is too slow -
Currently, cabal repl
is useless for typing at the sign is unsure: some letters appear If you give it, then it seems to hang for 5-10 seconds, only to move forward again later. I suspect that it is related to the fact that it loads the ALX / Generate files (respectively 81K and 134 respectively) in RPL I really do not need those files for REPL support. I'm not sure that there really is a problem, but I do not know what I will try.
I want to be able to get them out of REPL, while they still have to be involved in the manufacturing process. Even better: can I use any one of those files ( lex
/ parse
) in one way?
EDIT: I see this behavior running GHC 7.8.3 / cable 1.20.0.3 on OS X 10.9 and with the mid -2012 RMBP (Sandy Bridge) with 16 GB RAM. GHC / KABAL was established through homebrew.
Edit 2: In the question
You can post your .cabal file Are you
If I understand your situation correctly, then how can I proceed:
- Verify that Alex and Happy Generated Files Revealed
- If so, then consider moving it to a different package so that
ghci
could load those compiled versions. # 1 for
, I can try Alex and happy files only with stubs - skeletal files that contain definitions ( = undefined
) Are only for symbols which are imported by other modules.
Comments
Post a Comment