Question

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.

  1. 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.

Was it helpful?

Solution

The general answer for what's in an FP Complete environment is "The haskell platform for the selected environment plus stackage". Exactly which build of stackage is a bit harder to figure out, but it's recent.

Then there's this: http://haddocks.fpcomplete.com/fp/7.4.2/20130922-179/

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top