yesod-bin.cabal grant developers rtsopts
Sometimes yesod (yesod-bin) needs a stack space boost. Large projects can suffer stack overflows during development rebuilds.
This commit is contained in:
parent
0633866ef9
commit
a37e54ee8c
@ -95,7 +95,7 @@ executable yesod
|
|||||||
, data-default-class
|
, data-default-class
|
||||||
, streaming-commons
|
, streaming-commons
|
||||||
|
|
||||||
ghc-options: -Wall -threaded
|
ghc-options: -Wall -threaded -rtsopts
|
||||||
main-is: main.hs
|
main-is: main.hs
|
||||||
other-modules: Scaffolding.Scaffolder
|
other-modules: Scaffolding.Scaffolder
|
||||||
Devel
|
Devel
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user