ghcup-hs/cabal.project

20 lines
374 B
Plaintext
Raw Normal View History

2020-01-11 20:15:05 +00:00
packages: ./ghcup.cabal
optimization: 2
package streamly
ghc-options: -O2 -fspec-constr-recursive=16 -fmax-worker-args=16
package ghcup
2020-04-09 18:35:42 +00:00
ghc-options: -O2 -fspec-constr-recursive=16 -fmax-worker-args=16 -split-sections
2020-01-11 20:15:05 +00:00
package tar-bytestring
ghc-options: -O2
2020-04-09 18:35:42 +00:00
package *
ghc-options: -split-sections
2020-03-16 09:47:55 +00:00
constraints: http-io-streams -brotli
2020-04-05 08:59:55 +00:00
allow-newer: base