diff options
| author | Joey Hess <joeyh@joeyh.name> | 2016-04-05 13:26:42 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2016-04-05 13:26:42 -0400 |
| commit | 4332d4e54c417cd4edb0a1f37dc5ad97ce706048 (patch) | |
| tree | fbba88b786f10b9306f909679ece4128a81924e7 /doc | |
| parent | f093568d9156e551071a0ad2583a03307b717aa2 (diff) | |
propellor spin
Diffstat (limited to 'doc')
2 files changed, 14 insertions, 7 deletions
diff --git a/doc/forum/concurrent-output_dependency_implies_compilation_of_a_lot_of_unstrusted_sources_as_root/comment_1_683c5b754fd7922ff3193a2f8bc6fd2e._comment b/doc/forum/concurrent-output_dependency_implies_compilation_of_a_lot_of_unstrusted_sources_as_root/comment_1_683c5b754fd7922ff3193a2f8bc6fd2e._comment new file mode 100644 index 00000000..39836219 --- /dev/null +++ b/doc/forum/concurrent-output_dependency_implies_compilation_of_a_lot_of_unstrusted_sources_as_root/comment_1_683c5b754fd7922ff3193a2f8bc6fd2e._comment @@ -0,0 +1,14 @@ +[[!comment format=mdwn + username="joey" + subject="""comment 1""" + date="2016-04-05T17:19:50Z" + content=""" +Yes, cabal is not secure from MITM. + +I've rethought adding that dependency so soon. I'll change back to bundling +concurrent-output in 3.0.1. + +I can force ghc to build the concurrent-output +module with -O2 as needed to get good memory use, and still let the rest of +propellor build with -O0, which was the main motivation for unbundling it. +"""]] diff --git a/doc/todo/depend_on_concurrent-output.mdwn b/doc/todo/depend_on_concurrent-output.mdwn index a104c82b..cf985166 100644 --- a/doc/todo/depend_on_concurrent-output.mdwn +++ b/doc/todo/depend_on_concurrent-output.mdwn @@ -3,11 +3,4 @@ should be converted to a dependency. Waiting on concurrent-output reaching Debian stable. -Once this is done, can switch GHC-Options back to -O0 from -O. --O is only needed to get stream fusion in the concurrent-output code; --O0 is better because ghc takes less memory to build propellor. - [[!tag user/joey]] - -> [[done]]. Didn't wait for it to hit stable; cabal will be used to install -> it. |
