diff --git a/.github/workflows/cabal.project.yaml b/.github/workflows/cabal.project.yaml index 09e4c10e..79871d92 100644 --- a/.github/workflows/cabal.project.yaml +++ b/.github/workflows/cabal.project.yaml @@ -20,12 +20,14 @@ jobs: fail-fast: false matrix: os: [macOS-12, windows-latest, ubuntu-latest] - ghc: ["8.10.7", "9.0.2", "9.2.8", "9.4.8"] + ghc: ["8.10.7", "9.0.2", "9.2.8", "9.4.8", "9.6.6"] include: - os: macOS-latest ghc: "9.2.8" - os: macOS-latest ghc: "9.4.8" + - os: macOS-latest + ghc: "9.6.6" steps: - name: Checkout code uses: actions/checkout@v4 diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 103a0f96..8940cc13 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -21,7 +21,7 @@ jobs: name: Build linux binary runs-on: ${{ matrix.os }} env: - CABAL_VER: 3.10.2.0 + CABAL_VER: 3.10.3.0 JSON_VERSION: "0.0.8" AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }} AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }} @@ -36,7 +36,7 @@ jobs: ARCH: 32 - os: ubuntu-latest ARTIFACT: "x86_64-linux-ghcup" - GHC_VER: 9.4.8 + GHC_VER: 9.6.6 ARCH: 64 steps: - name: Checkout code @@ -85,7 +85,7 @@ jobs: name: Build ARM binary runs-on: ${{ matrix.os }} env: - CABAL_VER: 3.6.2.0 + CABAL_VER: 3.10.3.0 JSON_VERSION: "0.0.8" AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }} AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }} @@ -100,7 +100,7 @@ jobs: ARCH: ARM - os: [self-hosted, Linux, ARM64, maerwald] ARTIFACT: "aarch64-linux-ghcup" - GHC_VER: 9.4.8 + GHC_VER: 9.6.6 ARCH: ARM64 steps: - name: git config @@ -154,27 +154,28 @@ jobs: name: Build binary (Mac/Win) runs-on: ${{ matrix.os }} env: - CABAL_VER: 3.10.2.0 + CABAL_VER: 3.10.3.0 MACOSX_DEPLOYMENT_TARGET: 10.13 JSON_VERSION: "0.0.8" AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }} AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }} S3_HOST: ${{ secrets.S3_HOST }} + LLVM_VER: 16 strategy: fail-fast: false matrix: include: - os: [self-hosted, macOS, ARM64] ARTIFACT: "aarch64-apple-darwin-ghcup" - GHC_VER: 9.4.8 + GHC_VER: 9.6.6 ARCH: ARM64 - os: macOS-12 ARTIFACT: "x86_64-apple-darwin-ghcup" - GHC_VER: 9.4.8 + GHC_VER: 9.6.6 ARCH: 64 - os: windows-latest ARTIFACT: "x86_64-mingw64-ghcup" - GHC_VER: 9.4.8 + GHC_VER: 9.6.6 ARCH: 64 steps: - name: Checkout code @@ -185,13 +186,8 @@ jobs: - if: matrix.ARCH == 'ARM64' && runner.os == 'macOS' name: Run build run: | - bash .github/scripts/brew.sh git coreutils llvm@13 autoconf automake - export PATH="$HOME/.brew/bin:$HOME/.brew/sbin:$HOME/.brew/opt/llvm@13/bin:$PATH" - export CC="$HOME/.brew/opt/llvm@13/bin/clang" - export CXX="$HOME/.brew/opt/llvm@13/bin/clang++" - export LD=ld - export AR="$HOME/.brew/opt/llvm@13/bin/llvm-ar" - export RANLIB="$HOME/.brew/opt/llvm@13/bin/llvm-ranlib" + bash .github/scripts/brew.sh git coreutils autoconf automake + export PATH="$HOME/.brew/bin:$HOME/.brew/sbin:$PATH" bash .github/scripts/build.sh env: ARTIFACT: ${{ matrix.ARTIFACT }} @@ -246,14 +242,14 @@ jobs: name: Build binary (FreeBSD) runs-on: [self-hosted, FreeBSD, X64] env: - CABAL_VER: 3.10.2.0 + CABAL_VER: 3.10.3.0 MACOSX_DEPLOYMENT_TARGET: 10.13 JSON_VERSION: "0.0.8" AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }} AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }} S3_HOST: ${{ secrets.S3_HOST }} ARTIFACT: "x86_64-portbld-freebsd-ghcup" - GHC_VER: 9.4.8 + GHC_VER: 9.6.6 ARCH: 64 DISTRO: na RUNNER_OS: FreeBSD @@ -283,7 +279,7 @@ jobs: needs: "build-linux" runs-on: ${{ matrix.os }} env: - CABAL_VER: 3.10.2.0 + CABAL_VER: 3.10.3.0 JSON_VERSION: "0.0.8" strategy: matrix: @@ -295,12 +291,12 @@ jobs: DISTRO: Alpine - os: ubuntu-latest ARTIFACT: "x86_64-linux-ghcup" - GHC_VER: 9.4.8 + GHC_VER: 9.6.6 ARCH: 64 DISTRO: Alpine - os: ubuntu-latest ARTIFACT: "x86_64-linux-ghcup" - GHC_VER: 9.4.8 + GHC_VER: 9.6.6 ARCH: 64 DISTRO: Ubuntu @@ -361,7 +357,7 @@ jobs: needs: "build-arm" runs-on: ${{ matrix.os }} env: - CABAL_VER: 3.6.2.0 + CABAL_VER: 3.10.3.0 JSON_VERSION: "0.0.8" strategy: matrix: @@ -373,7 +369,7 @@ jobs: DISTRO: Ubuntu - os: [self-hosted, Linux, ARM64, maerwald] ARTIFACT: "aarch64-linux-ghcup" - GHC_VER: 9.4.8 + GHC_VER: 9.6.6 ARCH: ARM64 DISTRO: Ubuntu @@ -424,7 +420,7 @@ jobs: needs: "build-macwin" runs-on: ${{ matrix.os }} env: - CABAL_VER: 3.10.2.0 + CABAL_VER: 3.10.3.0 MACOSX_DEPLOYMENT_TARGET: 10.13 JSON_VERSION: "0.0.8" strategy: @@ -432,17 +428,17 @@ jobs: include: - os: [self-hosted, macOS, ARM64] ARTIFACT: "aarch64-apple-darwin-ghcup" - GHC_VER: 9.4.8 + GHC_VER: 9.6.6 ARCH: ARM64 DISTRO: na - os: macOS-12 ARTIFACT: "x86_64-apple-darwin-ghcup" - GHC_VER: 9.4.8 + GHC_VER: 9.6.6 ARCH: 64 DISTRO: na - os: windows-latest ARTIFACT: "x86_64-mingw64-ghcup" - GHC_VER: 9.4.8 + GHC_VER: 9.6.6 ARCH: 64 DISTRO: na @@ -500,11 +496,11 @@ jobs: needs: "build-freebsd" runs-on: [self-hosted, FreeBSD, X64] env: - CABAL_VER: 3.10.2.0 + CABAL_VER: 3.10.3.0 MACOSX_DEPLOYMENT_TARGET: 10.13 JSON_VERSION: "0.0.8" ARTIFACT: "x86_64-portbld-freebsd-ghcup" - GHC_VER: 9.4.8 + GHC_VER: 9.6.6 ARCH: 64 DISTRO: na RUNNER_OS: FreeBSD diff --git a/app/ghcup/Main.hs b/app/ghcup/Main.hs index 391d932d..1464d64b 100644 --- a/app/ghcup/Main.hs +++ b/app/ghcup/Main.hs @@ -32,6 +32,7 @@ import GHCup.Prelude.Logger import GHCup.Prelude.String.QQ import GHCup.Version +import Control.Monad (when, forM_, unless) import Control.Concurrent import Control.Concurrent.Async import Control.Exception.Safe diff --git a/cabal.ghc8107.Unix.project b/cabal.ghc8107.Unix.project index 81251857..d65a3fc0 100644 --- a/cabal.ghc8107.Unix.project +++ b/cabal.ghc8107.Unix.project @@ -11,29 +11,26 @@ else constraints: http-io-streams -brotli, any.aeson >= 2.0.1.0, - any.hsc2hs ==0.68.8, + any.hsc2hs >=0.68.10, bzlib-conduit >= 0.3.0.3, bz2 >= 1.0.1.1, bzlib >= 0.5.2.0, directory >= 1.3.8.3, - filepath == 1.4.101.0 || == 1.4.300.1 || >= 1.5.2.0 + filepath == 1.4.101.0 || == 1.4.300.1 || >= 1.5.2.0, + tar >= 0.6.2.0 constraints: text -simdutf if os(mingw32) constraints: zlib +bundled-c-zlib, lzma +static, + text -simdutf, vty-windows >=0.2.0.2 if impl(ghc >= 9.4) constraints: language-c >= 0.9.3 -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 @@ -45,9 +42,6 @@ package libarchive package aeson-pretty flags: +lib-only -package cabal-plan - flags: -exe - package aeson flags: +ordered-keymap @@ -56,6 +50,3 @@ package hashable package * test-show-details: direct - -allow-newer: cabal-install-parsers:tar - diff --git a/cabal.ghc8107.Unix.project.freeze b/cabal.ghc8107.Unix.project.freeze index eb2c285a..bbd1ac4e 100644 --- a/cabal.ghc8107.Unix.project.freeze +++ b/cabal.ghc8107.Unix.project.freeze @@ -1,13 +1,13 @@ active-repositories: hackage.haskell.org:merge constraints: any.Cabal ==3.10.3.0, any.Cabal-syntax ==3.10.3.0, - any.HsOpenSSL ==0.11.7.6, + any.HsOpenSSL ==0.11.7.8, HsOpenSSL -fast-bignum -homebrew-openssl -macports-openssl -use-pkg-config, any.OneTuple ==0.4.2, any.QuickCheck ==2.15.0.1, QuickCheck -old-random +templatehaskell, any.StateVar ==1.2.2, - any.aeson ==2.2.2.0, + any.aeson ==2.2.3.0, aeson +ordered-keymap, any.aeson-pretty ==0.8.10, aeson-pretty +lib-only, @@ -33,8 +33,6 @@ constraints: any.Cabal ==3.10.3.0, bifunctors +tagged, any.bimap ==0.5.0, any.binary ==0.8.9.2, - any.binary-instances ==1.0.5, - any.binary-orphans ==1.0.5, any.bitvec ==1.1.5.0, bitvec +simd, any.blaze-builder ==0.4.2.3, @@ -45,9 +43,6 @@ constraints: any.Cabal ==3.10.3.0, bz2 -cross +with-bzlib, any.c2hs ==0.28.8, c2hs +base3 -regression, - any.cabal-install-parsers ==0.6.1.1, - any.cabal-plan ==0.7.3.0, - cabal-plan -_ -exe -license-report, any.case-insensitive ==1.2.1.0, any.casing ==0.1.4.1, any.character-ps ==0.1, @@ -59,7 +54,7 @@ constraints: any.Cabal ==3.10.3.0, comonad +containers +distributive +indexed-traversable, any.composition-prelude ==3.0.0.2, composition-prelude -development, - any.conduit ==1.3.5, + any.conduit ==1.3.6, any.config-ini ==0.2.7.0, config-ini -enable-doctests, any.containers ==0.6.5.1, @@ -72,7 +67,7 @@ constraints: any.Cabal ==3.10.3.0, cryptohash-sha256 -exe +use-cbits, any.data-array-byte ==0.1.0.1, any.data-clist ==0.2, - any.data-fix ==0.3.3, + any.data-fix ==0.3.4, any.deepseq ==1.4.4.0, any.directory ==1.3.8.5, directory -os-string, @@ -93,10 +88,9 @@ constraints: any.Cabal ==3.10.3.0, any.ghc-byteorder ==4.11.0.0.10, any.ghc-prim ==0.6.1, any.happy ==1.20.1.1, - any.hashable ==1.4.4.0, - hashable +integer-gmp -random-initial-seed, - any.variant == 1.0, - any.hsc2hs ==0.68.8, + any.hashable ==1.4.7.0, + hashable -arch-native +integer-gmp -random-initial-seed, + any.hsc2hs ==0.68.10, hsc2hs -in-ghc-tree, any.http-io-streams ==0.1.7.0, http-io-streams -brotli +fast-xor, @@ -116,8 +110,6 @@ constraints: any.Cabal ==3.10.3.0, any.libyaml ==0.1.4, libyaml -no-unicode -system-libyaml, any.libyaml-clib ==0.2.5, - any.lukko ==0.1.2, - lukko +ofd-locking, any.lzma-static ==5.2.5.5, any.megaparsec ==9.2.1, megaparsec -dev, @@ -128,7 +120,7 @@ constraints: any.Cabal ==3.10.3.0, any.mtl ==2.2.2, any.mtl-compat ==0.2.2, mtl-compat -two-point-one -two-point-two, - any.network ==3.1.4.0, + any.network ==3.2.3.0, network -devel, any.network-uri ==2.6.4.2, any.openssl-streams ==1.2.3.0, @@ -148,15 +140,15 @@ constraints: any.Cabal ==3.10.3.0, any.pretty ==1.1.3.6, any.pretty-terminal ==0.1.0.0, any.primitive ==0.9.0.0, - any.process ==1.6.20.0, + any.process ==1.6.23.0, any.profunctors ==5.6.2, any.random ==1.2.1.2, - any.recursion-schemes ==5.2.2.5, + any.recursion-schemes ==5.2.3, recursion-schemes +template-haskell, any.regex-base ==0.94.0.2, any.regex-posix ==0.96.0.1, regex-posix -_regex-posix-clib, - any.resourcet ==1.2.6, + any.resourcet ==1.3.0, any.retry ==0.9.3.1, retry -lib-werror, any.rts ==1.0.1, @@ -172,12 +164,11 @@ constraints: any.Cabal ==3.10.3.0, any.splitmix ==0.1.0.5, splitmix -optimised-mixer, any.stm ==2.5.0.1, - any.strict ==0.5, + any.strict ==0.5.1, any.strict-base ==0.4.0.0, any.tagged ==0.8.8, tagged +deepseq +transformers, any.tagsoup ==0.14.8, - any.tar ==0.6.0.0, any.template-haskell ==2.16.0.0, any.temporary ==1.3, any.terminal-progress-bar ==0.4.2, @@ -203,9 +194,8 @@ constraints: any.Cabal ==3.10.3.0, transformers-compat -five +five-three -four +generic-deriving +mtl -three -two, any.unix ==2.8.5.1, unix -os-string, - any.unix-bytestring ==0.3.7.8, - any.unix-compat ==0.7.1, - unix-compat -old-time, + any.unix-bytestring ==0.4.0.2, + any.unix-compat ==0.7.2, any.unliftio-core ==0.2.1.0, any.unordered-containers ==0.2.20, unordered-containers -debug, @@ -213,11 +203,12 @@ constraints: any.Cabal ==3.10.3.0, uri-bytestring -lib-werror, any.utf8-string ==1.0.2, any.uuid-types ==1.0.6, + any.variant ==1.0, + variant +unliftio, any.vector ==0.13.1.0, vector +boundschecks -internalchecks -unsafechecks -wall, any.vector-algorithms ==0.9.0.2, vector-algorithms +bench +boundschecks -internalchecks -llvm +properties -unsafechecks, - any.vector-binary-instances ==0.2.5.2, any.vector-stream ==0.1.0.1, any.versions ==6.0.7, any.vty ==6.2, @@ -227,10 +218,10 @@ constraints: any.Cabal ==3.10.3.0, any.witherable ==0.5, any.word-wrap ==0.5, any.word8 ==0.1.3, - any.xor ==0.0.1.2, + any.xor ==0.0.1.3, any.yaml ==0.11.11.2, yaml +no-examples +no-exe, any.zlib ==0.6.3.0, zlib -bundled-c-zlib -non-blocking-ffi -pkg-config, any.zlib-bindings ==0.1.1.5 -index-state: hackage.haskell.org 2024-08-17T15:10:55Z +index-state: hackage.haskell.org 2024-09-12T08:28:56Z diff --git a/cabal.ghc8107.Win32.project b/cabal.ghc8107.Win32.project index 0bc6c171..d9b172ee 100644 --- a/cabal.ghc8107.Win32.project +++ b/cabal.ghc8107.Win32.project @@ -11,29 +11,26 @@ else constraints: http-io-streams -brotli, any.aeson >= 2.0.1.0, - any.hsc2hs ==0.68.8, + any.hsc2hs >=0.68.10, bzlib-conduit >= 0.3.0.3, bz2 >= 1.0.1.1, bzlib >= 0.5.2.0, directory >= 1.3.8.3, - filepath == 1.4.101.0 || == 1.4.300.1 || >= 1.5.2.0 + filepath == 1.4.101.0 || == 1.4.300.1 || >= 1.5.2.0, + tar >= 0.6.2.0 constraints: text -simdutf if os(mingw32) constraints: zlib +bundled-c-zlib, lzma +static, + text -simdutf, vty-windows >=0.2.0.2 if impl(ghc >= 9.4) constraints: language-c >= 0.9.3 -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 @@ -45,9 +42,6 @@ package libarchive package aeson-pretty flags: +lib-only -package cabal-plan - flags: -exe - package aeson flags: +ordered-keymap @@ -56,6 +50,3 @@ package hashable package * test-show-details: direct - -allow-newer: cabal-install-parsers:tar - diff --git a/cabal.ghc8107.Win32.project.freeze b/cabal.ghc8107.Win32.project.freeze index ade6905a..8516809e 100644 --- a/cabal.ghc8107.Win32.project.freeze +++ b/cabal.ghc8107.Win32.project.freeze @@ -44,9 +44,6 @@ constraints: any.Cabal ==3.10.2.1 || ==3.10.3.0, bz2 -cross +with-bzlib, any.c2hs ==0.28.8, c2hs +base3 -regression, - any.cabal-install-parsers ==0.6.1.1, - any.cabal-plan ==0.7.3.0, - cabal-plan -_ -exe -license-report, any.call-stack ==0.4.0, any.case-insensitive ==1.2.1.0, any.casing ==0.1.4.1, @@ -95,7 +92,7 @@ constraints: any.Cabal ==3.10.2.1 || ==3.10.3.0, hashable +integer-gmp -random-initial-seed, any.haskell-lexer ==1.1.1, any.variant == 1.0, - any.hsc2hs ==0.68.8, + any.hsc2hs ==0.68.10, hsc2hs -in-ghc-tree, any.hspec ==2.10.10, any.hspec-core ==2.10.10, @@ -138,6 +135,7 @@ constraints: any.Cabal ==3.10.2.1 || ==3.10.3.0, optparse-applicative +process, any.os-release ==1.0.2.1, os-release -devel, + any.os-string ==2.0.3, any.parsec ==3.1.14.0 || ==3.1.17.0, any.parser-combinators ==1.3.0, parser-combinators -dev, @@ -178,7 +176,7 @@ constraints: any.Cabal ==3.10.2.1 || ==3.10.3.0, any.tagged ==0.8.8, tagged +deepseq +transformers, any.tagsoup ==0.14.8, - any.tar ==0.6.0.0, + any.tar ==0.6.2.0, any.tasty ==1.5, tasty +unix, any.tasty-hunit ==0.10.1, diff --git a/cabal.ghc902.Unix.project b/cabal.ghc902.Unix.project index 81251857..d65a3fc0 100644 --- a/cabal.ghc902.Unix.project +++ b/cabal.ghc902.Unix.project @@ -11,29 +11,26 @@ else constraints: http-io-streams -brotli, any.aeson >= 2.0.1.0, - any.hsc2hs ==0.68.8, + any.hsc2hs >=0.68.10, bzlib-conduit >= 0.3.0.3, bz2 >= 1.0.1.1, bzlib >= 0.5.2.0, directory >= 1.3.8.3, - filepath == 1.4.101.0 || == 1.4.300.1 || >= 1.5.2.0 + filepath == 1.4.101.0 || == 1.4.300.1 || >= 1.5.2.0, + tar >= 0.6.2.0 constraints: text -simdutf if os(mingw32) constraints: zlib +bundled-c-zlib, lzma +static, + text -simdutf, vty-windows >=0.2.0.2 if impl(ghc >= 9.4) constraints: language-c >= 0.9.3 -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 @@ -45,9 +42,6 @@ package libarchive package aeson-pretty flags: +lib-only -package cabal-plan - flags: -exe - package aeson flags: +ordered-keymap @@ -56,6 +50,3 @@ package hashable package * test-show-details: direct - -allow-newer: cabal-install-parsers:tar - diff --git a/cabal.ghc902.Unix.project.freeze b/cabal.ghc902.Unix.project.freeze index 6bfd668a..381f8b6e 100644 --- a/cabal.ghc902.Unix.project.freeze +++ b/cabal.ghc902.Unix.project.freeze @@ -1,13 +1,13 @@ active-repositories: hackage.haskell.org:merge constraints: any.Cabal ==3.10.3.0, any.Cabal-syntax ==3.10.3.0, - any.HsOpenSSL ==0.11.7.6, + any.HsOpenSSL ==0.11.7.8, HsOpenSSL -fast-bignum -homebrew-openssl -macports-openssl -use-pkg-config, any.OneTuple ==0.4.2, any.QuickCheck ==2.15.0.1, QuickCheck -old-random +templatehaskell, any.StateVar ==1.2.2, - any.aeson ==2.2.2.0, + any.aeson ==2.2.3.0, aeson +ordered-keymap, any.aeson-pretty ==0.8.10, aeson-pretty +lib-only, @@ -33,8 +33,6 @@ constraints: any.Cabal ==3.10.3.0, bifunctors +tagged, any.bimap ==0.5.0, any.binary ==0.8.9.2, - any.binary-instances ==1.0.5, - any.binary-orphans ==1.0.5, any.bindings-DSL ==1.0.25, any.bitvec ==1.1.5.0, bitvec +simd, @@ -47,9 +45,6 @@ constraints: any.Cabal ==3.10.3.0, any.bzlib-conduit ==0.3.0.3, any.c2hs ==0.28.8, c2hs +base3 -regression, - any.cabal-install-parsers ==0.6.1.1, - any.cabal-plan ==0.7.3.0, - cabal-plan -_ -exe -license-report, any.case-insensitive ==1.2.1.0, any.casing ==0.1.4.1, any.cereal ==0.5.8.3, @@ -58,7 +53,7 @@ constraints: any.Cabal ==3.10.3.0, any.colour ==2.3.6, any.comonad ==5.0.8, comonad +containers +distributive +indexed-traversable, - any.conduit ==1.3.5, + any.conduit ==1.3.6, any.conduit-extra ==1.3.6, any.conduit-zstd ==0.0.2.0, any.config-ini ==0.2.7.0, @@ -72,7 +67,7 @@ constraints: any.Cabal ==3.10.3.0, any.data-array-byte ==0.1.0.1, any.data-clist ==0.2, any.data-default-class ==0.1.2.0, - any.data-fix ==0.3.3, + any.data-fix ==0.3.4, any.deepseq ==1.4.5.0, any.digest ==0.0.2.1, digest -have_arm64_crc32c -have_builtin_prefetch -have_mm_prefetch -have_sse42 -have_strong_getauxval -have_weak_getauxval +pkg-config, @@ -96,10 +91,9 @@ constraints: any.Cabal ==3.10.3.0, any.ghc-byteorder ==4.11.0.0.10, any.ghc-prim ==0.7.0, any.happy ==1.20.1.1, - any.hashable ==1.4.4.0, - hashable +integer-gmp -random-initial-seed, - any.variant == 1.0, - any.hsc2hs ==0.68.8, + any.hashable ==1.4.7.0, + hashable -arch-native +integer-gmp -random-initial-seed, + any.hsc2hs ==0.68.10, hsc2hs -in-ghc-tree, any.http-io-streams ==0.1.7.0, http-io-streams -brotli +fast-xor, @@ -116,8 +110,6 @@ constraints: any.Cabal ==3.10.3.0, any.libyaml ==0.1.4, libyaml -no-unicode -system-libyaml, any.libyaml-clib ==0.2.5, - any.lukko ==0.1.2, - lukko +ofd-locking, any.lzma-static ==5.2.5.5, any.megaparsec ==9.2.2, megaparsec -dev, @@ -129,7 +121,7 @@ constraints: any.Cabal ==3.10.3.0, any.mtl ==2.2.2, any.mtl-compat ==0.2.2, mtl-compat -two-point-one -two-point-two, - any.network ==3.1.4.0, + any.network ==3.2.3.0, network -devel, any.network-uri ==2.6.4.2, any.openssl-streams ==1.2.3.0, @@ -142,21 +134,22 @@ constraints: any.Cabal ==3.10.3.0, optparse-applicative +process, any.os-release ==1.0.2.1, os-release -devel, + any.os-string ==2.0.6, any.parsec ==3.1.17.0, any.parser-combinators ==1.3.0, parser-combinators -dev, any.pretty ==1.1.3.6, any.pretty-terminal ==0.1.0.0, any.primitive ==0.9.0.0, - any.process ==1.6.20.0, + any.process ==1.6.23.0, any.profunctors ==5.6.2, any.random ==1.2.1.2, - any.recursion-schemes ==5.2.2.5, + any.recursion-schemes ==5.2.3, recursion-schemes +template-haskell, any.regex-base ==0.94.0.2, any.regex-posix ==0.96.0.1, regex-posix -_regex-posix-clib, - any.resourcet ==1.2.6, + any.resourcet ==1.3.0, any.retry ==0.9.3.1, retry -lib-werror, any.rts ==1.0.2, @@ -174,12 +167,12 @@ constraints: any.Cabal ==3.10.3.0, any.stm ==2.5.0.0, any.streaming-commons ==0.2.2.6, streaming-commons -use-bytestring-builder, - any.strict ==0.5, + any.strict ==0.5.1, any.strict-base ==0.4.0.0, any.tagged ==0.8.8, tagged +deepseq +transformers, any.tagsoup ==0.14.8, - any.tar ==0.6.0.0, + any.tar ==0.6.3.0, any.template-haskell ==2.17.0.0, any.temporary ==1.3, any.terminal-progress-bar ==0.4.2, @@ -203,12 +196,11 @@ constraints: any.Cabal ==3.10.3.0, transformers-base +orphaninstances, any.transformers-compat ==0.7.2, transformers-compat -five +five-three -four +generic-deriving +mtl -three -two, - any.typed-process ==0.2.11.1, + any.typed-process ==0.2.12.0, any.unix ==2.8.5.1, unix -os-string, - any.unix-bytestring ==0.3.7.8, - any.unix-compat ==0.7.1, - unix-compat -old-time, + any.unix-bytestring ==0.4.0.2, + any.unix-compat ==0.7.2, any.unliftio-core ==0.2.1.0, any.unordered-containers ==0.2.20, unordered-containers -debug, @@ -216,11 +208,12 @@ constraints: any.Cabal ==3.10.3.0, uri-bytestring -lib-werror, any.utf8-string ==1.0.2, any.uuid-types ==1.0.6, + any.variant ==1.0, + variant +unliftio, any.vector ==0.13.1.0, vector +boundschecks -internalchecks -unsafechecks -wall, any.vector-algorithms ==0.9.0.2, vector-algorithms +bench +boundschecks -internalchecks -llvm +properties -unsafechecks, - any.vector-binary-instances ==0.2.5.2, any.vector-stream ==0.1.0.1, any.versions ==6.0.7, any.vty ==6.2, @@ -230,7 +223,7 @@ constraints: any.Cabal ==3.10.3.0, any.witherable ==0.5, any.word-wrap ==0.5, any.word8 ==0.1.3, - any.xor ==0.0.1.2, + any.xor ==0.0.1.3, any.yaml ==0.11.11.2, yaml +no-examples +no-exe, any.zip ==2.0.0, @@ -240,4 +233,4 @@ constraints: any.Cabal ==3.10.3.0, any.zlib-bindings ==0.1.1.5, any.zstd ==0.1.3.0, zstd +standalone -index-state: hackage.haskell.org 2024-08-17T15:10:55Z +index-state: hackage.haskell.org 2024-09-12T08:28:56Z diff --git a/cabal.ghc902.Win32.project b/cabal.ghc902.Win32.project index 0bc6c171..d9b172ee 100644 --- a/cabal.ghc902.Win32.project +++ b/cabal.ghc902.Win32.project @@ -11,29 +11,26 @@ else constraints: http-io-streams -brotli, any.aeson >= 2.0.1.0, - any.hsc2hs ==0.68.8, + any.hsc2hs >=0.68.10, bzlib-conduit >= 0.3.0.3, bz2 >= 1.0.1.1, bzlib >= 0.5.2.0, directory >= 1.3.8.3, - filepath == 1.4.101.0 || == 1.4.300.1 || >= 1.5.2.0 + filepath == 1.4.101.0 || == 1.4.300.1 || >= 1.5.2.0, + tar >= 0.6.2.0 constraints: text -simdutf if os(mingw32) constraints: zlib +bundled-c-zlib, lzma +static, + text -simdutf, vty-windows >=0.2.0.2 if impl(ghc >= 9.4) constraints: language-c >= 0.9.3 -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 @@ -45,9 +42,6 @@ package libarchive package aeson-pretty flags: +lib-only -package cabal-plan - flags: -exe - package aeson flags: +ordered-keymap @@ -56,6 +50,3 @@ package hashable package * test-show-details: direct - -allow-newer: cabal-install-parsers:tar - diff --git a/cabal.ghc902.Win32.project.freeze b/cabal.ghc902.Win32.project.freeze index 403b2592..7aff5299 100644 --- a/cabal.ghc902.Win32.project.freeze +++ b/cabal.ghc902.Win32.project.freeze @@ -47,9 +47,6 @@ constraints: any.Cabal ==3.10.3.0, any.bzlib-conduit ==0.3.0.3, any.c2hs ==0.28.8, c2hs +base3 -regression, - any.cabal-install-parsers ==0.6.1.1, - any.cabal-plan ==0.7.3.0, - cabal-plan -_ -exe -license-report, any.call-stack ==0.4.0, any.case-insensitive ==1.2.1.0, any.casing ==0.1.4.1, @@ -99,7 +96,7 @@ constraints: any.Cabal ==3.10.3.0, hashable +integer-gmp -random-initial-seed, any.haskell-lexer ==1.1.1, any.variant == 1.0, - any.hsc2hs ==0.68.8, + any.hsc2hs ==0.68.10, hsc2hs -in-ghc-tree, any.hspec ==2.10.10, any.hspec-core ==2.10.10, @@ -142,6 +139,7 @@ constraints: any.Cabal ==3.10.3.0, optparse-applicative +process, any.os-release ==1.0.2.1, os-release -devel, + any.os-string ==2.0.3, any.parsec ==3.1.17.0, any.parser-combinators ==1.3.0, parser-combinators -dev, @@ -183,7 +181,7 @@ constraints: any.Cabal ==3.10.3.0, any.tagged ==0.8.8, tagged +deepseq +transformers, any.tagsoup ==0.14.8, - any.tar ==0.6.0.0, + any.tar ==0.6.2.0, any.tasty ==1.5, tasty +unix, any.tasty-hunit ==0.10.1, diff --git a/cabal.ghc928.Unix.project b/cabal.ghc928.Unix.project index 81251857..d65a3fc0 100644 --- a/cabal.ghc928.Unix.project +++ b/cabal.ghc928.Unix.project @@ -11,29 +11,26 @@ else constraints: http-io-streams -brotli, any.aeson >= 2.0.1.0, - any.hsc2hs ==0.68.8, + any.hsc2hs >=0.68.10, bzlib-conduit >= 0.3.0.3, bz2 >= 1.0.1.1, bzlib >= 0.5.2.0, directory >= 1.3.8.3, - filepath == 1.4.101.0 || == 1.4.300.1 || >= 1.5.2.0 + filepath == 1.4.101.0 || == 1.4.300.1 || >= 1.5.2.0, + tar >= 0.6.2.0 constraints: text -simdutf if os(mingw32) constraints: zlib +bundled-c-zlib, lzma +static, + text -simdutf, vty-windows >=0.2.0.2 if impl(ghc >= 9.4) constraints: language-c >= 0.9.3 -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 @@ -45,9 +42,6 @@ package libarchive package aeson-pretty flags: +lib-only -package cabal-plan - flags: -exe - package aeson flags: +ordered-keymap @@ -56,6 +50,3 @@ package hashable package * test-show-details: direct - -allow-newer: cabal-install-parsers:tar - diff --git a/cabal.ghc928.Unix.project.freeze b/cabal.ghc928.Unix.project.freeze index 5e8bd057..65b89669 100644 --- a/cabal.ghc928.Unix.project.freeze +++ b/cabal.ghc928.Unix.project.freeze @@ -1,13 +1,13 @@ active-repositories: hackage.haskell.org:merge constraints: any.Cabal ==3.10.3.0, any.Cabal-syntax ==3.10.3.0, - any.HsOpenSSL ==0.11.7.6, + any.HsOpenSSL ==0.11.7.8, HsOpenSSL -fast-bignum -homebrew-openssl -macports-openssl -use-pkg-config, any.OneTuple ==0.4.2, any.QuickCheck ==2.15.0.1, QuickCheck -old-random +templatehaskell, any.StateVar ==1.2.2, - any.aeson ==2.2.2.0, + any.aeson ==2.2.3.0, aeson +ordered-keymap, any.aeson-pretty ==0.8.10, aeson-pretty +lib-only, @@ -33,8 +33,6 @@ constraints: any.Cabal ==3.10.3.0, bifunctors +tagged, any.bimap ==0.5.0, any.binary ==0.8.9.0, - any.binary-instances ==1.0.5, - any.binary-orphans ==1.0.5, any.bindings-DSL ==1.0.25, any.bitvec ==1.1.5.0, bitvec +simd, @@ -47,9 +45,6 @@ constraints: any.Cabal ==3.10.3.0, any.bzlib-conduit ==0.3.0.3, any.c2hs ==0.28.8, c2hs +base3 -regression, - any.cabal-install-parsers ==0.6.1.1, - any.cabal-plan ==0.7.3.0, - cabal-plan -_ -exe -license-report, any.case-insensitive ==1.2.1.0, any.casing ==0.1.4.1, any.cereal ==0.5.8.3, @@ -58,7 +53,7 @@ constraints: any.Cabal ==3.10.3.0, any.colour ==2.3.6, any.comonad ==5.0.8, comonad +containers +distributive +indexed-traversable, - any.conduit ==1.3.5, + any.conduit ==1.3.6, any.conduit-extra ==1.3.6, any.conduit-zstd ==0.0.2.0, any.config-ini ==0.2.7.0, @@ -72,7 +67,7 @@ constraints: any.Cabal ==3.10.3.0, any.data-array-byte ==0.1.0.1, any.data-clist ==0.2, any.data-default-class ==0.1.2.0, - any.data-fix ==0.3.3, + any.data-fix ==0.3.4, any.deepseq ==1.4.6.1, any.digest ==0.0.2.1, digest -have_arm64_crc32c -have_builtin_prefetch -have_mm_prefetch -have_sse42 -have_strong_getauxval -have_weak_getauxval +pkg-config, @@ -96,10 +91,9 @@ constraints: any.Cabal ==3.10.3.0, any.ghc-byteorder ==4.11.0.0.10, any.ghc-prim ==0.8.0, any.happy ==1.20.1.1, - any.hashable ==1.4.4.0, - hashable +integer-gmp -random-initial-seed, - any.variant == 1.0, - any.hsc2hs ==0.68.8, + any.hashable ==1.4.7.0, + hashable -arch-native +integer-gmp -random-initial-seed, + any.hsc2hs ==0.68.10, hsc2hs -in-ghc-tree, any.http-io-streams ==0.1.7.0, http-io-streams -brotli +fast-xor, @@ -116,8 +110,6 @@ constraints: any.Cabal ==3.10.3.0, any.libyaml ==0.1.4, libyaml -no-unicode -system-libyaml, any.libyaml-clib ==0.2.5, - any.lukko ==0.1.2, - lukko +ofd-locking, any.lzma-static ==5.2.5.5, any.megaparsec ==9.2.2, megaparsec -dev, @@ -129,7 +121,7 @@ constraints: any.Cabal ==3.10.3.0, any.mtl ==2.2.2, any.mtl-compat ==0.2.2, mtl-compat -two-point-one -two-point-two, - any.network ==3.1.4.0, + any.network ==3.2.3.0, network -devel, any.network-uri ==2.6.4.2, any.openssl-streams ==1.2.3.0, @@ -142,22 +134,22 @@ constraints: any.Cabal ==3.10.3.0, optparse-applicative +process, any.os-release ==1.0.2.1, os-release -devel, - any.os-string ==2.0.3, + any.os-string ==2.0.6, any.parsec ==3.1.17.0, any.parser-combinators ==1.3.0, parser-combinators -dev, any.pretty ==1.1.3.6, any.pretty-terminal ==0.1.0.0, any.primitive ==0.9.0.0, - any.process ==1.6.20.0, + any.process ==1.6.23.0, any.profunctors ==5.6.2, any.random ==1.2.1.2, - any.recursion-schemes ==5.2.2.5, + any.recursion-schemes ==5.2.3, recursion-schemes +template-haskell, any.regex-base ==0.94.0.2, any.regex-posix ==0.96.0.1, regex-posix -_regex-posix-clib, - any.resourcet ==1.2.6, + any.resourcet ==1.3.0, any.retry ==0.9.3.1, retry -lib-werror, any.rts ==1.0.2, @@ -175,12 +167,12 @@ constraints: any.Cabal ==3.10.3.0, any.stm ==2.5.0.2, any.streaming-commons ==0.2.2.6, streaming-commons -use-bytestring-builder, - any.strict ==0.5, + any.strict ==0.5.1, any.strict-base ==0.4.0.0, any.tagged ==0.8.8, tagged +deepseq +transformers, any.tagsoup ==0.14.8, - any.tar ==0.6.0.0, + any.tar ==0.6.3.0, any.template-haskell ==2.18.0.0, any.temporary ==1.3, any.terminal-progress-bar ==0.4.2, @@ -204,12 +196,11 @@ constraints: any.Cabal ==3.10.3.0, transformers-base +orphaninstances, any.transformers-compat ==0.7.2, transformers-compat -five +five-three -four +generic-deriving +mtl -three -two, - any.typed-process ==0.2.11.1, + any.typed-process ==0.2.12.0, any.unix ==2.8.5.1, unix -os-string, - any.unix-bytestring ==0.3.7.8, - any.unix-compat ==0.7.1, - unix-compat -old-time, + any.unix-bytestring ==0.4.0.2, + any.unix-compat ==0.7.2, any.unliftio-core ==0.2.1.0, any.unordered-containers ==0.2.20, unordered-containers -debug, @@ -217,11 +208,12 @@ constraints: any.Cabal ==3.10.3.0, uri-bytestring -lib-werror, any.utf8-string ==1.0.2, any.uuid-types ==1.0.6, + any.variant ==1.0, + variant +unliftio, any.vector ==0.13.1.0, vector +boundschecks -internalchecks -unsafechecks -wall, any.vector-algorithms ==0.9.0.2, vector-algorithms +bench +boundschecks -internalchecks -llvm +properties -unsafechecks, - any.vector-binary-instances ==0.2.5.2, any.vector-stream ==0.1.0.1, any.versions ==6.0.7, any.vty ==6.2, @@ -231,7 +223,7 @@ constraints: any.Cabal ==3.10.3.0, any.witherable ==0.5, any.word-wrap ==0.5, any.word8 ==0.1.3, - any.xor ==0.0.1.2, + any.xor ==0.0.1.3, any.yaml ==0.11.11.2, yaml +no-examples +no-exe, any.zip ==2.0.1, @@ -241,4 +233,4 @@ constraints: any.Cabal ==3.10.3.0, any.zlib-bindings ==0.1.1.5, any.zstd ==0.1.3.0, zstd +standalone -index-state: hackage.haskell.org 2024-08-17T15:10:55Z +index-state: hackage.haskell.org 2024-09-12T08:28:56Z diff --git a/cabal.ghc928.Win32.project b/cabal.ghc928.Win32.project index 0bc6c171..d9b172ee 100644 --- a/cabal.ghc928.Win32.project +++ b/cabal.ghc928.Win32.project @@ -11,29 +11,26 @@ else constraints: http-io-streams -brotli, any.aeson >= 2.0.1.0, - any.hsc2hs ==0.68.8, + any.hsc2hs >=0.68.10, bzlib-conduit >= 0.3.0.3, bz2 >= 1.0.1.1, bzlib >= 0.5.2.0, directory >= 1.3.8.3, - filepath == 1.4.101.0 || == 1.4.300.1 || >= 1.5.2.0 + filepath == 1.4.101.0 || == 1.4.300.1 || >= 1.5.2.0, + tar >= 0.6.2.0 constraints: text -simdutf if os(mingw32) constraints: zlib +bundled-c-zlib, lzma +static, + text -simdutf, vty-windows >=0.2.0.2 if impl(ghc >= 9.4) constraints: language-c >= 0.9.3 -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 @@ -45,9 +42,6 @@ package libarchive package aeson-pretty flags: +lib-only -package cabal-plan - flags: -exe - package aeson flags: +ordered-keymap @@ -56,6 +50,3 @@ package hashable package * test-show-details: direct - -allow-newer: cabal-install-parsers:tar - diff --git a/cabal.ghc928.Win32.project.freeze b/cabal.ghc928.Win32.project.freeze index 0e792685..7e6f8e20 100644 --- a/cabal.ghc928.Win32.project.freeze +++ b/cabal.ghc928.Win32.project.freeze @@ -47,9 +47,6 @@ constraints: any.Cabal ==3.10.3.0, any.bzlib-conduit ==0.3.0.3, any.c2hs ==0.28.8, c2hs +base3 -regression, - any.cabal-install-parsers ==0.6.1.1, - any.cabal-plan ==0.7.3.0, - cabal-plan -_ -exe -license-report, any.call-stack ==0.4.0, any.case-insensitive ==1.2.1.0, any.casing ==0.1.4.1, @@ -99,7 +96,7 @@ constraints: any.Cabal ==3.10.3.0, hashable +integer-gmp -random-initial-seed, any.haskell-lexer ==1.1.1, any.variant == 1.0, - any.hsc2hs ==0.68.8, + any.hsc2hs ==0.68.10, hsc2hs -in-ghc-tree, any.hspec ==2.10.10, any.hspec-core ==2.10.10, @@ -184,7 +181,7 @@ constraints: any.Cabal ==3.10.3.0, any.tagged ==0.8.8, tagged +deepseq +transformers, any.tagsoup ==0.14.8, - any.tar ==0.6.0.0, + any.tar ==0.6.2.0, any.tasty ==1.5, tasty +unix, any.tasty-hunit ==0.10.1, diff --git a/cabal.ghc948.Unix.project b/cabal.ghc948.Unix.project index 81251857..d65a3fc0 100644 --- a/cabal.ghc948.Unix.project +++ b/cabal.ghc948.Unix.project @@ -11,29 +11,26 @@ else constraints: http-io-streams -brotli, any.aeson >= 2.0.1.0, - any.hsc2hs ==0.68.8, + any.hsc2hs >=0.68.10, bzlib-conduit >= 0.3.0.3, bz2 >= 1.0.1.1, bzlib >= 0.5.2.0, directory >= 1.3.8.3, - filepath == 1.4.101.0 || == 1.4.300.1 || >= 1.5.2.0 + filepath == 1.4.101.0 || == 1.4.300.1 || >= 1.5.2.0, + tar >= 0.6.2.0 constraints: text -simdutf if os(mingw32) constraints: zlib +bundled-c-zlib, lzma +static, + text -simdutf, vty-windows >=0.2.0.2 if impl(ghc >= 9.4) constraints: language-c >= 0.9.3 -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 @@ -45,9 +42,6 @@ package libarchive package aeson-pretty flags: +lib-only -package cabal-plan - flags: -exe - package aeson flags: +ordered-keymap @@ -56,6 +50,3 @@ package hashable package * test-show-details: direct - -allow-newer: cabal-install-parsers:tar - diff --git a/cabal.ghc948.Unix.project.freeze b/cabal.ghc948.Unix.project.freeze index 6e2bde6b..6fd69c70 100644 --- a/cabal.ghc948.Unix.project.freeze +++ b/cabal.ghc948.Unix.project.freeze @@ -1,13 +1,13 @@ active-repositories: hackage.haskell.org:merge constraints: any.Cabal ==3.10.3.0, any.Cabal-syntax ==3.10.3.0, - any.HsOpenSSL ==0.11.7.6, + any.HsOpenSSL ==0.11.7.8, HsOpenSSL -fast-bignum -homebrew-openssl -macports-openssl -use-pkg-config, any.OneTuple ==0.4.2, any.QuickCheck ==2.15.0.1, QuickCheck -old-random +templatehaskell, any.StateVar ==1.2.2, - any.aeson ==2.2.2.0, + any.aeson ==2.2.3.0, aeson +ordered-keymap, any.aeson-pretty ==0.8.10, aeson-pretty +lib-only, @@ -33,8 +33,6 @@ constraints: any.Cabal ==3.10.3.0, bifunctors +tagged, any.bimap ==0.5.0, any.binary ==0.8.9.1, - any.binary-instances ==1.0.5, - any.binary-orphans ==1.0.5, any.bindings-DSL ==1.0.25, any.bitvec ==1.1.5.0, bitvec +simd, @@ -47,9 +45,6 @@ constraints: any.Cabal ==3.10.3.0, any.bzlib-conduit ==0.3.0.3, any.c2hs ==0.28.8, c2hs +base3 -regression, - any.cabal-install-parsers ==0.6.1.1, - any.cabal-plan ==0.7.3.0, - cabal-plan -_ -exe -license-report, any.case-insensitive ==1.2.1.0, any.casing ==0.1.4.1, any.cereal ==0.5.8.3, @@ -58,7 +53,7 @@ constraints: any.Cabal ==3.10.3.0, any.colour ==2.3.6, any.comonad ==5.0.8, comonad +containers +distributive +indexed-traversable, - any.conduit ==1.3.5, + any.conduit ==1.3.6, any.conduit-extra ==1.3.6, any.conduit-zstd ==0.0.2.0, any.config-ini ==0.2.7.0, @@ -71,7 +66,7 @@ constraints: any.Cabal ==3.10.3.0, cryptohash-sha256 -exe +use-cbits, any.data-clist ==0.2, any.data-default-class ==0.1.2.0, - any.data-fix ==0.3.3, + any.data-fix ==0.3.4, any.deepseq ==1.4.8.0, any.digest ==0.0.2.1, digest -have_arm64_crc32c -have_builtin_prefetch -have_mm_prefetch -have_sse42 -have_strong_getauxval -have_weak_getauxval +pkg-config, @@ -95,10 +90,9 @@ constraints: any.Cabal ==3.10.3.0, any.ghc-byteorder ==4.11.0.0.10, any.ghc-prim ==0.9.1, any.happy ==1.20.1.1, - any.hashable ==1.4.4.0, - hashable +integer-gmp -random-initial-seed, - any.variant == 1.0, - any.hsc2hs ==0.68.8, + any.hashable ==1.4.7.0, + hashable -arch-native +integer-gmp -random-initial-seed, + any.hsc2hs ==0.68.10, hsc2hs -in-ghc-tree, any.http-io-streams ==0.1.7.0, http-io-streams -brotli +fast-xor, @@ -115,8 +109,6 @@ constraints: any.Cabal ==3.10.3.0, any.libyaml ==0.1.4, libyaml -no-unicode -system-libyaml, any.libyaml-clib ==0.2.5, - any.lukko ==0.1.2, - lukko +ofd-locking, any.lzma-static ==5.2.5.5, any.megaparsec ==9.2.2, megaparsec -dev, @@ -128,7 +120,7 @@ constraints: any.Cabal ==3.10.3.0, any.mtl ==2.2.2, any.mtl-compat ==0.2.2, mtl-compat -two-point-one -two-point-two, - any.network ==3.1.4.0, + any.network ==3.2.3.0, network -devel, any.network-uri ==2.6.4.2, any.openssl-streams ==1.2.3.0, @@ -141,22 +133,22 @@ constraints: any.Cabal ==3.10.3.0, optparse-applicative +process, any.os-release ==1.0.2.1, os-release -devel, - any.os-string ==2.0.3, + any.os-string ==2.0.6, any.parsec ==3.1.16.1, any.parser-combinators ==1.3.0, parser-combinators -dev, any.pretty ==1.1.3.6, any.pretty-terminal ==0.1.0.0, any.primitive ==0.9.0.0, - any.process ==1.6.20.0, + any.process ==1.6.23.0, any.profunctors ==5.6.2, any.random ==1.2.1.2, - any.recursion-schemes ==5.2.2.5, + any.recursion-schemes ==5.2.3, recursion-schemes +template-haskell, any.regex-base ==0.94.0.2, any.regex-posix ==0.96.0.1, regex-posix -_regex-posix-clib, - any.resourcet ==1.2.6, + any.resourcet ==1.3.0, any.retry ==0.9.3.1, retry -lib-werror, any.rts ==1.0.2, @@ -174,12 +166,12 @@ constraints: any.Cabal ==3.10.3.0, any.stm ==2.5.1.0, any.streaming-commons ==0.2.2.6, streaming-commons -use-bytestring-builder, - any.strict ==0.5, + any.strict ==0.5.1, any.strict-base ==0.4.0.0, any.tagged ==0.8.8, tagged +deepseq +transformers, any.tagsoup ==0.14.8, - any.tar ==0.6.0.0, + any.tar ==0.6.3.0, any.template-haskell ==2.19.0.0, any.temporary ==1.3, any.terminal-progress-bar ==0.4.2, @@ -202,12 +194,11 @@ constraints: any.Cabal ==3.10.3.0, transformers-base +orphaninstances, any.transformers-compat ==0.7.2, transformers-compat -five +five-three -four +generic-deriving +mtl -three -two, - any.typed-process ==0.2.11.1, + any.typed-process ==0.2.12.0, any.unix ==2.8.5.1, unix -os-string, - any.unix-bytestring ==0.3.7.8, - any.unix-compat ==0.7.1, - unix-compat -old-time, + any.unix-bytestring ==0.4.0.2, + any.unix-compat ==0.7.2, any.unliftio-core ==0.2.1.0, any.unordered-containers ==0.2.20, unordered-containers -debug, @@ -215,11 +206,12 @@ constraints: any.Cabal ==3.10.3.0, uri-bytestring -lib-werror, any.utf8-string ==1.0.2, any.uuid-types ==1.0.6, + any.variant ==1.0, + variant +unliftio, any.vector ==0.13.1.0, vector +boundschecks -internalchecks -unsafechecks -wall, any.vector-algorithms ==0.9.0.2, vector-algorithms +bench +boundschecks -internalchecks -llvm +properties -unsafechecks, - any.vector-binary-instances ==0.2.5.2, any.vector-stream ==0.1.0.1, any.versions ==6.0.7, any.vty ==6.2, @@ -229,7 +221,7 @@ constraints: any.Cabal ==3.10.3.0, any.witherable ==0.5, any.word-wrap ==0.5, any.word8 ==0.1.3, - any.xor ==0.0.1.2, + any.xor ==0.0.1.3, any.yaml ==0.11.11.2, yaml +no-examples +no-exe, any.zip ==2.0.1, @@ -239,4 +231,4 @@ constraints: any.Cabal ==3.10.3.0, any.zlib-bindings ==0.1.1.5, any.zstd ==0.1.3.0, zstd +standalone -index-state: hackage.haskell.org 2024-08-17T15:10:55Z +index-state: hackage.haskell.org 2024-09-12T08:28:56Z diff --git a/cabal.ghc948.Win32.project b/cabal.ghc948.Win32.project index 0bc6c171..d9b172ee 100644 --- a/cabal.ghc948.Win32.project +++ b/cabal.ghc948.Win32.project @@ -11,29 +11,26 @@ else constraints: http-io-streams -brotli, any.aeson >= 2.0.1.0, - any.hsc2hs ==0.68.8, + any.hsc2hs >=0.68.10, bzlib-conduit >= 0.3.0.3, bz2 >= 1.0.1.1, bzlib >= 0.5.2.0, directory >= 1.3.8.3, - filepath == 1.4.101.0 || == 1.4.300.1 || >= 1.5.2.0 + filepath == 1.4.101.0 || == 1.4.300.1 || >= 1.5.2.0, + tar >= 0.6.2.0 constraints: text -simdutf if os(mingw32) constraints: zlib +bundled-c-zlib, lzma +static, + text -simdutf, vty-windows >=0.2.0.2 if impl(ghc >= 9.4) constraints: language-c >= 0.9.3 -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 @@ -45,9 +42,6 @@ package libarchive package aeson-pretty flags: +lib-only -package cabal-plan - flags: -exe - package aeson flags: +ordered-keymap @@ -56,6 +50,3 @@ package hashable package * test-show-details: direct - -allow-newer: cabal-install-parsers:tar - diff --git a/cabal.ghc948.Win32.project.freeze b/cabal.ghc948.Win32.project.freeze index 8ad2df26..1f0f4cf5 100644 --- a/cabal.ghc948.Win32.project.freeze +++ b/cabal.ghc948.Win32.project.freeze @@ -47,9 +47,6 @@ constraints: any.Cabal ==3.10.3.0, any.bzlib-conduit ==0.3.0.3, any.c2hs ==0.28.8, c2hs +base3 -regression, - any.cabal-install-parsers ==0.6.1.1, - any.cabal-plan ==0.7.3.0, - cabal-plan -_ -exe -license-report, any.call-stack ==0.4.0, any.case-insensitive ==1.2.1.0, any.casing ==0.1.4.1, @@ -98,7 +95,7 @@ constraints: any.Cabal ==3.10.3.0, hashable +integer-gmp -random-initial-seed, any.haskell-lexer ==1.1.1, any.variant == 1.0, - any.hsc2hs ==0.68.8, + any.hsc2hs ==0.68.10, hsc2hs -in-ghc-tree, any.hspec ==2.10.10, any.hspec-core ==2.10.10, @@ -183,7 +180,7 @@ constraints: any.Cabal ==3.10.3.0, any.tagged ==0.8.8, tagged +deepseq +transformers, any.tagsoup ==0.14.8, - any.tar ==0.6.0.0, + any.tar ==0.6.2.0, any.tasty ==1.5, tasty +unix, any.tasty-hunit ==0.10.1, diff --git a/cabal.ghc965.Win32.project b/cabal.ghc965.Win32.project new file mode 100644 index 00000000..d9b172ee --- /dev/null +++ b/cabal.ghc965.Win32.project @@ -0,0 +1,52 @@ +packages: ./ghcup.cabal + +optional-packages: ./vendored/*/*.cabal + +if impl(ghc < 9.0) + package ghcup + flags: +tui -tar +else + package ghcup + flags: +tui +tar + +constraints: http-io-streams -brotli, + any.aeson >= 2.0.1.0, + any.hsc2hs >=0.68.10, + bzlib-conduit >= 0.3.0.3, + bz2 >= 1.0.1.1, + bzlib >= 0.5.2.0, + directory >= 1.3.8.3, + filepath == 1.4.101.0 || == 1.4.300.1 || >= 1.5.2.0, + tar >= 0.6.2.0 + +constraints: text -simdutf + +if os(mingw32) + constraints: zlib +bundled-c-zlib, + lzma +static, + text -simdutf, + vty-windows >=0.2.0.2 + + if impl(ghc >= 9.4) + constraints: language-c >= 0.9.3 + + +source-repository-package + type: git + location: https://github.com/hasufell/uri-bytestring.git + tag: 4fb5ed14b500c192e6e7a97f6b2b1eb478806001 + +package libarchive + flags: -system-libarchive + +package aeson-pretty + flags: +lib-only + +package aeson + flags: +ordered-keymap + +package hashable + flags: -arch-native + +package * + test-show-details: direct diff --git a/cabal.ghc965.Win32.project.freeze b/cabal.ghc965.Win32.project.freeze new file mode 100644 index 00000000..71b00228 --- /dev/null +++ b/cabal.ghc965.Win32.project.freeze @@ -0,0 +1,228 @@ +active-repositories: hackage.haskell.org:merge +constraints: any.Cabal ==3.10.3.0, + any.Cabal-syntax ==3.10.3.0, + any.HUnit ==1.6.2.0, + any.OneTuple ==0.4.1.1, + any.QuickCheck ==2.14.3, + QuickCheck -old-random +templatehaskell, + any.StateVar ==1.2.2, + any.Win32 ==2.13.3.0, + any.aeson ==2.2.1.0, + aeson +ordered-keymap, + any.aeson-pretty ==0.8.10, + aeson-pretty +lib-only, + any.alex ==3.5.1.0, + any.ansi-terminal ==1.0.2, + ansi-terminal -example, + any.ansi-terminal-types ==0.11.5, + any.ansi-wl-pprint ==0.6.9, + ansi-wl-pprint -example, + any.array ==0.5.6.0, + any.assoc ==1.1, + assoc +tagged, + any.async ==2.2.5, + async -bench, + any.attoparsec ==0.14.4, + attoparsec -developer, + any.base ==4.18.2.1, + any.base-compat ==0.13.1, + any.base-orphans ==0.9.1, + any.base16-bytestring ==1.0.2.0, + any.bifunctors ==5.6.2, + bifunctors +tagged, + any.bimap ==0.5.0, + any.binary ==0.8.9.1, + any.binary-instances ==1.0.4, + any.binary-orphans ==1.0.4.1, + any.bindings-DSL ==1.0.25, + any.bitvec ==1.1.5.0, + bitvec +simd, + any.blaze-builder ==0.4.2.3, + any.brick ==2.1.1, + brick -demos, + any.bytestring ==0.11.5.3, + any.bz2 ==1.0.1.2, + bz2 -cross +with-bzlib, + any.bzip2-clib ==1.0.8, + any.bzlib-conduit ==0.3.0.3, + any.c2hs ==0.28.8, + c2hs +base3 -regression, + any.call-stack ==0.4.0, + any.case-insensitive ==1.2.1.0, + any.casing ==0.1.4.1, + any.cereal ==0.5.8.3, + cereal -bytestring-builder, + any.colour ==2.3.6, + any.comonad ==5.0.8, + comonad +containers +distributive +indexed-traversable, + any.conduit ==1.3.5, + any.conduit-extra ==1.3.6, + any.conduit-zstd ==0.0.2.0, + any.config-ini ==0.2.7.0, + config-ini -enable-doctests, + any.containers ==0.6.7, + any.contravariant ==1.5.5, + contravariant +semigroups +statevar +tagged, + any.cryptohash-sha256 ==0.11.102.1, + cryptohash-sha256 -exe +use-cbits, + any.data-clist ==0.2, + any.data-default-class ==0.1.2.0, + any.data-fix ==0.3.2, + any.deepseq ==1.4.8.1, + any.digest ==0.0.2.1, + digest -have_arm64_crc32c -have_builtin_prefetch -have_mm_prefetch -have_sse42 -have_strong_getauxval -have_weak_getauxval +pkg-config, + any.directory ==1.3.8.4, + directory -os-string, + any.disk-free-space ==0.1.0.1, + any.distributive ==0.6.2.1, + distributive +semigroups +tagged, + any.dlist ==1.0, + dlist -werror, + any.exceptions ==0.10.7, + any.file-uri ==0.1.0.0, + any.filepath ==1.4.300.1, + any.free ==5.2, + any.generic-arbitrary ==0.2.2, + any.generically ==0.1.1, + any.ghc-bignum ==1.3, + any.ghc-boot-th ==9.6.5, + any.ghc-prim ==0.10.0, + any.happy ==1.20.1.1, + any.hashable ==1.4.4.0, + hashable +integer-gmp -random-initial-seed, + any.haskell-lexer ==1.1.1, + any.hsc2hs ==0.68.10, + hsc2hs -in-ghc-tree, + any.indexed-profunctors ==0.1.1.1, + any.indexed-traversable ==0.1.3, + any.indexed-traversable-instances ==0.1.1.2, + any.integer-conversion ==0.1.0.1, + any.integer-logarithms ==1.0.3.1, + integer-logarithms -check-bounds +integer-gmp, + any.language-c ==0.9.3, + language-c -allwarnings +iecfpextension +usebytestrings, + any.libyaml ==0.1.4, + libyaml -no-unicode -system-libyaml, + any.libyaml-clib ==0.2.5, + any.lukko ==0.1.1.3, + lukko +ofd-locking, + any.lzma-static ==5.2.5.5, + any.megaparsec ==9.2.2, + megaparsec -dev, + any.microlens ==0.4.13.1, + any.microlens-mtl ==0.2.0.3, + any.microlens-th ==0.4.3.14, + any.monad-control ==1.0.3.1, + any.mono-traversable ==1.0.17.0, + any.mtl ==2.3.1, + any.mtl-compat ==0.2.2, + mtl-compat -two-point-one -two-point-two, + any.network ==3.2.0.0, + network -devel, + any.network-uri ==2.6.4.2, + any.optics ==0.4.2.1, + any.optics-core ==0.4.1.1, + optics-core -explicit-generic-labels, + any.optics-extra ==0.4.2.1, + any.optics-th ==0.4.1, + any.optparse-applicative ==0.17.1.0, + optparse-applicative +process, + any.os-release ==1.0.2.1, + os-release -devel, + any.os-string ==2.0.3, + any.parsec ==3.1.16.1, + any.parser-combinators ==1.3.0, + parser-combinators -dev, + any.pretty ==1.1.3.6, + any.pretty-terminal ==0.1.0.0, + any.primitive ==0.9.0.0, + any.process ==1.6.19.0, + any.profunctors ==5.6.2, + any.quickcheck-arbitrary-adt ==0.3.1.0, + any.quickcheck-io ==0.2.0, + any.random ==1.2.1.2, + any.recursion-schemes ==5.2.2.5, + recursion-schemes +template-haskell, + any.regex-base ==0.94.0.2, + any.regex-posix ==0.96.0.1, + regex-posix -_regex-posix-clib, + any.regex-posix-clib ==2.7, + any.resourcet ==1.2.6, + any.retry ==0.9.3.1, + retry -lib-werror, + any.rts ==1.0.2, + any.safe ==0.3.21, + any.safe-exceptions ==0.1.7.4, + any.scientific ==0.3.7.0, + scientific -bytestring-builder -integer-simple, + any.semialign ==1.3, + semialign +semigroupoids, + any.semigroupoids ==6.0.0.1, + semigroupoids +comonad +containers +contravariant +distributive +tagged +unordered-containers, + any.split ==0.2.5, + any.splitmix ==0.1.0.5, + splitmix -optimised-mixer, + any.stm ==2.5.1.0, + any.streaming-commons ==0.2.2.6, + streaming-commons -use-bytestring-builder, + any.strict ==0.5, + any.strict-base ==0.4.0.0, + any.tagged ==0.8.8, + tagged +deepseq +transformers, + any.tagsoup ==0.14.8, + any.tar ==0.6.2.0, + any.template-haskell ==2.20.0.0, + any.temporary ==1.3, + any.text ==2.0.2, + any.text-binary ==0.2.1.1, + any.text-iso8601 ==0.1, + any.text-short ==0.1.5, + text-short -asserts, + any.text-zipper ==0.13, + any.tf-random ==0.5, + any.th-abstraction ==0.6.0.0, + any.th-compat ==0.1.5, + any.th-lift ==0.8.4, + any.th-lift-instances ==0.1.20, + any.these ==1.2, + any.time ==1.11.1.2, + any.time-compat ==1.9.6.1, + time-compat -old-locale, + any.transformers ==0.6.1.0, + any.transformers-base ==0.4.6, + transformers-base +orphaninstances, + any.transformers-compat ==0.7.2, + transformers-compat -five +five-three -four +generic-deriving +mtl -three -two, + any.typed-process ==0.2.11.1, + any.unix-compat ==0.7.1, + unix-compat -old-time, + any.unliftio-core ==0.2.1.0, + any.unordered-containers ==0.2.20, + unordered-containers -debug, + any.uri-bytestring ==0.3.3.1, + uri-bytestring -lib-werror, + any.utf8-string ==1.0.2, + any.uuid-types ==1.0.5.1, + any.vector ==0.13.1.0, + vector +boundschecks -internalchecks -unsafechecks -wall, + any.vector-algorithms ==0.9.0.1, + vector-algorithms +bench +boundschecks -internalchecks -llvm +properties -unsafechecks, + any.vector-binary-instances ==0.2.5.2, + any.vector-stream ==0.1.0.1, + any.versions ==6.0.6, + any.vty ==6.2, + any.vty-crossplatform ==0.4.0.0, + vty-crossplatform -demos, + any.vty-windows ==0.2.0.2, + any.witherable ==0.4.2, + any.word-wrap ==0.5, + any.word8 ==0.1.3, + any.yaml ==0.11.11.2, + yaml +no-examples +no-exe, + any.zip ==2.0.0, + zip -dev -disable-bzip2 -disable-zstd, + any.zlib ==0.6.3.0, + zlib +bundled-c-zlib -non-blocking-ffi -pkg-config, + any.zstd ==0.1.3.0, + zstd +standalone +index-state: hackage.haskell.org 2024-04-15T02:49:22Z diff --git a/cabal.ghc966.Unix.project b/cabal.ghc966.Unix.project new file mode 100644 index 00000000..d65a3fc0 --- /dev/null +++ b/cabal.ghc966.Unix.project @@ -0,0 +1,52 @@ +packages: ./ghcup.cabal + +optional-packages: ./vendored/*/*.cabal + +if impl(ghc < 9.0) + package ghcup + flags: +tui -tar +else + package ghcup + flags: +tui +tar + +constraints: http-io-streams -brotli, + any.aeson >= 2.0.1.0, + any.hsc2hs >=0.68.10, + bzlib-conduit >= 0.3.0.3, + bz2 >= 1.0.1.1, + bzlib >= 0.5.2.0, + directory >= 1.3.8.3, + filepath == 1.4.101.0 || == 1.4.300.1 || >= 1.5.2.0, + tar >= 0.6.2.0 + +constraints: text -simdutf + +if os(mingw32) + constraints: zlib +bundled-c-zlib, + lzma +static, + text -simdutf, + vty-windows >=0.2.0.2 + + if impl(ghc >= 9.4) + constraints: language-c >= 0.9.3 + + +source-repository-package + type: git + location: https://github.com/hasufell/uri-bytestring.git + tag: 4fb5ed14b500c192e6e7a97f6b2b1eb478806001 + +package libarchive + flags: -system-libarchive + +package aeson-pretty + flags: +lib-only + +package aeson + flags: +ordered-keymap + +package hashable + flags: -arch-native + +package * + test-show-details: direct diff --git a/cabal.ghc966.Unix.project.freeze b/cabal.ghc966.Unix.project.freeze new file mode 100644 index 00000000..eb12611f --- /dev/null +++ b/cabal.ghc966.Unix.project.freeze @@ -0,0 +1,231 @@ +active-repositories: hackage.haskell.org:merge +constraints: any.Cabal ==3.10.3.0, + any.Cabal-syntax ==3.10.3.0, + any.HsOpenSSL ==0.11.7.8, + HsOpenSSL -fast-bignum -homebrew-openssl -macports-openssl -use-pkg-config, + any.OneTuple ==0.4.2, + any.QuickCheck ==2.15.0.1, + QuickCheck -old-random +templatehaskell, + any.StateVar ==1.2.2, + any.aeson ==2.2.3.0, + aeson +ordered-keymap, + any.aeson-pretty ==0.8.10, + aeson-pretty +lib-only, + any.alex ==3.5.1.0, + any.ansi-terminal ==1.0.2, + ansi-terminal -example, + any.ansi-terminal-types ==0.11.5, + any.ansi-wl-pprint ==0.6.9, + ansi-wl-pprint -example, + any.array ==0.5.6.0, + any.assoc ==1.1.1, + assoc -tagged, + any.async ==2.2.5, + async -bench, + any.attoparsec ==0.14.4, + attoparsec -developer, + any.base ==4.18.2.1, + any.base-compat ==0.14.0, + any.base-orphans ==0.9.2, + any.base16-bytestring ==1.0.2.0, + any.base64-bytestring ==1.2.1.0, + any.bifunctors ==5.6.2, + bifunctors +tagged, + any.bimap ==0.5.0, + any.binary ==0.8.9.1, + any.bindings-DSL ==1.0.25, + any.bitvec ==1.1.5.0, + bitvec +simd, + any.blaze-builder ==0.4.2.3, + any.brick ==2.1.1, + brick -demos, + any.bytestring ==0.11.5.3, + any.bz2 ==1.0.1.2, + bz2 -cross +with-bzlib, + any.bzlib-conduit ==0.3.0.3, + any.c2hs ==0.28.8, + c2hs +base3 -regression, + any.case-insensitive ==1.2.1.0, + any.casing ==0.1.4.1, + any.cereal ==0.5.8.3, + cereal -bytestring-builder, + any.character-ps ==0.1, + any.colour ==2.3.6, + any.comonad ==5.0.8, + comonad +containers +distributive +indexed-traversable, + any.conduit ==1.3.6, + any.conduit-extra ==1.3.6, + any.conduit-zstd ==0.0.2.0, + any.config-ini ==0.2.7.0, + config-ini -enable-doctests, + any.containers ==0.6.7, + any.contravariant ==1.5.5, + contravariant +semigroups +statevar +tagged, + any.cryptohash-sha1 ==0.11.101.0, + any.cryptohash-sha256 ==0.11.102.1, + cryptohash-sha256 -exe +use-cbits, + any.data-clist ==0.2, + any.data-default-class ==0.1.2.0, + any.data-fix ==0.3.4, + any.deepseq ==1.4.8.1, + any.digest ==0.0.2.1, + digest -have_arm64_crc32c -have_builtin_prefetch -have_mm_prefetch -have_sse42 -have_strong_getauxval -have_weak_getauxval +pkg-config, + any.directory ==1.3.8.5, + directory -os-string, + any.disk-free-space ==0.1.0.1, + any.distributive ==0.6.2.1, + distributive +semigroups +tagged, + any.dlist ==1.0, + dlist -werror, + any.exceptions ==0.10.7, + any.file-uri ==0.1.0.0, + any.filepath ==1.4.300.1, + any.free ==5.2, + any.generically ==0.1.1, + any.ghc-bignum ==1.3, + any.ghc-boot-th ==9.6.6, + any.ghc-byteorder ==4.11.0.0.10, + any.ghc-prim ==0.10.0, + any.happy ==1.20.1.1, + any.hashable ==1.5.0.0, + hashable -arch-native -random-initial-seed, + any.hsc2hs ==0.68.10, + hsc2hs -in-ghc-tree, + any.http-io-streams ==0.1.7.0, + http-io-streams -brotli +fast-xor, + any.indexed-profunctors ==0.1.1.1, + any.indexed-traversable ==0.1.4, + any.indexed-traversable-instances ==0.1.2, + any.integer-conversion ==0.1.1, + any.integer-logarithms ==1.0.3.1, + integer-logarithms -check-bounds +integer-gmp, + any.io-streams ==1.5.2.2, + io-streams +network -nointeractivetests +zlib, + any.language-c ==0.9.3, + language-c -allwarnings +iecfpextension +usebytestrings, + any.libyaml ==0.1.4, + libyaml -no-unicode -system-libyaml, + any.libyaml-clib ==0.2.5, + any.lzma-static ==5.2.5.5, + any.megaparsec ==9.2.2, + megaparsec -dev, + any.microlens ==0.4.13.1, + any.microlens-mtl ==0.2.0.3, + any.microlens-th ==0.4.3.15, + any.monad-control ==1.0.3.1, + any.mono-traversable ==1.0.17.0, + any.mtl ==2.3.1, + any.mtl-compat ==0.2.2, + mtl-compat -two-point-one -two-point-two, + any.network ==3.2.3.0, + network -devel, + any.network-uri ==2.6.4.2, + any.openssl-streams ==1.2.3.0, + any.optics ==0.4.2.1, + any.optics-core ==0.4.1.1, + optics-core -explicit-generic-labels, + any.optics-extra ==0.4.2.1, + any.optics-th ==0.4.1, + any.optparse-applicative ==0.17.1.0, + optparse-applicative +process, + any.os-release ==1.0.2.1, + os-release -devel, + any.os-string ==2.0.6, + any.parsec ==3.1.16.1, + any.parser-combinators ==1.3.0, + parser-combinators -dev, + any.pretty ==1.1.3.6, + any.pretty-terminal ==0.1.0.0, + any.primitive ==0.9.0.0, + any.process ==1.6.23.0, + any.profunctors ==5.6.2, + any.random ==1.2.1.2, + any.recursion-schemes ==5.2.3, + recursion-schemes +template-haskell, + any.regex-base ==0.94.0.2, + any.regex-posix ==0.96.0.1, + regex-posix -_regex-posix-clib, + any.resourcet ==1.3.0, + any.retry ==0.9.3.1, + retry -lib-werror, + any.rts ==1.0.2, + any.safe ==0.3.21, + any.safe-exceptions ==0.1.7.4, + any.scientific ==0.3.8.0, + scientific -integer-simple, + any.semialign ==1.3.1, + semialign +semigroupoids, + any.semigroupoids ==6.0.1, + semigroupoids +comonad +containers +contravariant +distributive +tagged +unordered-containers, + any.split ==0.2.5, + any.splitmix ==0.1.0.5, + splitmix -optimised-mixer, + any.stm ==2.5.1.0, + any.streaming-commons ==0.2.2.6, + streaming-commons -use-bytestring-builder, + any.strict ==0.5.1, + any.strict-base ==0.4.0.0, + any.tagged ==0.8.8, + tagged +deepseq +transformers, + any.tagsoup ==0.14.8, + any.tar ==0.6.3.0, + any.template-haskell ==2.20.0.0, + any.temporary ==1.3, + any.terminal-progress-bar ==0.4.2, + any.terminal-size ==0.3.4, + any.terminfo ==0.4.1.6, + any.text ==2.0.2, + any.text-iso8601 ==0.1.1, + any.text-short ==0.1.6, + text-short -asserts, + any.text-zipper ==0.13, + any.th-abstraction ==0.7.0.0, + any.th-compat ==0.1.5, + any.th-lift ==0.8.4, + any.th-lift-instances ==0.1.20, + any.these ==1.2.1, + any.time ==1.11.1.2, + any.time-compat ==1.9.7, + any.transformers ==0.6.1.0, + any.transformers-base ==0.4.6, + transformers-base +orphaninstances, + any.transformers-compat ==0.7.2, + transformers-compat -five +five-three -four +generic-deriving +mtl -three -two, + any.typed-process ==0.2.12.0, + any.unix ==2.8.5.1, + unix -os-string, + any.unix-bytestring ==0.4.0.2, + any.unix-compat ==0.7.2, + any.unliftio-core ==0.2.1.0, + any.unordered-containers ==0.2.20, + unordered-containers -debug, + any.uri-bytestring ==0.3.3.1, + uri-bytestring -lib-werror, + any.utf8-string ==1.0.2, + any.uuid-types ==1.0.6, + any.variant ==1.0, + variant +unliftio, + any.vector ==0.13.1.0, + vector +boundschecks -internalchecks -unsafechecks -wall, + any.vector-algorithms ==0.9.0.2, + vector-algorithms +bench +boundschecks -internalchecks -llvm +properties -unsafechecks, + any.vector-stream ==0.1.0.1, + any.versions ==6.0.7, + any.vty ==6.2, + any.vty-crossplatform ==0.4.0.0, + vty-crossplatform -demos, + any.vty-unix ==0.2.0.0, + any.witherable ==0.5, + any.word-wrap ==0.5, + any.word8 ==0.1.3, + any.xor ==0.0.1.3, + any.yaml ==0.11.11.2, + yaml +no-examples +no-exe, + any.zip ==2.0.1, + zip -dev -disable-bzip2 -disable-zstd, + any.zlib ==0.6.3.0, + zlib -bundled-c-zlib -non-blocking-ffi -pkg-config, + any.zlib-bindings ==0.1.1.5, + any.zstd ==0.1.3.0, + zstd +standalone +index-state: hackage.haskell.org 2024-09-12T08:28:56Z diff --git a/cabal.ghc966.project b/cabal.ghc966.project new file mode 100644 index 00000000..04685e08 --- /dev/null +++ b/cabal.ghc966.project @@ -0,0 +1,8 @@ +if os(mingw32) + import: cabal.ghc966.Win32.project + import: cabal.ghc966.Win32.project.freeze +else + import: cabal.ghc966.Unix.project + import: cabal.ghc966.Unix.project.freeze + +with-compiler: ghc-9.6.6 diff --git a/cabal.project b/cabal.project index 81251857..d65a3fc0 100644 --- a/cabal.project +++ b/cabal.project @@ -11,29 +11,26 @@ else constraints: http-io-streams -brotli, any.aeson >= 2.0.1.0, - any.hsc2hs ==0.68.8, + any.hsc2hs >=0.68.10, bzlib-conduit >= 0.3.0.3, bz2 >= 1.0.1.1, bzlib >= 0.5.2.0, directory >= 1.3.8.3, - filepath == 1.4.101.0 || == 1.4.300.1 || >= 1.5.2.0 + filepath == 1.4.101.0 || == 1.4.300.1 || >= 1.5.2.0, + tar >= 0.6.2.0 constraints: text -simdutf if os(mingw32) constraints: zlib +bundled-c-zlib, lzma +static, + text -simdutf, vty-windows >=0.2.0.2 if impl(ghc >= 9.4) constraints: language-c >= 0.9.3 -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 @@ -45,9 +42,6 @@ package libarchive package aeson-pretty flags: +lib-only -package cabal-plan - flags: -exe - package aeson flags: +ordered-keymap @@ -56,6 +50,3 @@ package hashable package * test-show-details: direct - -allow-newer: cabal-install-parsers:tar - diff --git a/cabal.project.release b/cabal.project.release index 15cc2cdf..5adf9cae 100644 --- a/cabal.project.release +++ b/cabal.project.release @@ -1,11 +1,12 @@ -packages: ./ghcup.cabal - -optional-packages: ./vendored/*/*.cabal +import: cabal.project optimization: 2 +-- The release project file always wants to build with -tar. +-- The tar flag is only there to circumvent complicated errors during +-- development, which sometimes happens due to libarchive. package ghcup - flags: +tui -tar + flags: +tui -tar if os(linux) if arch(x86_64) || arch(i386) @@ -14,58 +15,8 @@ if os(linux) elif os(darwin) constraints: zlib +bundled-c-zlib, lzma +static -elif os(mingw32) - constraints: zlib +bundled-c-zlib, - lzma +static, - text -simdutf, - vty-windows >=0.2.0.2 - if impl(ghc >= 9.4) - constraints: language-c >= 0.9.3 elif os(freebsd) constraints: zlib +bundled-c-zlib, zip +disable-zstd package * ghc-options: -split-sections - -constraints: http-io-streams -brotli, - any.aeson >= 2.0.1.0, - any.hsc2hs ==0.68.8, - bzlib-conduit >= 0.3.0.3, - bz2 >= 1.0.1.1, - bzlib >= 0.5.2.0, - directory >= 1.3.8.3, - filepath == 1.4.101.0 || == 1.4.300.1 || >= 1.5.2.0 - -package libarchive - flags: -system-libarchive - -package libyaml-streamly - flags: -system-libyaml - -package aeson-pretty - flags: +lib-only - -package cabal-plan - flags: -exe - -package aeson - flags: +ordered-keymap - -package streamly - flags: +use-unliftio - -package hashable - flags: -arch-native - -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 - -allow-newer: cabal-install-parsers:tar, streamly:Win32 - diff --git a/docs/install.md b/docs/install.md index a92a4450..23ae9d51 100644 --- a/docs/install.md +++ b/docs/install.md @@ -143,6 +143,7 @@ GHCup supports the following tools, which are also known as the **Haskell Toolch