1

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.

Uli Köhler
  • 13,012
  • 16
  • 70
  • 120
dganti
  • 305
  • 2
  • 11

1 Answers1

0

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/

  • I see that the yesod version is yesod-1.2.2.1. I am going to try to install and see if that helps. Thanks. – dganti Jan 06 '14 at 04:18
  • I ended up using the latest version from the site and develop locally. Once fpcomplete upgrades, I will update the project. – dganti Jan 10 '14 at 18:32