ghcup-hs/cabal.project

36 lines
644 B
Plaintext
Raw Normal View History

2020-01-11 20:15:05 +00:00
packages: ./ghcup.cabal
2021-06-15 12:00:30 +00:00
optional-packages: ./vendored/*/*.cabal
2020-01-11 20:15:05 +00:00
optimization: 2
package ghcup
2021-03-11 16:03:51 +00:00
tests: True
flags: +tui
2020-01-11 20:15:05 +00:00
2021-11-22 21:51:38 +00:00
source-repository-package
type: git
location: https://github.com/bgamari/terminal-size.git
tag: 34ea816bd63f75f800eedac12c6908c6f3736036
2021-10-09 20:26:56 +00:00
constraints: http-io-streams -brotli,
2021-10-27 10:50:55 +00:00
any.Cabal ==3.6.2.0,
2022-04-15 14:02:07 +00:00
any.aeson >= 2.0.1.0,
2021-10-09 20:26:56 +00:00
package libarchive
2020-09-01 14:00:28 +00:00
flags: -system-libarchive
2021-08-27 12:37:44 +00:00
package aeson-pretty
flags: +lib-only
package cabal-plan
flags: -exe
2021-10-13 17:47:14 +00:00
package aeson
flags: +ordered-keymap
2022-05-14 15:58:11 +00:00
package streamly
flags: +use-unliftio
2021-05-14 21:09:45 +00:00
allow-newer: base, ghc-prim, template-haskell, language-c