Add --snapshot-pkg-db generation to the README.md#38
Add --snapshot-pkg-db generation to the README.md#38philopon merged 1 commit intophilopon:masterfrom
--snapshot-pkg-db generation to the README.md#38Conversation
Adding dockets from `--snapshot-pkg-db` as well; as those might be of interest too.
|
I have had pb with snapshot-pkg-db, things like
except for many libraries. so I trashed my snapshot and recompiled some project using it with Do you know how to :
|
|
I assume for some reason Generating for all of LTS would be great. Though it might be overkill as well, my biggest gripe I have right now, is that even with a slightly larger project, using only the packages from the snapshot database, makes Dash quite slow. I wonder what that would mean for all of LTS. See also commercialhaskell/stack#491 |
|
for reference this mentions the solution : http://stackoverflow.com/questions/32151623/how-to-add-documentation-after-packages-have-already-been-installed
However, those haddock have already been generated on stackage there should be a way to get them automatically and not waste 15 minutes building them but I am unaware of it |
Adding dockets from
--snapshot-pkg-dbas well; as those might be of interest too.