Set proper optimisation for streamly

https://github.com/composewell/streamly/blob/master/docs/Build.md
Esse commit está contido em:
Julian Ospald 2020-01-04 17:55:58 +01:00
commit ca59169f02
Nenhuma chave conhecida encontrada para esta assinatura no banco de dados
ID da chave GPG: 511B62C09D50CD28
1 arquivos alterados com 6 adições e 0 exclusões

Ver arquivo

@ -2,3 +2,9 @@ packages: ./hpath
./hpath-filepath
./hpath-io
package hpath-io
ghc-options: -O2 -fspec-constr-recursive=16 -fmax-worker-args=16
-- https://github.com/composewell/streamly/blob/master/docs/Build.md
package streamly
ghc-options: -O2 -fspec-constr-recursive=16 -fmax-worker-args=16