big executables in Yesod 0.7
Hi, I tried Yesod 0.7 (congratulations with new release!) and found that executables are too big. The reason is yesod -> wai-handler-devel -> hint dependency. In production it is not needed probably. Could it be refactored later in some way? Best regards, Dima
That's a good point: we don't need hint in production. I think I'll add a compile time flag to disable the hint dependency. Sound reasonable? On Mon, Feb 7, 2011 at 1:21 PM, Dmitry Olshansky <olshanskydr@gmail.com> wrote:
Hi,
I tried Yesod 0.7 (congratulations with new release!) and found that executables are too big. The reason is yesod -> wai-handler-devel -> hint dependency. In production it is not needed probably.
Could it be refactored later in some way?
Best regards, Dima _______________________________________________ web-devel mailing list web-devel@haskell.org http://www.haskell.org/mailman/listinfo/web-devel
participants (2)
-
Dmitry Olshansky -
Michael Snoyman