ghcup-hs/cabal.project

54 lines
1.0 KiB
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
2024-01-20 09:37:08 +00:00
if impl(ghc < 9.0)
package ghcup
flags: +tui -tar
else
package ghcup
flags: +tui +tar
2020-01-11 20:15:05 +00:00
2021-10-09 20:26:56 +00:00
constraints: http-io-streams -brotli,
any.aeson >= 2.0.1.0
2021-10-09 20:26:56 +00:00
2024-01-21 05:49:55 +00:00
if os(mingw32)
2024-01-21 05:52:49 +00:00
if impl(ghc >= 9.4)
constraints: language-c >= 0.9.3
2024-01-21 05:49:55 +00:00
2024-01-02 16:32:23 +00:00
source-repository-package
type: git
location: https://github.com/haskell/tar.git
tag: d94a988be4311b830149a9f8fc16739927e5fc1c
source-repository-package
type: git
location: https://github.com/hasufell/uri-bytestring.git
tag: 4fb5ed14b500c192e6e7a97f6b2b1eb478806001
source-repository-package
type: git
location: https://github.com/hasufell/versions.git
tag: 79e18fbc44fae3064d8957c550cc0229465db320
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
2023-07-22 03:45:29 +00:00
package *
2023-10-21 11:19:07 +00:00
test-show-details: direct
2024-01-02 16:32:23 +00:00
allow-newer: cabal-install-parsers:tar