phischu / haskell-modules

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

Extract modules from packages one by one instead of from a package and all its dependencies at once. #9

Open phischu opened 5 years ago

phischu commented 5 years ago

This would also help with #5 and allow us to take advantage of GHC's new -keep-hscpp-files flag.