Files
ghcup-hs/cabal.ghc8107.project

47 lines
834 B
Plaintext
Raw Normal View History

2021-07-13 15:17:12 +02:00
packages: ./ghcup.cabal
optional-packages: ./vendored/*/*.cabal
2024-01-20 17:37:08 +08:00
if impl(ghc < 9.0)
package ghcup
flags: +tui -tar
else
package ghcup
flags: +tui +tar
2021-07-13 15:17:12 +02:00
2021-10-27 14:47:49 +02:00
constraints: http-io-streams -brotli,
2023-01-13 10:12:34 +08:00
any.aeson >= 2.0.1.0
2021-07-13 15:17:12 +02:00
2024-01-20 17:37:08 +08:00
source-repository-package
type: git
location: https://github.com/fosskers/versions.git
tag: 7bc3355348aac3510771d4622aff09ac38c9924d
source-repository-package
type: git
location: https://github.com/haskell/tar.git
tag: d94a988be4311b830149a9f8fc16739927e5fc1c
2021-07-13 15:17:12 +02:00
package libarchive
flags: -system-libarchive
2021-08-29 17:46:53 +02:00
package aeson-pretty
flags: +lib-only
package cabal-plan
flags: -exe
2021-10-27 14:47:49 +02:00
package aeson
flags: +ordered-keymap
2022-06-05 17:18:44 +02:00
package streamly
flags: +use-unliftio
2024-01-20 17:37:08 +08:00
package *
test-show-details: direct
allow-newer: cabal-install-parsers:tar
2021-07-13 15:17:12 +02:00
2021-08-29 17:46:53 +02:00
with-compiler: ghc-8.10.7