ghcup-hs/cabal.project

16 lines
284 B
Plaintext
Raw Permalink Normal View History

2020-01-11 20:15:05 +00:00
packages: ./ghcup.cabal
2020-01-24 22:43:11 +00:00
with-compiler: ghc-8.6.5
2020-01-16 22:27:38 +00:00
optimization: 2
package streamly
ghc-options: -O2 -fspec-constr-recursive=16 -fmax-worker-args=16
package ghcup
ghc-options: -O2 -fspec-constr-recursive=16 -fmax-worker-args=16
2020-01-24 22:43:11 +00:00
2020-02-24 13:56:13 +00:00
package tar-bytestring
ghc-options: -O2