Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

haskellPackages: update stackage and hackage #223827

Merged
merged 45 commits into from
Apr 7, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
45 commits
Select commit Hold shift + click to select a range
1ba9b85
haskellPackages: stackage LTS 20.14 -> LTS 20.16
cdepillabout Mar 30, 2023
0ba1bbe
all-cabal-hashes: 2023-03-13T08:59:39Z -> 2023-03-30T00:19:14Z
cdepillabout Mar 30, 2023
80bdc11
haskellPackages: regenerate package set based on current config
cdepillabout Mar 30, 2023
bdd538f
haskell.packages.ghc944.lens: 5.2.1 -> 5.2.2
cdepillabout Mar 30, 2023
9283ba9
haskell.packages.ghc944.http-api-data: 0.5 -> 0.5.1
cdepillabout Mar 30, 2023
f90d974
haskell.packages.ghc944.tasty-hedgehog: 1.4.0.0 -> 1.4.0.1
cdepillabout Mar 30, 2023
c69399d
cachix: remove source override
cdepillabout Mar 30, 2023
4351915
haskell.packages.ghc944.ghc-exactprint: pin to 1.6.1.1
cdepillabout Mar 30, 2023
dc532b1
haskell.packages.ghc96: fix some overrides for ghc96
cdepillabout Mar 30, 2023
cd111f4
haskell.packages.ghc944.fourmolu_0_11_0_0: unbreak
cdepillabout Mar 30, 2023
7841c98
Merge master into haskell-updates
github-actions[bot] Mar 31, 2023
58aec3d
haskellPackages.openai-hs: Fix build by disabling tests
Gabriella439 Mar 28, 2023
0dcf165
Merge master into haskell-updates
github-actions[bot] Apr 1, 2023
dfbaa98
Merge pull request #223590 from MercuryTechnologies/gabriella/openai-hs
cdepillabout Apr 1, 2023
69ba0b6
all-cabal-hashes: 2023-03-30T00:19:14Z -> 2023-03-31T20:07:10Z
cdepillabout Apr 1, 2023
56b8189
haskellPackages: regenerate package set based on current config
cdepillabout Apr 1, 2023
b2aabfd
haskellPackages.haskell-language-server: Reorganize overrides
maralorn Apr 1, 2023
4c0a636
Merge master into haskell-updates
github-actions[bot] Apr 2, 2023
80aa069
haskellPackages: Configure to add cachix < 1.4
roberth Apr 2, 2023
800bac0
haskellPackages: regenerate package set based on current config
roberth Apr 2, 2023
c2b2529
haskellPackages.cachix_1_3_3: configure
roberth Apr 2, 2023
a13a44f
haskellPackages.hercules-ci-agent: Use cachix 1.3
roberth Apr 2, 2023
9101ed1
Merge master into haskell-updates
github-actions[bot] Apr 3, 2023
93cd4b4
all-cabal-hashes: 2023-03-31T20:07:10Z -> 2023-04-03T07:13:26Z
maralorn Apr 3, 2023
e8215cb
haskellPackages: regenerate package set based on current config
maralorn Apr 3, 2023
637bbe5
haskellPackages.haskell-language-server: Fix build for version 1.10
maralorn Apr 3, 2023
0ba7f76
haskell.packages.ghc{810,90}.haskell-language-server: Fix build with …
maralorn Apr 3, 2023
5ddf8ec
haskell.packages.ghc94.haskell-language-server: Fix build
maralorn Apr 3, 2023
f8ca8c0
haskell.packages.ghc96.haskell-language-server: Fix build
maralorn Apr 3, 2023
85894d6
Merge master into haskell-updates
github-actions[bot] Apr 4, 2023
63778a4
Merge master into haskell-updates
github-actions[bot] Apr 5, 2023
cbc30e4
stack: make sure to pin the hpack version to 0.35.0 to match upstream
cdepillabout Apr 5, 2023
bd54a90
tamarin-prover: Allow compiling with maude-3.3
expipiplus1 Apr 5, 2023
982eab3
haskellPackages.git-annex: Correct hash after version bump
expipiplus1 Apr 5, 2023
5fd7c96
haskellPackages.gi-soup: 3.0.2 -> 2.4.28
expipiplus1 Apr 5, 2023
d7c630c
maintainers/haskell/update-stackage.sh: Strip out with-compiler from …
expipiplus1 Apr 5, 2023
3173a11
haskellPackages: formatting
expipiplus1 Apr 5, 2023
391e94a
haskellPackages: regenerate hackage-packages
expipiplus1 Apr 5, 2023
6a7b834
Merge master into haskell-updates
github-actions[bot] Apr 6, 2023
70aea98
haskell.compiler.ghcHEAD: 9.7.20230217 -> 9.7.20230406
sternenseemann Apr 6, 2023
0373758
cachix: 1.4.1 -> 1.4.2
domenkozar Apr 6, 2023
b308cfd
haskellPackages.cachix: Correct hash
expipiplus1 Apr 6, 2023
ee14a27
Merge master into haskell-updates
github-actions[bot] Apr 7, 2023
095f66f
haskellPackages: mark builds failing on hydra as broken
maralorn Apr 7, 2023
95d5c63
Merge branch 'master' into haskell-updates
maralorn Apr 7, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions maintainers/scripts/haskell/update-stackage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ sed -r \
-e 's|^constraints:||' \
-e 's|^ +| - |' \
-e 's|,$||' \
-e '/^with-compiler:/d' \
-e '/installed$/d' \
-e '/^$/d' \
< "${tmpfile}" | sort --ignore-case >"${tmpfile_new}"
Expand Down
10 changes: 9 additions & 1 deletion pkgs/applications/science/logic/tamarin-prover/default.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{ haskellPackages, mkDerivation, fetchFromGitHub, lib, stdenv
{ haskellPackages, mkDerivation, fetchFromGitHub, fetchpatch, lib, stdenv
# the following are non-haskell dependencies
, makeWrapper, which, maude, graphviz, glibcLocales
}:
Expand Down Expand Up @@ -67,6 +67,14 @@ mkDerivation (common "tamarin-prover" src // {
isLibrary = false;
isExecutable = true;

patches = [
# Backport of https://github.com/tamarin-prover/tamarin-prover/pull/536 to 1.6.1
(fetchpatch {
url = "https://github.com/tamarin-prover/tamarin-prover/commit/95fbace0c5cbea57b5f320f6bb4d0387a4beab8d.patch";
sha256 = "sha256-Wjf7C208kcskEN1op//HQZnhoZopKQS42JvE8kV5NhI=";
})
];

# strip out unneeded deps manually
doHaddock = false;
enableSharedExecutables = false;
Expand Down
8 changes: 4 additions & 4 deletions pkgs/data/misc/hackage/pin.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"commit": "4a67d2eace63deeaec7dd3553d04e892b39b63a7",
"url": "https://github.com/commercialhaskell/all-cabal-hashes/archive/4a67d2eace63deeaec7dd3553d04e892b39b63a7.tar.gz",
"sha256": "12y659k8qs0rnajcfdwwwwz5ywcnf3ygxi2kmv8b31x4znll1gfs",
"msg": "Update from Hackage at 2023-03-13T08:59:39Z"
"commit": "cf82f82661a5662581a4385c693552b18009b7e2",
"url": "https://github.com/commercialhaskell/all-cabal-hashes/archive/cf82f82661a5662581a4385c693552b18009b7e2.tar.gz",
"sha256": "0wwyikl44dg5x6hirxxqdzbh4ixkpxknd4c0nacsc2mqpjm1wrwq",
"msg": "Update from Hackage at 2023-04-03T07:13:26Z"
}
6 changes: 3 additions & 3 deletions pkgs/development/compilers/ghc/head.nix
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import ./common-hadrian.nix {
version = "9.7.20230217";
rev = "a203ad854ffee802e6bf0aca26e6c9a99bec3865";
sha256 = "06q6l7svdynvdv90yz6dxbsk3j5c8gh5ghwfl02rdwamcrzw7zic";
version = "9.7.20230406";
rev = "04b80850c535fa8c11f435711577296a99499105";
sha256 = "190fpgg8sbcfp2l62vaqhk3wddkbz8vf5ivd7hw5gkcyyn5px3q9";
}
191 changes: 128 additions & 63 deletions pkgs/development/haskell-modules/configuration-common.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

let
inherit (pkgs) fetchpatch fetchpatch2 lib;
inherit (lib) throwIfNot versionOlder;
inherit (lib) throwIfNot versionOlder versions;
in

with haskellLib;
Expand Down Expand Up @@ -100,6 +100,111 @@ self: super: {
guardian
;

#######################################
### HASKELL-LANGUAGE-SERVER SECTION ###
#######################################

haskell-language-server = (lib.pipe super.haskell-language-server [
dontCheck
(disableCabalFlag "stan") # Sorry stan is totally unmaintained and terrible to get to run. It only works on ghc 8.8 or 8.10 anyways …
]).overrideScope (lself: lsuper: {
# For most ghc versions, we overrideScope Cabal in the configuration-ghc-???.nix,
# because some packages, like ormolu, need a newer Cabal version.
# ghc-paths is special because it depends on Cabal for building
# its Setup.hs, and therefor declares a Cabal dependency, but does
# not actually use it as a build dependency.
# That means ghc-paths can just use the ghc included Cabal version,
# without causing package-db incoherence and we should do that because
# otherwise we have different versions of ghc-paths
# around which have the same abi-hash, which can lead to confusions and conflicts.
ghc-paths = lsuper.ghc-paths.override { Cabal = null; };
});

# 2023-04-03: https://github.com/haskell/haskell-language-server/issues/3546#issuecomment-1494139751
# There will probably be a new revision soon.
hls-tactics-plugin = assert super.hls-tactics-plugin.version == "1.8.0.0"; doJailbreak super.hls-tactics-plugin;
hls-brittany-plugin = assert super.hls-brittany-plugin.version == "1.1.0.0"; doJailbreak super.hls-brittany-plugin;

hls-hlint-plugin = super.hls-hlint-plugin.override {
# For "ghc-lib" flag see https://github.com/haskell/haskell-language-server/issues/3185#issuecomment-1250264515
hlint = enableCabalFlag "ghc-lib" super.hlint;
apply-refact = self.apply-refact_0_11_0_0;
};

hls-test-utils = appendPatch (fetchpatch {
name = "hls-test-utils-ghcide-1.10-compat.patch";
url = "https://github.com/haskell/haskell-language-server/commit/014c8f90249f11a8dfa1286e67d452ccfb42b2d0.patch";
relative = "hls-test-utils";
hash = "sha256-sBuqSmgCQSgbXV6KPEZcIP09wbx81q5xjSg7/slH2HQ=";
}) super.hls-test-utils;

hls-rename-plugin = if lib.versionAtLeast super.ghc.version "9.4" then overrideCabal
(drv: {
prePatch = drv.prePatch or "" + ''
"${pkgs.buildPackages.dos2unix}/bin/dos2unix" *.cabal
'';
})
(appendPatch (fetchpatch {
name = "hls-rename-ghc-9.4-compat.patch";
url = "https://github.com/haskell/haskell-language-server/commit/472947cdb9e711f6ef889bba3b83b0dd44a1b6bc.patch";
relative = "plugins/hls-rename-plugin";
hash = "sha256-WPhCQmn3rjCOiQFJz23QQ84zfm43FNll0BfsNK5pkG0=";
}) super.hls-rename-plugin) else super.hls-rename-plugin;

hls-floskell-plugin = if lib.versionAtLeast super.ghc.version "9.4" then overrideCabal
(drv: {
prePatch = drv.prePatch or "" + ''
"${pkgs.buildPackages.dos2unix}/bin/dos2unix" *.cabal
'';
})
(appendPatch (fetchpatch {
name = "hls-floskell-ghc-9.4-compat.patch";
url = "https://github.com/haskell/haskell-language-server/commit/ddc67b2d4d719623b657aa54db20bf58c58a5d4a.patch";
relative = "plugins/hls-floskell-plugin";
hash = "sha256-n2vuzGbdvhW6I8c7Q22SuNIKSX2LwGNBTVyLLHJIsiU=";
}) super.hls-floskell-plugin) else super.hls-floskell-plugin;

hls-stylish-haskell-plugin = if lib.versionAtLeast super.ghc.version "9.4" then overrideCabal
(drv: {
prePatch = drv.prePatch or "" + ''
"${pkgs.buildPackages.dos2unix}/bin/dos2unix" *.cabal
'';
})
(appendPatch (fetchpatch {
name = "hls-stylish-haskell-ghc-9.4-compat.patch";
url = "https://github.com/haskell/haskell-language-server/commit/ddc67b2d4d719623b657aa54db20bf58c58a5d4a.patch";
relative = "plugins/hls-stylish-haskell-plugin";
hash = "sha256-GtN9t5zMOROCDSLiscLZ5GmqDV+ql9R2z/+W++C2h2Q=";
}) super.hls-stylish-haskell-plugin) else super.hls-stylish-haskell-plugin;

hie-compat = if lib.versionAtLeast super.ghc.version "9.6" then overrideCabal
(drv: {
prePatch = drv.prePatch or "" + ''
"${pkgs.buildPackages.dos2unix}/bin/dos2unix" *.cabal
'';
})
(appendPatch (fetchpatch {
name = "hie-compat-9.6-compat.patch";
url = "https://github.com/haskell/haskell-language-server/commit/191bda61fef34696a793503e639a53003ff70660.patch";
relative = "hie-compat";
hash = "sha256-z81+fwxwZ8BQWGRqTnh3XlQ6AG7EiaahdKjT+0lFu1Q=";
}) super.hie-compat) else super.hie-compat;

# For -f-auto see cabal.project in haskell-language-server.
ghc-lib-parser-ex = addBuildDepend self.ghc-lib-parser (disableCabalFlag "auto" super.ghc-lib-parser-ex);

# For -fghc-lib see cabal.project in haskell-language-server.
stylish-haskell = if lib.versionAtLeast super.ghc.version "9.2"
then enableCabalFlag "ghc-lib"
(if lib.versionAtLeast super.ghc.version "9.4"
then super.stylish-haskell_0_14_4_0
else super.stylish-haskell)
else super.stylish-haskell;

###########################################
### END HASKELL-LANGUAGE-SERVER SECTION ###
###########################################

vector = overrideCabal (old: {
# Too strict bounds on doctest which isn't used, but is part of the configuration
jailbreak = true;
Expand Down Expand Up @@ -179,7 +284,7 @@ self: super: {
name = "git-annex-${super.git-annex.version}-src";
url = "git://git-annex.branchable.com/";
rev = "refs/tags/" + super.git-annex.version;
sha256 = "0ngvdcvskrhdq4m19h4b1cq3jhbzx0bqay6hvsppk6cb2y4wkfd9";
sha256 = "sha256-fZUQ/3q8w6BkFZRaezT7rpKQtAEGBR5qEc4rMm9I36c=";
# delete android and Android directories which cause issues on
# darwin (case insensitive directory). Since we don't need them
# during the build process, we can delete it to prevent a hash
Expand Down Expand Up @@ -1052,7 +1157,18 @@ self: super: {
jailbreak = assert drv.version == "1.0.9" && drv.revision == "1"; true;
}) super.dhall-nixpkgs);

stack = self.generateOptparseApplicativeCompletions [ "stack" ] super.stack;
stack =
self.generateOptparseApplicativeCompletions
[ "stack" ]
(super.stack.override {
# stack needs to use an exact hpack version. When changing or removing
# this override, double-check the upstream stack release to confirm
# that we are using the correct hpack version. See
# https://github.com/NixOS/nixpkgs/issues/223390 for more information.
#
# hpack tests fail because of https://github.com/sol/hpack/issues/528
hpack = dontCheck self.hpack_0_35_0;
});

# Too strict version bound on hashable-time.
# Tests require newer package version.
Expand Down Expand Up @@ -1164,6 +1280,7 @@ self: super: {

# Requires API keys to run tests
algolia = dontCheck super.algolia;
openai-hs = dontCheck super.openai-hs;

# antiope-s3's latest stackage version has a hspec < 2.6 requirement, but
# hspec which isn't in stackage is already past that
Expand Down Expand Up @@ -1512,56 +1629,6 @@ self: super: {
})
] super.binary-strict;

haskell-language-server = (lib.pipe super.haskell-language-server [
dontCheck
(disableCabalFlag "stan") # Sorry stan is totally unmaintained and terrible to get to run. It only works on ghc 8.8 or 8.10 anyways …
# Allow hls-call-hierarchy >= 1.2 which requires only a bound adjustment
(appendPatch (fetchpatch {
name = "hls-allow-hls-call-hierarchy-1.2.patch";
url = "https://github.com/haskell/haskell-language-server/commit/05b248dfacc307c3397b334635cb38298aee9563.patch";
includes = [ "haskell-language-server.cabal" ];
sha256 = "1v0zi1lv92p6xq54yw9swzaf24dxsi9lpk10sngg3ka654ikm7j5";
}))
]).overrideScope (lself: lsuper: {
# For most ghc versions, we overrideScope Cabal in the configuration-ghc-???.nix,
# because some packages, like ormolu, need a newer Cabal version.
# ghc-paths is special because it depends on Cabal for building
# its Setup.hs, and therefor declares a Cabal dependency, but does
# not actually use it as a build dependency.
# That means ghc-paths can just use the ghc included Cabal version,
# without causing package-db incoherence and we should do that because
# otherwise we have different versions of ghc-paths
# around with have the same abi-hash, which can lead to confusions and conflicts.
ghc-paths = lsuper.ghc-paths.override { Cabal = null; };
});

hls-hlint-plugin = super.hls-hlint-plugin.override {
# For "ghc-lib" flag see https://github.com/haskell/haskell-language-server/issues/3185#issuecomment-1250264515
hlint = enableCabalFlag "ghc-lib" super.hlint;
apply-refact = self.apply-refact_0_11_0_0;
};

# For -f-auto see cabal.project in haskell-language-server.
ghc-lib-parser-ex = addBuildDepend self.ghc-lib-parser (disableCabalFlag "auto" super.ghc-lib-parser-ex);

# 2021-05-08: Tests fail: https://github.com/haskell/haskell-language-server/issues/1809
hls-eval-plugin = dontCheck super.hls-eval-plugin;

# 2021-06-20: Tests fail: https://github.com/haskell/haskell-language-server/issues/1949
hls-refine-imports-plugin = dontCheck super.hls-refine-imports-plugin;

# 2021-11-20: https://github.com/haskell/haskell-language-server/pull/2373
hls-explicit-imports-plugin = dontCheck super.hls-explicit-imports-plugin;

# 2021-11-20: https://github.com/haskell/haskell-language-server/pull/2374
hls-module-name-plugin = dontCheck super.hls-module-name-plugin;

# 2022-09-19: https://github.com/haskell/haskell-language-server/issues/3200
hls-refactor-plugin = dontCheck super.hls-refactor-plugin;

# tests require network
ghcide = dontCheck super.ghcide;

# 2020-11-15: nettle tests are pre MonadFail change
# https://github.com/stbuehler/haskell-nettle/issues/10
nettle = dontCheck super.nettle;
Expand Down Expand Up @@ -1621,6 +1688,9 @@ self: super: {
servant-swagger-ui-core = doJailbreak super.servant-swagger-ui-core;

hercules-ci-agent = lib.pipe super.hercules-ci-agent [
(pkg: pkg.override (_: {
cachix = super.cachix_1_3_3;
}))
(self.generateOptparseApplicativeCompletions [ "hercules-ci-agent" ])
];

Expand Down Expand Up @@ -2088,16 +2158,6 @@ self: super: {
# 2021-08-18: streamly-posix was released with hspec 2.8.2, but it works with older versions too.
streamly-posix = doJailbreak super.streamly-posix;

# 2021-09-14: Tests are flaky.
hls-splice-plugin = dontCheck super.hls-splice-plugin;

# 2021-09-18: https://github.com/haskell/haskell-language-server/issues/2205
hls-stylish-haskell-plugin = doJailbreak super.hls-stylish-haskell-plugin;

# Necesssary .txt files are not included in sdist.
# https://github.com/haskell/haskell-language-server/pull/2887
hls-change-type-signature-plugin = dontCheck super.hls-change-type-signature-plugin;

# 2022-12-30: Restrictive upper bound on optparse-applicative
retrie = doJailbreak super.retrie;

Expand Down Expand Up @@ -2547,4 +2607,9 @@ self: super: {
# 2023-03-13: restrictive bounds on validation-selective (>=0.1.0 && <0.2).
# Get rid of this in the next release: https://github.com/kowainik/tomland/commit/37f16460a6dfe4606d48b8b86c13635d409442cd
tomland = doJailbreak super.tomland;

# 2023-04-05: The last version to support libsoup-2.4, required for
# compatability with other gi- packages.
# Take another look when gi-webkit2 updates as it may have become compatible with libsoup-3
gi-soup = assert versions.major self.gi-webkit2.version == "4"; self.gi-soup_2_4_28;
} // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super
3 changes: 0 additions & 3 deletions pkgs/development/haskell-modules/configuration-ghc-9.2.x.nix
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,6 @@ self: super: {
# Tests depend on `parseTime` which is no longer available
hourglass = dontCheck super.hourglass;

# For -fghc-lib see cabal.project in haskell-language-server.
stylish-haskell = enableCabalFlag "ghc-lib" super.stylish-haskell;

# Needs to match ghc version
ghc-tags = doDistribute self.ghc-tags_1_5;

Expand Down
18 changes: 4 additions & 14 deletions pkgs/development/haskell-modules/configuration-ghc-9.4.x.nix
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ in {
hedgehog = doDistribute (dontHaddock super.hedgehog_1_2);
# tasty-hedgehog > 1.3 necessary to work with hedgehog 1.2:
# https://github.com/qfpl/tasty-hedgehog/pull/63
tasty-hedgehog = self.tasty-hedgehog_1_4_0_0;
tasty-hedgehog = self.tasty-hedgehog_1_4_0_1;

# https://github.com/dreixel/syb/issues/38
syb = dontCheck super.syb;
Expand All @@ -147,7 +147,7 @@ in {
] ++ drv.testFlags or [];
}) (doJailbreak super.hpack);

lens = doDistribute self.lens_5_2_1;
lens = doDistribute self.lens_5_2_2;

# Apply patches from head.hackage.
language-haskell-extract = appendPatch (pkgs.fetchpatch {
Expand Down Expand Up @@ -184,18 +184,8 @@ in {
})
self.ghc-exactprint_1_6_1_1;

# 2023-02-01: plugins disabled for hls 1.9.0.0 based on
# https://haskell-language-server.readthedocs.io/en/latest/support/plugin-support.html#current-plugin-support-tiers
haskell-language-server = super.haskell-language-server.override {
hls-eval-plugin = null;
hls-ormolu-plugin = null; # This plugin is supposed to work, but fails to compile.
hls-floskell-plugin = null; # This plugin is supposed to work, but fails to compile.
hls-rename-plugin = null; # This plugin is supposed to work, but fails to compile.
hls-stylish-haskell-plugin = null;
};

# needed to build servant
http-api-data = super.http-api-data_0_5;
http-api-data = super.http-api-data_0_5_1;
attoparsec-iso8601 = super.attoparsec-iso8601_1_1_0_0;

# requires newer versions to work with GHC 9.4
Expand All @@ -221,7 +211,7 @@ in {
ormolu = doDistribute self.ormolu_0_5_3_0;
fourmolu = overrideCabal (drv: {
libraryHaskellDepends = drv.libraryHaskellDepends ++ [ self.file-embed ];
}) (disableCabalFlag "fixity-th" super.fourmolu_0_10_1_0);
}) (disableCabalFlag "fixity-th" super.fourmolu_0_10_0_0);

# Apply workaround for Cabal 3.8 bug https://github.com/haskell/cabal/issues/8455
# by making `pkg-config --static` happy. Note: Cabal 3.9 is also affected, so
Expand Down
Loading