2020-01-11 21:15:05 +01:00
|
|
|
packages: ./ghcup.cabal
|
|
|
|
|
|
2020-05-08 20:13:10 +02:00
|
|
|
optional-packages: ./3rdparty/*/*.cabal
|
|
|
|
|
|
2020-01-11 21:15:05 +01:00
|
|
|
optimization: 2
|
|
|
|
|
|
|
|
|
|
package streamly
|
|
|
|
|
ghc-options: -O2 -fspec-constr-recursive=16 -fmax-worker-args=16
|
|
|
|
|
|
|
|
|
|
package ghcup
|
2020-04-11 15:36:02 +02:00
|
|
|
ghc-options: -O2 -fspec-constr-recursive=16 -fmax-worker-args=16
|
2020-01-11 21:15:05 +01:00
|
|
|
|
2020-03-16 10:47:55 +01:00
|
|
|
constraints: http-io-streams -brotli
|
|
|
|
|
|
2020-07-04 23:33:48 +02:00
|
|
|
package libarchive
|
|
|
|
|
flags: static
|
|
|
|
|
|
2020-07-11 22:53:38 +02:00
|
|
|
allow-newer: base ghc-prim template-haskell
|