phischu / haskell-modules

Extract real Haskell module files
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Avoid actual compilation #7

Open phischu opened 9 years ago

phischu commented 9 years ago

Extracting modules from a package takes longer than compiling it because we compile it and do extra work. We have to find a way to avoid compilation, maybe by writing fake object files or something.