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 #351154

Merged
merged 40 commits into from
Nov 7, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
40 commits
Select commit Hold shift + click to select a range
73e66bb
Merge master into haskell-updates
github-actions[bot] Oct 22, 2024
3d0c9fa
Merge master into haskell-updates
github-actions[bot] Oct 23, 2024
3b95864
Merge master into haskell-updates
github-actions[bot] Oct 24, 2024
ac2e249
Merge master into haskell-updates
github-actions[bot] Oct 25, 2024
bb814ee
all-cabal-hashes: 2024-10-05T14:46:54Z -> 2024-10-25T11:10:52Z
sternenseemann Oct 23, 2024
e790d59
haskellPackages: stackage LTS 22.36 -> LTS 22.39
sternenseemann Oct 23, 2024
7ae9e34
haskellPackages: regenerate package set based on current config
sternenseemann Oct 23, 2024
31e0477
haskellPackages.mpi-hs: 0.7.3.0 -> 0.7.3.1
sternenseemann Oct 25, 2024
1277fb6
yi: re-init at 0.19.2
sternenseemann Oct 24, 2024
c5b7426
Merge branch staging-next into haskell-updates
sternenseemann Oct 25, 2024
a62d4fe
haskell.packages.ghc98*.ghc-lib{,-parser}: use 9.8.3 versions
sternenseemann Oct 25, 2024
a3532c9
haskell.packages.ghc983.generic-arbitrary: disable broken test suite
sternenseemann Oct 25, 2024
169b24d
haskellPackages.password: use crypton, disable scrypt on non-x86
sternenseemann Oct 25, 2024
7eae33b
haskellPackages.large-hashable: unstable-2022-06-10 -> 0.1.1.0
sternenseemann Oct 31, 2024
001ff86
haskellPackages.vivid: drop obsolete overrides
sternenseemann Oct 31, 2024
ef3f248
haskellPackages.Cabal_*: use process 1.6.25.0 for GHC < 9.2.5
sternenseemann Oct 31, 2024
3a82664
Merge master into haskell-updates
github-actions[bot] Nov 1, 2024
7f5fafc
haskellPackages.http-semantics: restrict to < 0.3.0
sternenseemann Nov 1, 2024
ae92964
haskell.packages.ghc9101.warp: 3.4.2 -> 3.4.3
sternenseemann Nov 1, 2024
7261dec
stack: provide requested static-bytes >= 0.1.1
sternenseemann Nov 1, 2024
a721517
top-level/release-haskell.nix: remove ineffectual Cabal-syntax jobs
sternenseemann Nov 1, 2024
71b09ef
haskellPackages.Cabal_3_14_0_0: build against matching Cabal-syntax
sternenseemann Nov 1, 2024
c409770
haskell.compiler.ghcHEAD: 9.11.20240423 -> 9.13.20241031
sternenseemann Nov 1, 2024
30bae67
haskell.packages.*.Cabal_3_1*: never supply non corepkg process
sternenseemann Nov 1, 2024
d2b766c
haskellPackages.snap: fix tests on darwin with sandbox
alexfmpe Nov 1, 2024
5f96151
haskellPackages.warp: fix tests on darwin with sandbox (#352778)
maralorn Nov 1, 2024
9f4b4c4
Merge master into haskell-updates
github-actions[bot] Nov 2, 2024
97ad835
haskellPackages.password: use crypton, disable scrypt on non-x86 (#35…
maralorn Nov 2, 2024
f908b35
yi: Fix formatting
maralorn Nov 2, 2024
4aa4054
Merge master into haskell-updates
github-actions[bot] Nov 3, 2024
b5ee541
doc/haskell: update default GHC version
sternenseemann Nov 3, 2024
b84e822
mailctl: delete unused source files
sternenseemann Nov 3, 2024
92ce112
haskellPackages.twain: build with up to date dependencies
sternenseemann Nov 3, 2024
57af37a
Merge master into haskell-updates
github-actions[bot] Nov 4, 2024
7029ffd
Merge master into haskell-updates
github-actions[bot] Nov 5, 2024
84527c8
Merge master into haskell-updates
github-actions[bot] Nov 6, 2024
a759676
Merge master into haskell-updates
github-actions[bot] Nov 7, 2024
c079b15
haskellPackages.llvm-codegen: provide LLVM 17
sternenseemann Nov 7, 2024
7dfefc7
haskellPackages: mark builds failing on hydra as broken
sternenseemann Nov 7, 2024
df930b8
Merge branch master into haskell-updates
sternenseemann Nov 7, 2024
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
Prev Previous commit
Next Next commit
haskellPackages.Cabal_3_14_0_0: build against matching Cabal-syntax
  • Loading branch information
sternenseemann committed Nov 1, 2024
commit 71b09ef3316bc0423a906d3960fb5454a753d0ab
3 changes: 3 additions & 0 deletions pkgs/development/haskell-modules/configuration-common.nix
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ self: super: {
# Use process core package when possible
process = self.process_1_6_25_0;
}));
Cabal_3_14_0_0 = doDistribute (super.Cabal_3_14_0_0.override {
Cabal-syntax = self.Cabal-syntax_3_14_0_0;
});

# hackage-security == 0.6.2.6 has a wider support range in theory, but it only
# makes sense to use the non Stackage version if we want to use Cabal* >= 3.12
Expand Down
1 change: 1 addition & 0 deletions pkgs/top-level/release-haskell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -562,6 +562,7 @@ let
] released;
Cabal_3_10_3_0 = released;
Cabal_3_12_1_0 = released;
Cabal_3_14_0_0 = released;
cabal2nix = lib.subtractLists [
compilerNames.ghc9101
] released;
Expand Down