I would like some more information than just that, but the yesod version number (including minor version) would be a start.
I am noticing that my datamodel file is taking too long to compile (minutes) quite often. In order to understand the bottleneck, I wanted to get a local image of yesod running on fpcomplete. It so happens that the current version of Network.HTTP.Conduit
does not export def
.
- What are the minimum dependencies that I need to install and their versions to get an image identical to the one running of fpcomplete. Is there a file that I can use to build my project locally? The project.cabal generation feature might be useful here.
Any pointers will be greatly appreciated. Thanks.