Psd streaming
Fixed streaming layers, moved cabal options to the executable because the options on the library break profile builds
Before
time nix run .#"goddard:exe:goddard-process"
29.22s user 0.57s system 99% cpu 29.853 total
After
time nix run .#"goddard:exe:goddard-process"
25.64s user 0.15s system 99% cpu 25.853 total
Edited by Kevin Cotrone