[haskell-updates] haskellPackages: stackage Nightly 2026-06-26 -> Nightly 2026-07-13 (#543047)

This commit is contained in:
Wolfgang Walther
2026-07-18 06:01:42 +00:00
committed by GitHub
9 changed files with 5860 additions and 3283 deletions

View File

@@ -1,6 +1,6 @@
{
"commit": "f20db7cb21271c7dac7bbd1690b202d6028e002b",
"url": "https://github.com/commercialhaskell/all-cabal-hashes/archive/f20db7cb21271c7dac7bbd1690b202d6028e002b.tar.gz",
"sha256": "1awx95yj4wd9hf1vgc80mi2d05ja0nm4yz6cqnfwnlm5yhidnxr4",
"msg": "Update from Hackage at 2026-06-26T06:10:51Z"
"commit": "6debb08ec29f31bffb358dd022a8fce4a3ceb839",
"url": "https://github.com/commercialhaskell/all-cabal-hashes/archive/6debb08ec29f31bffb358dd022a8fce4a3ceb839.tar.gz",
"sha256": "1h30jg3qbyqbsa3g59pm7kvv56g7bvkwsvzpv8v7zgrcwf2cmi5p",
"msg": "Update from Hackage at 2026-07-15T08:37:28Z"
}

View File

@@ -920,6 +920,11 @@ with haskellLib;
# Fails for non-obvious reasons while attempting to use doctest.
focuslist = dontCheck super.focuslist;
# Hackage release does not contain two files in tests/*.json.gz, which the test script
# tries to download from codeberg instead. Tests could be enabled by switching the
# source to the upstream on codeberg.
mlkem = dontCheck super.mlkem;
# ships broken Setup.hs https://github.com/facebook/Haxl/issues/165
# https://github.com/facebook/Haxl/pull/164
haxl = overrideCabal (drv: {
@@ -1521,7 +1526,7 @@ with haskellLib;
# Fails with encoding problems, likely needs locale data.
# Test can be executed by adding which to testToolDepends and
# $PWD/dist/build/haskeline-examples-Test to $PATH.
haskeline_0_8_4_1 = doDistribute (dontCheck super.haskeline_0_8_4_1);
haskeline_0_8_5_0 = doDistribute (dontCheck super.haskeline_0_8_5_0);
# Test suite fails to compile https://github.com/agrafix/Spock/issues/177
Spock = dontCheck super.Spock;
@@ -1583,10 +1588,6 @@ with haskellLib;
# https://codeberg.org/daniel-casanueva/graphviz/issues/7
graphviz = doJailbreak super.graphviz;
# 2026-07-02: allow QuickCheck 2.16
# https://github.com/maralorn/haskell-taskwarrior/issues/14
taskwarrior = doJailbreak super.taskwarrior;
# 2026-05-17: allow QuickCheck 2.16
# https://github.com/haskell-hvr/lzma/issues/45
lzma = doJailbreak super.lzma;
@@ -1604,11 +1605,6 @@ with haskellLib;
servant-auth-client = doJailbreak super.servant-auth-client;
servant-auth-server = doJailbreak super.servant-auth-server;
# 2026-06-28: allow doctest 0.25
# https://github.com/haskell-servant/servant/issues/1890
servant-auth-docs = doJailbreak super.servant-auth-docs;
servant-swagger = doJailbreak super.servant-swagger;
# 2026-06-29: allow doctest 0.25
# https://github.com/sellout/yaya/issues/91
yaya = doJailbreak super.yaya;
@@ -1620,7 +1616,7 @@ with haskellLib;
# 2026-07-02: allow doctest 0.25
# https://github.com/sellout/no-recursion/issues/46
no-recursion = doJailbreak super.no-recursion;
no-recursion = warnAfterVersion "0.4.0.0" (doJailbreak super.no-recursion);
# https://github.com/ghcjs/jsaddle/pull/165
jsaddle-warp = appendPatch (fetchpatch {
@@ -1717,10 +1713,6 @@ with haskellLib;
# https://github.com/mpickering/eventlog2html/issues/195
eventlog2html = doJailbreak super.eventlog2html;
# 2026-07-02: allow ghc-events 0.21, transformers 0.6.3
# https://github.com/haskell/ThreadScope/issues/148
threadscope = doJailbreak super.threadscope;
# 2026-07-02: allow base 4.21 and template-haskell 2.23
# https://github.com/luke-clifton/shh/issues/85
shh = doJailbreak super.shh;
@@ -2545,8 +2537,8 @@ with haskellLib;
# https://github.com/brandonchinn178/tasty-autocollect/issues/54
tasty-autocollect = dontCheck super.tasty-autocollect;
# 2026-06-17: wai-app-static >=3.1.7.1 && <3.2
# https://github.com/diogob/postgres-websockets/issues/115
# 2026-07-17: jose < 0.13
# https://github.com/diogob/postgres-websockets/issues/116
postgres-websockets = doJailbreak super.postgres-websockets;
postgrest =
@@ -2845,9 +2837,6 @@ with haskellLib;
# https://github.com/hedgehogqa/haskell-hedgehog-classes/pull/65
hedgehog-classes = doJailbreak super.hedgehog-classes;
# 2025-04-09: jailbreak to allow tasty-quickcheck >= 0.11
bzlib = warnAfterVersion "0.5.2.0" (doJailbreak super.bzlib);
# Missing test files in sdist
# https://github.com/vmchale/lzlib/issues/1
lzlib = dontCheck super.lzlib;

View File

@@ -41,7 +41,7 @@ self: super: {
# core pkgs on later GHCs that we can reasonably provide a stub
# or Hackage released version for (though they may not build).
Cabal-syntax = self.Cabal-syntax_3_6_0_0;
semaphore-compat = self.semaphore-compat_2_0_0;
semaphore-compat = self.semaphore-compat_2_0_1;
os-string = self.os-string_2_0_11;
file-io = self.file-io_0_2_0;
# Would need 2.25.*, but let's not bother

View File

@@ -53,7 +53,7 @@ self: super: {
Win32 = null;
# Becomes a core package in GHC >= 9.8
semaphore-compat = doDistribute self.semaphore-compat_2_0_0;
semaphore-compat = doDistribute self.semaphore-compat_2_0_1;
# Becomes a core package in GHC >= 9.10
os-string = doDistribute self.os-string_2_0_11;

View File

@@ -64,7 +64,7 @@ in
iserv-proxy = addBuildDepend self.libiserv super.iserv-proxy;
# Becomes a core package in GHC >= 9.8
semaphore-compat = doDistribute self.semaphore-compat_2_0_0;
semaphore-compat = doDistribute self.semaphore-compat_2_0_1;
# Becomes a core package in GHC >= 9.10
os-string = doDistribute self.os-string_2_0_11;

View File

@@ -4083,7 +4083,6 @@ broken-packages:
- mixpanel-client # failure in job https://hydra.nixos.org/build/233220132 at 2023-09-02
- mkcabal # failure in job https://hydra.nixos.org/build/233202466 at 2023-09-02
- ml-w # failure in job https://hydra.nixos.org/build/233251342 at 2023-09-02
- mlkem # failure in job https://hydra.nixos.org/build/315098220 at 2025-11-29
- mltool # failure in job https://hydra.nixos.org/build/233203849 at 2023-09-02
- mm2 # failure in job https://hydra.nixos.org/build/233260048 at 2023-09-02
- mmsyn2 # failure in job https://hydra.nixos.org/build/233201519 at 2023-09-02

View File

@@ -1,4 +1,4 @@
# Stackage Nightly 2026-06-26
# Stackage Nightly 2026-07-13
# This file is auto-generated by
# maintainers/scripts/haskell/update-stackage.sh
default-package-overrides:
@@ -48,7 +48,7 @@ default-package-overrides:
- alfred-margaret ==2.1.1.1
- algebra ==4.3.1
- algebraic-graphs ==0.8
- align-audio ==0.0.0.1
- align-audio ==0.0.0.2
- Allure ==0.11.0.0
- almost-fix ==0.0.2
- alsa-core ==0.5.0.1
@@ -69,9 +69,10 @@ default-package-overrides:
- antigen ==0.4.0.0
- ANum ==0.2.0.4
- ap-normalize ==0.1.0.1
- apecs ==0.9.6
- apecs ==0.10.0
- apecs-gloss ==0.2.4
- apecs-physics ==0.4.6
- apecs-stm ==0.3
- api-field-json-th ==0.1.0.2
- appar ==0.1.8
- appendful ==0.1.0.0
@@ -129,10 +130,10 @@ default-package-overrides:
- autodocodec-servant-multipart ==0.0.0.2
- autodocodec-yaml ==0.4.0.2
- autoexporter ==2.0.0.17
- automaton ==1.6.1
- automaton ==1.8
- AvlTree ==4.3
- avro ==0.6.2.1
- aws ==0.25.2
- aws ==0.25.3
- aws-lambda-haskell-runtime ==4.3.2
- aws-lambda-haskell-runtime-wai ==2.0.2
- aws-sns-verify ==0.0.0.3
@@ -223,7 +224,7 @@ default-package-overrides:
- blaze-markup ==0.8.3.0
- blaze-svg ==0.3.7
- blaze-textual ==0.2.3.1
- bloodhound ==0.26.0.0
- bloodhound ==1.0.0.0
- bloomfilter ==2.0.1.3
- bluefin ==0.7.0.0
- bluefin-internal ==0.7.0.0
@@ -290,7 +291,7 @@ default-package-overrides:
- bytestring-trie ==0.2.7.6
- bz2 ==1.0.1.2
- bzip2-clib ==1.0.8
- bzlib ==0.5.2.0
- bzlib ==0.5.3.0
- bzlib-conduit ==0.3.0.4
- c-enum ==0.1.1.3
- c-struct ==0.1.3.0
@@ -310,7 +311,6 @@ default-package-overrides:
- cabal2spec ==2.8.0
- cache ==0.1.3.0
- cached-json-file ==0.1.1
- cacophony ==0.11.0
- cairo ==0.13.12.0
- cairo-image ==0.1.0.6
- calendar-recycling ==0.0.0.1
@@ -343,7 +343,11 @@ default-package-overrides:
- cfenv ==0.1.0.0
- cgi ==3001.5.1.0
- chan ==0.0.4.1
- changeset ==0.1.1
- changeset ==0.2.2
- changeset-containers ==0.2.2
- changeset-lens ==0.2.2
- changeset-reflex ==0.2.2
- changeset-time ==0.2.2
- ChannelT ==0.0.0.7
- character-cases ==0.1.0.6
- character-ps ==0.1
@@ -378,7 +382,6 @@ default-package-overrides:
- clash-shake ==0.4.0
- classy-prelude ==1.5.0.3
- classy-prelude-conduit ==1.5.0
- classy-prelude-yesod ==1.5.0
- clay ==0.16.1
- cli-arguments ==0.7.0.0
- clientsession ==0.9.3.0
@@ -396,7 +399,7 @@ default-package-overrides:
- co-log-core ==0.3.2.7
- co-log-polysemy ==0.0.1.6
- co-log-simple ==1.2.1
- coco ==1.0.0.0
- coco ==1.0.1
- code-conjure ==0.7.8
- code-page ==0.2.1
- codec-beam ==0.2.0
@@ -505,7 +508,7 @@ default-package-overrides:
- crc32c ==0.2.2
- crdt-event-fold ==1.8.1.4
- criterion ==1.6.5.0
- criterion-measurement ==0.2.4.0
- criterion-measurement ==0.2.5.0
- cron ==0.7.2
- crypto-api ==0.13.3
- crypto-api-tests ==0.3
@@ -513,24 +516,25 @@ default-package-overrides:
- crypto-cipher-types ==0.0.9
- crypto-pubkey-types ==0.4.3
- crypto-random-api ==0.2.0
- crypto-token ==0.1.2
- crypto-srp ==0.1.0.1
- crypto-token ==0.2.0
- cryptocompare ==0.1.2
- cryptohash-md5 ==0.11.101.0
- cryptohash-sha1 ==0.11.101.0
- cryptohash-sha256 ==0.11.102.1
- cryptohash-sha512 ==0.11.103.0
- crypton ==1.0.6
- crypton ==1.1.4
- crypton-asn1-encoding ==0.10.0
- crypton-asn1-parse ==0.10.0
- crypton-asn1-types ==0.4.1
- crypton-conduit ==0.2.3
- crypton-connection ==0.4.5
- crypton-conduit ==0.3.0
- crypton-connection ==0.4.6
- crypton-pem ==0.3.0
- crypton-socks ==0.6.2
- crypton-x509 ==1.7.7
- crypton-x509-store ==1.6.14
- crypton-x509-system ==1.6.8
- crypton-x509-validation ==1.6.14
- crypton-x509 ==1.9.1
- crypton-x509-store ==1.9.0
- crypton-x509-system ==1.9.0
- crypton-x509-validation ==1.9.1
- csp ==1.4.0
- css-syntax ==0.1.0.2
- css-text ==0.1.3.0
@@ -590,19 +594,19 @@ default-package-overrides:
- data-sketches ==0.4.0.1
- data-sketches-core ==0.3.0.0
- data-textual ==0.3.0.3
- dataframe ==2.1.0.3
- dataframe-core ==1.0.2.0
- dataframe-csv ==1.0.1.1
- dataframe-csv-th ==1.0.1.0
- dataframe-json ==1.0.1.0
- dataframe-lazy ==1.0.1.1
- dataframe-learn ==1.0.2.0
- dataframe-operations ==1.1.0.3
- dataframe-parquet ==1.0.1.1
- dataframe-parquet-th ==1.0.1.0
- dataframe-parsing ==1.0.1.0
- dataframe-th ==1.0.1.1
- dataframe-viz ==1.0.2.0
- dataframe ==2.3.0.0
- dataframe-core ==1.1.0.4
- dataframe-csv ==1.0.2.0
- dataframe-csv-th ==1.0.1.1
- dataframe-json ==1.0.1.1
- dataframe-lazy ==1.1.0.2
- dataframe-learn ==1.1.0.1
- dataframe-operations ==1.1.1.1
- dataframe-parquet ==1.1.0.1
- dataframe-parquet-th ==1.0.1.2
- dataframe-parsing ==1.0.2.1
- dataframe-th ==1.0.1.2
- dataframe-viz ==1.0.3.0
- dataurl ==0.1.0.0
- DAV ==1.3.4
- dbcleaner ==0.1.3
@@ -838,7 +842,6 @@ default-package-overrides:
- fakedata-parser ==0.1.0.0
- fakefs ==0.3.0.2
- fakepull ==0.3.0.2
- faktory ==1.1.3.2
- falsify ==0.3.0
- farmhash ==0.1.0.5
- fast-digits ==0.3.2.0
@@ -851,7 +854,7 @@ default-package-overrides:
- feature-flags ==0.1.0.1
- fedora-krb ==0.1.0
- fedora-releases ==0.3.0
- fedora-repoquery ==0.8.2
- fedora-repoquery ==0.9.1
- feed ==1.3.2.1
- FenwickTree ==0.1.2.1
- fft ==0.1.8.7
@@ -876,7 +879,6 @@ default-package-overrides:
- fingertree ==0.1.6.3
- finitary ==2.2.0.1
- finite-typelits ==0.2.1.0
- firebase-hs ==0.2.0.0
- first-class-families ==0.8.2.0
- fits-parse ==0.4.2
- fitspec ==0.4.10
@@ -915,7 +917,7 @@ default-package-overrides:
- forkable-monad ==0.2.0.3
- forma ==1.2.0
- format-numbers ==0.1.0.1
- formatn ==0.3.3.1
- formatn ==0.3.4.0
- formatting ==7.2.0
- foundation ==0.0.30
- fourmolu ==0.19.0.1
@@ -1015,6 +1017,8 @@ default-package-overrides:
- geodetics ==2.0.0
- geohash ==1.0.1
- geoip2 ==0.4.1.3
- geomancy ==0.3.1.0
- geomancy-layout ==0.1.1
- getopt-generics ==0.13.1.0
- ghc-bignum-orphans ==0.1.1
- ghc-byteorder ==4.11.0.0.10
@@ -1089,12 +1093,11 @@ default-package-overrides:
- githash ==0.1.7.0
- github ==0.30.0.2
- github-release ==2.0.0.19
- github-rest ==1.2.1
- github-types ==0.2.1
- gitit ==0.16
- gitlab-haskell ==1.4.0.0
- gitrev ==1.3.1
- gl ==0.9.1
- gl-block ==1.1
- glabrous ==2.1.0.0
- glasso ==0.1.0
- GLFW-b ==3.3.9.1
@@ -1107,10 +1110,10 @@ default-package-overrides:
- gloss-juicy ==0.2.3
- gloss-rendering ==1.13.2.1
- glpk-headers ==0.5.1
- gltf-codec ==0.1.0.5
- GLURaw ==2.0.0.5
- GLUT ==2.7.0.16
- gnuplot ==0.5.7
- gogol ==1.0.0.0
- gogol-adexchange-buyer ==1.0.0
- gogol-adexchange-seller ==1.0.0
- gogol-admin-datatransfer ==1.0.0
@@ -1201,7 +1204,7 @@ default-package-overrides:
- gopher-proxy ==0.1.1.3
- gothic ==0.1.8.5
- gpolyline ==0.1.0.1
- granite ==0.7.3.1
- granite ==0.7.4.0
- graph-core ==0.3.0.0
- graphite ==0.10.0.1
- graphql ==1.5.0.2
@@ -1219,7 +1222,7 @@ default-package-overrides:
- group-by-date ==0.1.0.5
- groups ==0.5.3
- gtk-scaling-image ==0.1.0.1
- gtk-sni-tray ==0.2.1.2
- gtk-sni-tray ==0.2.1.3
- gtk-strut ==0.1.4.1
- gtk2hs-buildtools ==0.13.12.0
- guarded-allocation ==0.0.1
@@ -1250,7 +1253,7 @@ default-package-overrides:
- has-transformers ==0.1.0.4
- HasBigDecimal ==0.2.0.0
- hasbolt ==0.1.7.2
- hash-tree ==0.0.1
- hash-tree ==0.1.0
- hashable ==1.5.1.0
- hashmap ==1.3.3
- hashtables ==1.4.2
@@ -1263,14 +1266,11 @@ default-package-overrides:
- haskell-src-exts ==1.23.1
- haskell-src-exts-simple ==1.23.1.0
- haskell-src-exts-util ==0.2.5
- haskell-src-meta ==0.8.15
- haskell-src-meta ==0.8.16
- HaskellNet ==0.6.2
- HaskellNet-SSL ==0.4.0.2
- haskey-btree ==0.3.0.1
- haskintex ==0.8.0.3
- haskoin-core ==1.2.2
- haskoin-node ==1.1.4
- haskoin-store-data ==1.5.16
- hasktags ==0.73.0
- hasktorch ==0.2.2.0
- hasql ==1.10.3.5
@@ -1303,8 +1303,9 @@ default-package-overrides:
- hedgehog-fakedata ==0.0.1.5
- hedgehog-fn ==1.0
- hedgehog-quickcheck ==0.1.1
- hedis ==0.15.2
- hedis ==0.16.1
- hedn ==0.3.0.4
- hedn-functor ==0.1.0.0
- heftia ==0.7.0.0
- heftia-effects ==0.7.0.0
- hegg ==0.6.0.0
@@ -1314,7 +1315,7 @@ default-package-overrides:
- hetero-parameter-list ==0.1.0.21
- hetero-parameter-list-with-typelevel-tools ==0.1.0.1
- heterocephalus ==1.0.5.7
- hetzner ==0.7.3.0
- hetzner ==0.8.0.0
- hex ==0.2.0
- hex-text ==0.1.0.9
- hexml ==0.3.5
@@ -1323,7 +1324,7 @@ default-package-overrides:
- hformat ==0.3.3.1
- hfsevents ==0.1.8
- hgal ==2.0.0.3
- hi-file-parser ==0.1.8.0
- hi-file-parser ==0.1.9.1
- hidapi ==0.1.8
- hie-compat ==0.3.1.2
- hiedb ==0.8.0.0
@@ -1354,7 +1355,6 @@ default-package-overrides:
- hmm-lapack ==0.5.0.1
- hmpfr ==0.4.5
- hoare ==0.1.1.0
- hoauth2 ==2.15.1
- honeycomb ==0.1.0.1
- hoogle ==5.0.19.0
- hopenssl ==2.2.5
@@ -1370,7 +1370,7 @@ default-package-overrides:
- hpc-codecov ==0.6.4.1
- hpc-lcov ==1.2.0
- HPDF ==1.8
- hpke ==0.0.0
- hpke ==0.1.0
- hpp ==0.6.5
- hpqtypes ==1.14.0.0
- hpqtypes-effectful ==1.1.0.0
@@ -1430,7 +1430,7 @@ default-package-overrides:
- hslua-typing ==0.2.0
- hsndfile ==0.8.0
- hsndfile-vector ==0.5.2
- HsOpenSSL ==0.11.7.10
- HsOpenSSL ==0.11.7.11
- HsOpenSSL-x509-system ==0.1.0.4
- hspec ==2.11.17
- hspec-api ==2.11.17
@@ -1479,12 +1479,12 @@ default-package-overrides:
- http-client-openssl ==0.3.3
- http-client-overrides ==0.1.1.0
- http-client-restricted ==0.1.1
- http-client-tls ==0.3.6.4
- http-client-tls ==0.4.0
- http-common ==0.8.3.4
- http-conduit ==2.3.9.1
- http-date ==0.0.11
- http-directory ==0.1.12
- http-download ==0.2.1.0
- http-download ==0.2.2.0
- http-io-streams ==0.1.7.2
- http-link-header ==1.2.3
- http-media ==0.8.1.1
@@ -1493,8 +1493,8 @@ default-package-overrides:
- http-semantics ==0.4.0
- http-streams ==0.8.9.9
- http-types ==0.12.5
- http2 ==5.4.0
- http3 ==0.1.2
- http2 ==5.4.1
- http3 ==0.1.3
- httpd-shed ==0.4.1.2
- human-readable-duration ==0.2.1.5
- HUnit ==1.6.2.0
@@ -1528,7 +1528,6 @@ default-package-overrides:
- hxt-xpath ==9.1.2.2
- hybrid-vectors ==0.2.5
- hyper ==0.2.1.2
- hyperbole ==0.6.1
- hyperloglog ==0.5
- hyphenation ==0.8.3
- iconv ==0.4.1.3
@@ -1621,8 +1620,7 @@ default-package-overrides:
- java-adt ==1.1
- jira-wiki-markup ==1.5.1
- jmacro ==0.6.18
- jose ==0.12
- jose-jwt ==0.10.0
- jose ==0.13
- journalctl-stream ==0.6.0.8
- js-chart ==2.9.4.1
- js-dgtable ==0.5.2
@@ -1663,7 +1661,7 @@ default-package-overrides:
- keyed-vals ==0.2.3.5
- keyed-vals-hspec-tests ==0.2.3.5
- keyed-vals-mem ==0.2.3.4
- keyed-vals-redis ==0.2.3.5
- keyed-vals-redis ==0.2.5.0
- keys ==3.12.5
- ki ==1.0.1.2
- ki-unlifted ==1.0.0.2
@@ -1675,9 +1673,9 @@ default-package-overrides:
- knob ==0.2.2
- koji ==0.0.2
- koji-tool ==1.3.1
- ktx-codec ==0.1.0.0
- kubernetes-api ==135.0.1
- kubernetes-api-client ==0.6.1.2
- kvitable ==1.1.2.0
- kvitable ==1.2.0.0
- labels ==0.3.3
- lackey ==2.0.0.12
- LambdaHack ==0.11.0.1
@@ -1700,13 +1698,13 @@ default-package-overrides:
- lapack-ffi ==0.0.3
- lapack-ffi-tools ==0.1.3.2
- lapack-hmatrix ==0.0.0.2
- large-hashable ==0.1.2.0
- large-hashable ==0.1.3.0
- largeword ==1.2.5
- latex ==0.1.0.4
- lattices ==2.2.1.1
- lawful ==0.1.0.0
- lawful-conversions ==0.4.0
- layoutz ==0.3.4.0
- layoutz ==0.4.0.0
- lazy-csv ==0.5.1
- lazyio ==0.1.0.6
- lazyppl ==1.0.1
@@ -1775,7 +1773,6 @@ default-package-overrides:
- literatex ==0.4.0.0
- lmdb ==0.2.5
- load-env ==0.2.1.0
- locators ==0.3.0.5
- loch-th ==0.2.2
- lockfree-queue ==0.2.4
- log-base ==0.12.1.0
@@ -1885,7 +1882,7 @@ default-package-overrides:
- mighty-metropolis ==2.0.0
- mime ==0.4.0.2
- mime-mail ==0.5.2
- mime-mail-ses ==0.4.4
- mime-mail-ses ==0.4.5
- mime-types ==0.1.2.2
- minimal-configuration ==0.1.4
- minimorph ==0.3.0.1
@@ -1895,10 +1892,11 @@ default-package-overrides:
- miniutter ==0.5.1.2
- minmax ==0.1.1.0
- mintty ==0.1.4
- miso ==1.11.0.0
- miso ==1.12.0.0
- missing-foreign ==0.1.1
- MissingH ==1.6.0.3
- mixed-types-num ==0.6.2
- mlkem ==0.2.2.0
- mmap ==0.5.9
- mmark ==0.0.8.0
- mmark-cli ==0.0.5.2
@@ -1913,7 +1911,7 @@ default-package-overrides:
- mnist-idx-conduit ==0.4.0.0
- mockcat ==1.4.1.1
- mockery ==0.3.5
- mod ==0.2.1.0
- mod ==0.2.2.0
- modern-uri ==0.3.6.1
- modular ==0.1.0.8
- moffy ==0.1.1.0
@@ -1944,7 +1942,6 @@ default-package-overrides:
- monad-parallel ==0.8.0.1
- monad-peel ==0.3
- monad-resumption ==0.1.4.0
- monad-schedule ==1.6
- monad-st ==0.2.4.1
- monad-time ==0.4.0.0
- monad-unlift ==0.2.0
@@ -1965,7 +1962,7 @@ default-package-overrides:
- monoidal-containers ==0.6.8.0
- monoidal-functors ==0.2.3.0
- monoidmap ==0.0.5.1
- monoidmap-aeson ==0.0.0.7
- monoidmap-aeson ==0.0.0.8
- monoidmap-examples ==0.0.0.2
- monoidmap-internal ==0.1.0.2
- monoidmap-quickcheck ==0.0.0.4
@@ -2011,7 +2008,7 @@ default-package-overrides:
- n2o-nitro ==0.11.2
- nagios-check ==0.3.2
- named ==0.4.0.0
- named-text ==1.2.3.0
- named-text ==1.2.4.0
- names-th ==0.3.0.1
- nano-erl ==0.1.0.1
- NanoID ==3.4.1.2
@@ -2086,8 +2083,8 @@ default-package-overrides:
- numeric-limits ==0.1.0.0
- numeric-prelude ==0.4.4
- numeric-quest ==0.2.1
- numhask ==0.13.2.1
- numhask-space ==0.13.2.0
- numhask ==0.13.3.0
- numhask-space ==0.13.3.0
- NumInstances ==1.4
- numtype-dk ==0.5.0.3
- nvim-hs ==2.3.2.4
@@ -2112,7 +2109,6 @@ default-package-overrides:
- ogma-language-xlsx ==1.14.0
- ogma-language-xmlspec ==1.14.0
- ogma-spec ==1.14.0
- oidc-client ==0.8.0.0
- old-locale ==1.0.0.7
- old-time ==1.1.1.0
- ollama-haskell ==0.2.1.0
@@ -2131,7 +2127,7 @@ default-package-overrides:
- oo-prototypes ==0.1.0.0
- oops ==0.2.0.1
- opaleye ==0.10.8.0
- open-browser ==0.5.0.0
- open-browser ==0.5.1.0
- open-witness ==0.7
- OpenAL ==1.7.0.5
- openapi3 ==3.2.5
@@ -2139,7 +2135,7 @@ default-package-overrides:
- openexr-write ==0.1.0.2
- OpenGL ==3.0.3.0
- OpenGLRaw ==3.3.4.1
- openpgp-asciiarmor ==0.1.2
- openpgp-asciiarmor ==1.0
- opensource ==0.1.1.0
- openssl-streams ==1.2.3.0
- opentelemetry ==0.8.0
@@ -2187,7 +2183,7 @@ default-package-overrides:
- pandoc-throw ==0.1.0.0
- pandoc-types ==1.23.1.2
- panic ==0.4.0.1
- pantry ==0.11.2
- pantry ==0.11.4
- parallel ==3.3.0.0
- parallel-io ==0.3.5
- parameterized ==0.5.0.0
@@ -2206,12 +2202,12 @@ default-package-overrides:
- partial-handler ==1.0.3
- partial-isomorphisms ==0.2.4.0
- partialord ==0.1.1
- password ==3.1.0.2
- password ==3.1.1.0
- password-aeson ==0.1.0.0
- password-http-api-data ==0.1.0.0
- password-instances ==3.1.0.0
- password-persistent ==0.1.0.0
- password-types ==1.0.0.0
- password-types ==1.0.1.0
- patch ==0.0.8.4
- path ==0.9.6
- path-binary-instance ==0.1.0.1
@@ -2248,7 +2244,6 @@ default-package-overrides:
- persistent-pagination ==0.1.1.2
- persistent-postgresql ==2.14.3.0
- persistent-qq ==2.12.0.7
- persistent-redis ==2.13.0.2
- persistent-sqlite ==2.13.3.1
- persistent-template ==2.12.0.0
- persistent-test ==2.13.2.1
@@ -2271,7 +2266,6 @@ default-package-overrides:
- pipes-fastx ==0.3.0.0
- pipes-fluid ==0.6.0.1
- pipes-group ==1.0.12
- pipes-http ==1.0.6
- pipes-network ==0.6.5
- pipes-network-tls ==0.4
- pipes-ordered-zip ==1.2.1
@@ -2323,7 +2317,6 @@ default-package-overrides:
- postgresql-simple-interval ==1.0.1.2
- postgresql-syntax ==0.4.3.1
- postgresql-transactional ==1.1.1
- postgresql-typed ==0.6.2.5
- ppad-aead ==0.3.2
- ppad-base16 ==0.3.0
- ppad-base58 ==0.2.3
@@ -2335,12 +2328,12 @@ default-package-overrides:
- ppad-hkdf ==0.3.2
- ppad-hmac-drbg ==0.3.1
- ppad-pbkdf ==0.2.2
- ppad-poly1305 ==0.4.2
- ppad-poly1305 ==0.4.4
- ppad-ripemd160 ==0.1.4
- ppad-script ==0.2.3
- ppad-secp256k1 ==0.5.7
- ppad-sha256 ==0.3.2
- ppad-sha512 ==0.2.2
- ppad-sha256 ==0.3.4
- ppad-sha512 ==0.2.4
- pptable ==0.3.0.0
- pqueue ==1.6.0.0
- prairie ==0.1.2.0
@@ -2398,8 +2391,6 @@ default-package-overrides:
- proto-lens-setup ==0.4.0.10
- protobuf ==0.2.1.3
- protobuf-simple ==0.1.1.1
- protocol-radius ==0.0.1.2
- protocol-radius-test ==0.1.0.1
- protolude ==0.3.5
- proxied ==0.3.2
- pseudo-boolean ==0.1.12.0
@@ -2409,11 +2400,12 @@ default-package-overrides:
- pthread ==0.2.1
- ptr ==0.16.8.8
- ptr-poker ==0.1.3
- ptrdiff ==0
- pulse-simple ==0.1.14
- pureMD5 ==2.1.4
- puresat ==0.1.0.1
- purescript-bridge ==0.15.0.0
- pusher-http-haskell ==2.1.0.21
- pusher-http-haskell ==2.1.0.25
- pvar ==1.0.0.0
- PyF ==0.11.5.0
- qchas ==1.1.0.1
@@ -2424,8 +2416,7 @@ default-package-overrides:
- QuasiText ==0.1.2.6
- queue-sheet ==0.8.0.1
- queues ==1.0.0
- quic ==0.2.21
- quic-simple ==0.1.1.0
- quic ==0.3.2
- quickbench ==1.0.1
- QuickCheck ==2.16.0.0
- quickcheck-arbitrary-adt ==0.3.1.0
@@ -2506,10 +2497,11 @@ default-package-overrides:
- refined ==0.8.2
- refined-containers ==0.1.2.0
- reflection ==2.1.9
- reflex ==0.9.4.0
- reflex ==0.9.4.1
- reflex-dom-core ==0.8.1.4
- reflex-fsnotify ==0.3.0.2
- reflex-gadt-api ==0.3.0.0
- reflex-vty ==1.1.0.0
- reform ==0.2.7.6
- reform-happstack ==0.2.5.8
- RefSerialize ==0.4.0
@@ -2546,7 +2538,7 @@ default-package-overrides:
- reroute ==0.7.0.0
- resistor-cube ==0.0.1.4
- resolv ==0.2.0.3
- resource-pool ==0.5.0.0
- resource-pool ==0.5.0.1
- resourcet ==1.3.0
- rest-rewrite ==0.4.5
- result ==0.2.6.0
@@ -2558,13 +2550,14 @@ default-package-overrides:
- rfc5051 ==0.2
- rg ==1.4.0.0
- rhbzquery ==0.4.5
- rhine ==1.6
- rhine-gloss ==1.6
- rhine-terminal ==1.6
- rhine ==1.8
- rhine-gloss ==1.8
- rhine-terminal ==1.8
- rhythmic-sequences ==0.8.0.0
- riak-protobuf ==0.25.0.0
- richenv ==0.1.0.4
- rio ==0.1.24.0
- rio ==0.1.25.0
- rio-app ==0.1.0.0
- rio-orphans ==0.1.2.0
- rio-prettyprint ==0.1.9.0
- rng-utils ==0.3.1
@@ -2587,7 +2580,7 @@ default-package-overrides:
- rss ==3000.2.0.8
- run-st ==0.1.3.3
- runmemo ==1.0.0.1
- rzk ==0.9.0
- rzk ==0.9.1
- s-cargot ==0.1.6.0
- safe ==0.3.21
- safe-coloured-text ==0.4.0.0
@@ -2621,8 +2614,8 @@ default-package-overrides:
- saturn ==1.1.0.5
- say ==0.1.0.1
- sayable ==1.2.7.0
- sbp ==6.5.0
- sbv ==14.3
- sbp ==6.5.1
- sbv ==14.4
- scalpel ==0.6.2.2
- scalpel-core ==0.6.2.2
- scanf ==0.1.0.0
@@ -2633,7 +2626,7 @@ default-package-overrides:
- scientist ==0.0.0.0
- scotty ==0.30
- scrypt ==0.5.0
- sdl2 ==2.5.5.1
- sdl2 ==2.5.6.0
- sdl2-gfx ==0.3.0.0
- sdl2-image ==2.1.0.0
- sdl2-mixer ==1.2.0.0
@@ -2699,7 +2692,7 @@ default-package-overrides:
- servant-xml ==1.0.3
- serversession ==1.0.3
- serversession-backend-acid-state ==1.0.5
- serversession-backend-redis ==1.0.5
- serversession-backend-redis ==1.0.6
- serversession-frontend-wai ==1.0.1
- serversession-frontend-yesod ==1.0.1
- servius ==1.2.3.0
@@ -2766,7 +2759,6 @@ default-package-overrides:
- skylighting-format-context ==0.1.0.2
- skylighting-format-latex ==0.1
- skylighting-format-typst ==0.1
- slack-web ==2.2.0.0
- slave-thread ==1.1.0.3
- slick ==1.4.0.1
- slist ==0.3.0.0
@@ -2776,7 +2768,7 @@ default-package-overrides:
- smtlib-backends ==0.4
- smtlib-backends-process ==0.3
- smtlib-backends-tests ==0.3
- smtp-mail ==0.5.0.0
- smtp-mail ==0.5.0.1
- snap-blaze ==0.2.1.5
- snap-core ==1.0.5.1
- snap-server ==1.1.2.1
@@ -2795,7 +2787,7 @@ default-package-overrides:
- sop-core ==0.5.0.2
- sort ==1.0.0.0
- sorted-list ==0.3.1.0
- sound-collage ==0.2.1
- sound-collage ==0.2.1.1
- sourcemap ==0.1.7
- sox ==0.2.3.2
- soxlib ==0.0.3.2
@@ -2805,9 +2797,14 @@ default-package-overrides:
- speedy-slice ==0.3.2
- sphinx ==0.6.1
- Spintax ==0.3.7.0
- spirv-enum ==1.104.350.0
- spirv-headers ==0.1.0.0
- spirv-reflect-ffi ==0.4
- spirv-reflect-types ==0.4
- spirv-reflect-yaml ==0.4
- splice ==0.6.1.1
- split ==0.2.5
- split-record ==0.1.1.4
- split-record ==0.1.1.5
- splitmix ==0.1.3.2
- splitmix-distributions ==1.2.0
- Spock-api ==0.14.0.0
@@ -2831,12 +2828,12 @@ default-package-overrides:
- statestack ==0.3.1.1
- StateVar ==1.2.2
- stateWriter ==0.4.0
- static-bytes ==0.1.1
- static-bytes ==0.2.0
- static-text ==0.2.0.7
- statistics ==0.16.5.0
- statistics-linreg ==0.3
- statsd-rupp ==0.5.0.1
- status-notifier-item ==0.3.2.14
- status-notifier-item ==0.3.2.15
- step-function ==0.2.1
- stitch ==0.6.0.0
- stm-chans ==3.0.0.11
@@ -2899,7 +2896,7 @@ default-package-overrides:
- stringbuilder ==0.5.1
- stringprep ==1.0.0
- stringsearch ==0.3.6.6
- strip-ansi-escape ==0.1.0.0
- strip-ansi-escape ==0.1.0.1
- strive ==6.1.0.5
- strong-path ==1.2.0.0
- structs ==0.1.10
@@ -2921,7 +2918,6 @@ default-package-overrides:
- sydtest-autodocodec ==0.0.0.0
- sydtest-discover ==0.0.0.4
- sydtest-hedgehog ==0.4.0.0
- sydtest-hedis ==0.0.0.0
- sydtest-hspec ==0.4.0.4
- sydtest-persistent ==0.1.0.0
- sydtest-persistent-sqlite ==0.2.0.3
@@ -2936,10 +2932,10 @@ default-package-overrides:
- symengine ==0.1.2.0
- symmetry-operations-symbols ==0.0.2.1
- symparsec ==2.0.0
- synthesizer-alsa ==0.5.0.6
- synthesizer-core ==0.8.4
- synthesizer-dimensional ==0.8.1.1
- synthesizer-midi ==0.6.1.2
- synthesizer-alsa ==0.6
- synthesizer-core ==0.9.0.1
- synthesizer-dimensional ==0.9.0.1
- synthesizer-midi ==0.7.0.1
- sysinfo ==0.1.1
- system-argv0 ==0.1.1
- system-fileio ==0.3.16.7
@@ -3022,7 +3018,7 @@ default-package-overrides:
- test-framework-quickcheck2 ==0.3.0.7
- test-framework-smallcheck ==0.2
- test-fun ==0.1.0.0
- testcontainers ==0.5.3.0
- testcontainers ==0.5.4.0
- testcontainers-postgresql ==0.2.0.1
- testing-feat ==1.1.1.1
- testing-type-modifiers ==0.1.0.1
@@ -3090,12 +3086,12 @@ default-package-overrides:
- threads-supervisor ==1.2.0.2
- threepenny-gui ==0.9.4.2
- thyme ==0.4.1
- tidal ==1.10.2
- tidal ==1.10.3
- tidal-core ==1.10.2
- tidal-link ==1.2.1
- tidal-link ==1.2.2
- tile ==0.3.0.0
- time-compat ==1.9.9
- time-domain ==1.6
- time-domain ==1.8
- time-hourglass ==0.3.0
- time-lens ==0.4.0.2
- time-locale-compat ==0.1.1.5
@@ -3114,17 +3110,16 @@ default-package-overrides:
- timezone-olson-th ==0.1.0.11
- timezone-series ==0.1.13
- titlecase ==1.0.1
- tldr ==0.9.2
- tls ==2.1.14
- tls-session-manager ==0.0.9
- tls-sslkeylogfile ==0.1.0.0
- tldr ==0.9.3
- tls ==2.4.3
- tls-session-manager ==0.1.0
- tlynx ==0.9.0.0
- tmapchan ==0.0.3
- tmapmvar ==0.0.4
- tmp-proc ==0.7.2.7
- tmp-proc-postgres ==0.7.2.4
- tmp-proc-rabbitmq ==0.7.2.4
- tmp-proc-redis ==0.7.2.5
- tmp-proc-redis ==0.7.3.0
- token-bucket ==0.1.0.1
- tokenize ==0.3.0.1
- toml-parser ==2.0.2.0
@@ -3187,14 +3182,14 @@ default-package-overrides:
- typst ==0.10
- typst-symbols ==0.2
- tz ==0.1.3.6
- tzdata ==0.2.20250115.0
- tzdata ==0.2.20260708.0
- tztime ==0.1.1.0
- ua-parser ==0.7.7.0
- uglymemo ==0.1.0.1
- uhd ==0.1.1.0
- ulid ==0.3.3.0
- unagi-chan ==0.4.1.4
- unbound-generics ==0.4.4
- unbound-generics ==0.4.5
- unbounded-delays ==0.1.1.1
- unboxed-ref ==0.4.0.0
- unboxing-vector ==0.2.0.0
@@ -3239,7 +3234,7 @@ default-package-overrides:
- universum ==1.8.3.1
- unix-bytestring ==0.4.0.4
- unix-compat ==0.7.4.1
- unix-time ==0.4.17
- unix-time ==0.5.0
- unjson ==0.15.4
- unlifted ==0.2.3.0
- unliftio ==0.2.25.1
@@ -3288,7 +3283,7 @@ default-package-overrides:
- variant ==1.0.3
- vary ==0.1.1.3
- varying ==0.8.1.0
- vault ==0.3.1.6
- vault ==0.3.2.0
- vcr ==0.1.0
- vcs-ignore ==0.0.2.0
- vector ==0.13.2.0
@@ -3342,7 +3337,6 @@ default-package-overrides:
- wai-middleware-bearer ==1.0.3
- wai-middleware-caching ==0.1.0.2
- wai-middleware-caching-lru ==0.1.0.0
- wai-middleware-caching-redis ==0.2.0.0
- wai-middleware-clacks ==0.1.0.1
- wai-middleware-delegate ==0.2.0.2
- wai-middleware-metrics ==0.2.4
@@ -3358,7 +3352,7 @@ default-package-overrides:
- wai-transformers ==0.2.0
- wai-websockets ==3.0.1.2
- wakame ==0.1.0.0
- warp ==3.4.13.1
- warp ==3.4.14
- warp-tls ==3.4.14
- wave ==0.2.1
- wavefront ==0.7.2.0
@@ -3369,16 +3363,13 @@ default-package-overrides:
- web-routes-happstack ==0.23.12.4
- web-routes-th ==0.22.8.3
- web-view ==0.7.1
- web3-tools ==0.1.0.0
- webby ==1.2.1
- webcolor-labels ==0.1.0.0
- webdriver ==0.15.0.0
- webdriver-precore ==0.2.0.2
- webex-teams-api ==0.2.0.1
- webex-teams-conduit ==0.2.0.1
- webex-teams-pipes ==0.2.0.1
- webgear-core ==1.5.0
- webgear-server ==1.5.0
- webgear-swagger-ui ==1.5.0
- webp ==0.1.2.0
- webpage ==0.0.5.1
- webrtc-vad ==0.1.0.3
@@ -3406,7 +3397,7 @@ default-package-overrides:
- wl-pprint ==1.2.1
- wl-pprint-annotated ==0.1.0.1
- wl-pprint-text ==1.2.0.2
- wled-json ==0.1.0.4
- wled-json ==0.1.0.5
- word-compat ==0.0.6
- word-trie ==0.3.0
- word-wrap ==0.5
@@ -3414,7 +3405,7 @@ default-package-overrides:
- world-peace ==1.0.2.0
- wrap ==0.0.0
- wraxml ==0.5
- wreq ==0.5.4.4
- wreq ==0.5.4.5
- wreq-stringless ==0.5.9.1
- writer-cps-transformers ==0.5.6.1
- ws ==0.0.6
@@ -3465,10 +3456,7 @@ default-package-overrides:
- yeshql-core ==4.2.0.0
- yesod ==1.6.2.3
- yesod-alerts ==0.1.6.0
- yesod-auth ==1.6.12.1
- yesod-auth-basic ==0.1.0.3
- yesod-auth-hashdb ==1.7.1.7
- yesod-auth-oauth2 ==0.8.0.0
- yesod-core ==1.6.29.1
- yesod-csp ==0.2.7.1
- yesod-eventsource ==1.6.0.2
@@ -3484,7 +3472,6 @@ default-package-overrides:
- yesod-recaptcha2 ==1.0.2.1
- yesod-routes-flow ==3.0.0.2
- yesod-sitemap ==1.6.0.1
- yesod-static ==1.6.1.3
- yesod-test ==1.7.0.2
- yesod-websockets ==0.3.0.4
- yggdrasil-schema ==1.0.0.6

View File

@@ -194,6 +194,7 @@ dont-distribute-packages:
- baikai
- baikai-claude
- baikai-effectful
- baikai-kit
- baikai-openai
- baikai-trace-otel
- balkon
@@ -747,6 +748,8 @@ dont-distribute-packages:
- dhscanner-kbapi
- dhscanner-kbgen
- dia-functions
- diagnostician-html
- diagnostician-terminal
- diagrams-html5
- diagrams-reflex
- diagrams-wx
@@ -1724,6 +1727,7 @@ dont-distribute-packages:
- http-response-decoder
- http-tower-hs
- http2-client-grpc
- http2-client-grpc-effectful
- http2-grpc-proto-lens
- http2-grpc-proto3-wire
- http3
@@ -1782,6 +1786,7 @@ dont-distribute-packages:
- hylotab
- hyloutils
- hyperbole
- hyperbole-oauth2
- hyperpublic
- ide-backend
- ide-backend-server
@@ -1790,6 +1795,7 @@ dont-distribute-packages:
- ideas-statistics
- identicon-style-squares
- idna
- idnaparse
- iException
- ige-mac-integration
- igrf
@@ -1846,7 +1852,9 @@ dont-distribute-packages:
- IORefCAS
- ipatch
- ipc
- ipedb
- ipld-cid
- ipldm
- ipprint
- iptadmin
- irc-fun-bot
@@ -1965,6 +1973,9 @@ dont-distribute-packages:
- keid-geometry
- keid-resource-gltf
- keid-sound-openal
- keiro-core
- keiro-dsl
- keiro-migrations
- kerry
- kevin
- key-vault
@@ -1979,6 +1990,11 @@ dont-distribute-packages:
- kif-parser
- kind-integer
- kind-rational
- kioku-cli
- kioku-core
- kioku-migrate
- kioku-migrations
- kiroku-store-migrations
- kit
- kmeans-par
- kmeans-vector
@@ -2197,6 +2213,7 @@ dont-distribute-packages:
- manifold-random
- Map
- marionetta
- marionette-effectful
- markdown-pap
- markdown2svg
- markov-processes
@@ -2235,8 +2252,6 @@ dont-distribute-packages:
- meta-par-accelerate
- MetaObject
- metaplug
- metar
- metar-http
- Metrics
- metro
- metro-socket
@@ -2509,6 +2524,7 @@ dont-distribute-packages:
- ogma-language-fret-cs
- ogma-language-fret-reqs
- ois-input-manager
- okf-cli
- olwrapper
- om-kubernetes
- online-csv
@@ -2618,6 +2634,7 @@ dont-distribute-packages:
- peyotls
- peyotls-codec
- pg-entity
- pg-migrate-test-support
- pgmq-config
- pgmq-effectful
- pgmq-hasql
@@ -3200,6 +3217,7 @@ dont-distribute-packages:
- shikumi-cache-redis
- shikumi-compile
- shikumi-eval
- shikumi-okf
- shikumi-optimize
- shikumi-tools
- shikumi-trace

File diff suppressed because it is too large Load Diff