haskellPackages: stackage LTS 24.35 -> LTS 24.36

all-cabal-hashes: 2026-03-30T06:52:34Z -> 2026-04-09T21:58:58Z

(generated by maintainers/scripts/haskell/update-package-set.sh)
This commit is contained in:
Wolfgang Walther
2026-04-10 09:52:55 +02:00
parent cfd89a5979
commit 8618bb50f0
4 changed files with 2373 additions and 389 deletions

View File

@@ -1,6 +1,6 @@
{
"commit": "7c90adee4a21c129dfe6b4b9d2d63c0d704d11ef",
"url": "https://github.com/commercialhaskell/all-cabal-hashes/archive/7c90adee4a21c129dfe6b4b9d2d63c0d704d11ef.tar.gz",
"sha256": "1l0lk9ifzby749w9wj1v8cp048ndpf6qznlpdjkmmz5f8fvlr53z",
"msg": "Update from Hackage at 2026-03-30T06:52:34Z"
"commit": "fc5584ee196b463b3e36ec8731df48ca0434eb54",
"url": "https://github.com/commercialhaskell/all-cabal-hashes/archive/fc5584ee196b463b3e36ec8731df48ca0434eb54.tar.gz",
"sha256": "1c2a9jvjy72v92h233ya26f50yv302msn95f4jnq7k9774fb1brw",
"msg": "Update from Hackage at 2026-04-09T21:58:58Z"
}

View File

@@ -29,29 +29,6 @@ with haskellLib;
# To avoid merge conflicts, consider adding your item at an arbitrary place in the list instead.
{
# Hackage's accelerate is from 2020 and incompatible with our GHC.
# The existing derivation also has missing dependencies
# compared to the source from github.
# https://github.com/AccelerateHS/accelerate/issues/553
accelerate = lib.pipe super.accelerate [
(warnAfterVersion "1.3.0.0")
(addBuildDepends [
self.double-conversion
self.formatting
self.microlens
])
(overrideCabal (drv: {
version = "1.3.0.0-unstable-2026-01-30";
src = pkgs.fetchFromGitHub {
owner = "AccelerateHS";
repo = "accelerate";
rev = "c22387ed2e00b00a6c79dcec5d22b53874da91fc";
sha256 = "sha256-AtKdxeCytRbmOIFe7OPbSMlhFhJnrgMuIqLFIeqnBGU";
};
}))
];
# Make sure that Cabal_* can be built as-is
Cabal_3_10_3_0 = doDistribute (
super.Cabal_3_10_3_0.override {

View File

@@ -1,4 +1,4 @@
# Stackage LTS 24.35
# Stackage LTS 24.36
# This file is auto-generated by
# maintainers/scripts/haskell/update-stackage.sh
default-package-overrides:
@@ -500,7 +500,7 @@ default-package-overrides:
- crc32c ==0.2.2
- crdt-event-fold ==1.8.1.2
- criterion ==1.6.4.0
- criterion-measurement ==0.2.3.0
- criterion-measurement ==0.2.4.0
- cron ==0.7.2
- crypto-api ==0.13.3
- crypto-api-tests ==0.3
@@ -704,7 +704,7 @@ default-package-overrides:
- drifter-postgresql ==0.2.1
- drifter-sqlite ==0.1.0.0
- dsp ==0.2.5.2
- dual-tree ==0.2.3.2
- dual-tree ==0.2.3.3
- dublincore-xml-conduit ==0.1.0.3
- dunai ==0.14.1
- duration ==0.2.0.0
@@ -2064,7 +2064,7 @@ default-package-overrides:
- options ==1.2.1.2
- optparse-applicative ==0.18.1.0
- optparse-enum ==1.0.0.0
- optparse-generic ==1.5.2
- optparse-generic ==1.5.3
- optparse-simple ==0.1.1.4
- optparse-text ==0.1.1.0
- ordered-containers ==0.2.4
@@ -2710,7 +2710,7 @@ default-package-overrides:
- statistics ==0.16.5.0
- statistics-linreg ==0.3
- statsd-rupp ==0.5.0.1
- status-notifier-item ==0.3.2.10
- status-notifier-item ==0.3.2.13
- step-function ==0.2.1
- stitch ==0.6.0.0
- stm-chans ==3.0.0.11
@@ -3215,7 +3215,7 @@ default-package-overrides:
- wave ==0.2.1
- wcwidth ==0.0.2
- web-cookiejar ==0.1.3.1
- web-rep ==0.14.0.1
- web-rep ==0.14.1.0
- web-routes ==0.27.16
- web-routes-th ==0.22.8.3
- web-view ==0.7.0

File diff suppressed because it is too large Load Diff