summaryrefslogtreecommitdiff
path: root/doc/todo/depend_on_concurrent-output.mdwn
blob: a104c82bb0ab811e146eed45f0fd73885add3795 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
Currently a module from concurrent-output is inlined into propellor. This
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.