Files
ghcup-hs/cabal.project

19 lines
377 B
Plaintext
Raw Normal View History

2020-01-11 21:15:05 +01:00
packages: ./ghcup.cabal
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
2021-03-11 17:03:51 +01:00
tests: True
flags: +tui
2020-01-11 21:15:05 +01:00
2020-03-16 10:47:55 +01:00
constraints: http-io-streams -brotli
package libarchive
2020-09-01 16:00:28 +02:00
flags: -system-libarchive
2020-08-09 11:22:12 +02:00
allow-newer: base, ghc-prim, template-haskell