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