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

Update nixpkgs pins #2156

Merged
merged 196 commits into from
Jul 12, 2024
Merged
Changes from 1 commit
Commits
Show all changes
196 commits
Select commit Hold shift + click to select a range
393293a
Update nixpkgs pins
hamishmack Feb 3, 2024
92288a7
Remove sphinx override
hamishmack Feb 7, 2024
5d94a90
Boot with ghc 8.10.7
hamishmack Feb 7, 2024
56b38ec
Patch code in case we decide to run sphinx doc generation
hamishmack Feb 7, 2024
fad197b
Bump nixpkgs pins again
hamishmack Feb 7, 2024
7c96a94
Remove reference to old pkg
hamishmack Feb 7, 2024
1402b84
Bump pinned haskellNix in nix-tools subdir
hamishmack Feb 7, 2024
7f98399
Remove sphinx dependency and don't build docs for old GHCs
hamishmack Feb 7, 2024
b5871a9
Add materialized files
hamishmack Feb 7, 2024
6d2ecea
Remove broken assert
hamishmack Feb 7, 2024
0ffc199
ifdLevel 1
hamishmack Feb 7, 2024
a4b3ae7
Fix patch
hamishmack Feb 7, 2024
43709b5
ifdLevel 0
hamishmack Feb 7, 2024
130497c
ifdLevel 1
hamishmack Feb 7, 2024
eac4a55
Merge remote-tracking branch 'origin/master' into hkm/nixpkgs-update
hamishmack Feb 8, 2024
8da9453
ifdLevel 0
hamishmack Feb 8, 2024
df1f0ea
bump pins (including ghc99)
hamishmack Feb 10, 2024
86a8472
Merge remote-tracking branch 'origin/master' into hkm/nixpkgs-update
hamishmack Feb 10, 2024
679f09e
Fix disabling docs
hamishmack Feb 10, 2024
b3da2ae
Merge remote-tracking branch 'origin/master' into hkm/nixpkgs-update
hamishmack Feb 11, 2024
f77b1f7
ifdLevel 1
hamishmack Feb 12, 2024
e97780e
Try building ghc 9.2.8 with 9.2.8
hamishmack Feb 12, 2024
72b5e60
ifdLevel 0
hamishmack Feb 12, 2024
d4be16d
Try ghc902 to boot native ghc928
hamishmack Feb 12, 2024
8d051f4
Try haskell.nix ghc902 to boot native ghc928
hamishmack Feb 12, 2024
cde42db
Merge remote-tracking branch 'origin/master' into hkm/nixpkgs-update
hamishmack Feb 14, 2024
7dd05cb
ifdLevel 1
hamishmack Feb 14, 2024
6eb8d87
Stick with haskell.nix ghc 8.10.7 for building 9.2.8
hamishmack Feb 14, 2024
bf74d61
Bump ghc99
hamishmack Feb 14, 2024
2e53c72
Fix hash for linux
hamishmack Feb 14, 2024
2fb4ac3
Use ghc 9.6.4 to build git ghc commits
hamishmack Feb 14, 2024
44edaa8
Disable ghc-iserv-prof for ghc HEAD for now
hamishmack Feb 14, 2024
4801cee
Fix logic
hamishmack Feb 14, 2024
e41ac87
ifdLevel 2
hamishmack Feb 15, 2024
4c67ab2
Merge remote-tracking branch 'origin/master' into hkm/nixpkgs-update
hamishmack Feb 25, 2024
441e22c
Bump pins
hamishmack Feb 25, 2024
25bad1a
Fix for libsodium 1.0.19
hamishmack Feb 25, 2024
bac2ac5
Fix hash
hamishmack Feb 25, 2024
47e030d
ifdLevel 1
hamishmack Feb 25, 2024
ec488d8
ifdLevel 2
hamishmack Feb 25, 2024
c48497f
ifdLevel 3
hamishmack Feb 25, 2024
ad6263d
Bump iserv-proxy
hamishmack Feb 25, 2024
e7e815d
Let's try using it directly.
angerman Nov 29, 2023
f16c672
Add os-string package for ghc head
hamishmack Feb 26, 2024
2d10ee1
Fix winePackage.minimal
hamishmack Feb 26, 2024
8fbb35f
Update hackage-head
hamishmack Feb 26, 2024
10ce7fc
Disable plugin test for ghc head
hamishmack Feb 26, 2024
b14df42
Fix for emscripten in nixpkgs-unstable
hamishmack Feb 26, 2024
4d963ee
Fix for ghc 9.8.1
hamishmack Feb 26, 2024
87f01b2
Keep haddock but not sphinx docs
hamishmack Feb 26, 2024
b8312de
ifdLevel 0
hamishmack Feb 26, 2024
3382eab
ifdLevel 1
hamishmack Feb 26, 2024
cca7f1f
Fix for musl
hamishmack Feb 27, 2024
5a7fa23
ifdLevel 2
hamishmack Feb 27, 2024
13c0f58
ifdLevel 0
hamishmack Feb 27, 2024
be17603
ifdLevel 1
hamishmack Feb 27, 2024
dcb0f5e
ifdLevel 2
hamishmack Feb 27, 2024
768b298
ifdLevel 3
hamishmack Feb 28, 2024
9b8207d
Update hackage head
hamishmack Feb 28, 2024
da12e7f
Fix for ghc head
hamishmack Feb 28, 2024
5ce18d0
Better fix for `os-string`
hamishmack Feb 29, 2024
efb0e30
Workaround for https://github.com/haskell/cabal/issues/5444
hamishmack Feb 29, 2024
9e9c0a8
Conditional source-repository-package support
hamishmack Mar 1, 2024
996f79e
Add missing \n
hamishmack Mar 2, 2024
b036650
Avoid libsodium on ghcjs and update hackage head
hamishmack Mar 2, 2024
db3ef95
Updte head.hackage sha256
hamishmack Mar 3, 2024
cb91f3d
Updte head.hackage sha256
hamishmack Mar 3, 2024
a89252d
Fix code coverage for ghc HEAD
hamishmack Mar 4, 2024
9568cd5
Fix code coverage for ghc HEAD
hamishmack Mar 4, 2024
a723c75
Merge remote-tracking branch 'origin/master' into hkm/nixpkgs-update
hamishmack Mar 4, 2024
155adfa
Fix code coverage for ghc HEAD
hamishmack Mar 4, 2024
f4e23a5
Updte head.hackage sha256
hamishmack Mar 5, 2024
ace89d9
Fixes for latest ghc 9.9
hamishmack Mar 5, 2024
beb1ab5
ifdLevel 0
hamishmack Mar 5, 2024
9553926
Bump ghc99 pin
hamishmack Mar 5, 2024
f008b9a
ifdLevel 1
hamishmack Mar 5, 2024
f92cb16
ifdLevel 2
hamishmack Mar 5, 2024
4fb329c
ifdLevel 3
hamishmack Mar 5, 2024
0c5033a
Fix paths
hamishmack Mar 5, 2024
b5bfdac
ifdLevel 1
hamishmack Mar 5, 2024
b80eaa2
Fix paths
hamishmack Mar 5, 2024
670dc85
ifdLevel 2
hamishmack Mar 5, 2024
e1276c8
ifdLevel 3
hamishmack Mar 5, 2024
82a2c7f
Fix for ghc 8.10
hamishmack Mar 6, 2024
dd6360d
Exclude plugin test
hamishmack Mar 6, 2024
b44465e
Merge remote-tracking branch 'origin/master' into hkm/nixpkgs-update
hamishmack Mar 17, 2024
60cfcfe
ifdLevel 0
hamishmack Mar 17, 2024
65e6c43
ifdLevel 1
hamishmack Mar 17, 2024
4ff5abc
ifdLevel 2
hamishmack Mar 17, 2024
8782e4b
ifdLevel 3
hamishmack Mar 17, 2024
95e49b6
Remove patch replaced by ghc source patch
hamishmack Mar 17, 2024
c66cbd3
Always build mingwW64
angerman Mar 23, 2024
95a4a74
Drop bad hack
angerman Mar 23, 2024
52d807d
Try to fix windows ASLR.
angerman Mar 24, 2024
365d39b
Merge branch 'master' into hkm/nixpkgs-update
angerman Apr 5, 2024
7a3a9ff
Update pkgconf-nixpkgs-map.nix
angerman Apr 5, 2024
e7fec91
Fixup throw catch
angerman Apr 5, 2024
969b300
Add back in libsodium.
angerman Apr 5, 2024
d59efcb
Merge remote-tracking branch 'origin/master' into hkm/nixpkgs-update
angerman Apr 8, 2024
c9b9ab5
Merge remote-tracking branch 'origin/master' into hkm/nixpkgs-update
angerman Apr 9, 2024
d9dc867
[win] fix Error: CFI instruction used without previous .cfi_startproc
angerman Apr 9, 2024
0cca66e
Fixup windows relocs
angerman Apr 13, 2024
b864fe0
Merge remote-tracking branch 'origin/master' into hkm/nixpkgs-update
angerman Apr 13, 2024
60a8c4e
Fix spelling mistake
angerman Apr 13, 2024
36565bc
Update lock files
angerman Apr 13, 2024
a951839
Add BUGLOG
angerman Apr 13, 2024
c1b966c
Bump LLVM. There is no 9 left in nixpkgs.
angerman Apr 13, 2024
4d2710e
ifdLevel 1
angerman Apr 14, 2024
f5a8eb3
Make libcxxabi mapping work across multiple nixpkgs
angerman Apr 14, 2024
987ae45
fix if
angerman Apr 14, 2024
40a6da8
fix parens
angerman Apr 15, 2024
448ca1b
ifdLevel 2
angerman Apr 15, 2024
6239a5b
ifdLevel 3
angerman Apr 15, 2024
15ade65
head.hackage still needed for text-short
hamishmack Apr 15, 2024
2340b3c
Merge remote-tracking branch 'origin/master' into hkm/nixpkgs-update
hamishmack Apr 15, 2024
531a9e5
Merge remote-tracking branch 'origin/master' into hkm/nixpkgs-update
hamishmack Apr 15, 2024
5e82728
disable c++ as one breaking issue
angerman Apr 16, 2024
9b8ec56
Merge remote-tracking branch 'origin/master' into hkm/nixpkgs-update
hamishmack May 15, 2024
47fa8ea
Merge remote-tracking branch 'origin/master' into hkm/nixpkgs-update
hamishmack May 17, 2024
d667a88
ifdLevel 1
hamishmack May 17, 2024
839db49
ifdLevel 2
hamishmack May 20, 2024
973d748
Merge remote-tracking branch 'origin/master' into hkm/nixpkgs-update
hamishmack May 23, 2024
7b4e8cc
Use nixpkgs ghc964 to build hadrian when possible
hamishmack May 24, 2024
738b031
Update hadrian materialization
hamishmack May 24, 2024
7e50b15
ifdLevel 3
hamishmack May 24, 2024
14c2abb
Update pins
hamishmack May 24, 2024
c662677
ifdLevel 2
hamishmack May 24, 2024
8fcbd4d
ifdLevel 0
hamishmack May 24, 2024
0987168
ifdLevel 1
hamishmack May 24, 2024
67a4439
ifdLevel 2
hamishmack May 24, 2024
b351e51
ifdLevel 1
hamishmack May 24, 2024
2fa57da
Fix for new git
hamishmack May 24, 2024
6fd1917
ifdLevel 2
hamishmack May 24, 2024
c75c2da
ifdLevel 3
hamishmack May 25, 2024
89e1f8c
Merge remote-tracking branch 'origin/master' into hkm/nixpkgs-update
hamishmack May 25, 2024
d8516cc
Use the old nixpkgs-unstable for now
hamishmack May 26, 2024
c297c30
ifdLevel 1
hamishmack May 26, 2024
dad728c
ifdLevel 2
hamishmack May 26, 2024
cc4339e
Remove updated libsodium
hamishmack May 26, 2024
a3e0c17
Use the old nixpkgs pins for now
hamishmack May 27, 2024
49a2b56
ifdLevel 3
hamishmack May 27, 2024
d0e33ae
Put nixpkgs updates back in
hamishmack May 29, 2024
4df8eef
Merge remote-tracking branch 'origin/master' into hkm/nixpkgs-update
hamishmack Jun 4, 2024
16a2598
ifdLevel 0
hamishmack Jun 4, 2024
1aae841
Bump nixpkgs pins
hamishmack Jun 4, 2024
46f5aa5
ifdLevel 1
hamishmack Jun 5, 2024
142ecc1
ifdLevel 2
hamishmack Jun 5, 2024
72ae3a3
Fix for TH test
hamishmack Jun 5, 2024
6d52411
ifdLevel 3
hamishmack Jun 5, 2024
f04507c
Merge remote-tracking branch 'origin/master' into hkm/nixpkgs-update
hamishmack Jun 5, 2024
2c7db01
Use .dll.a file in th-dlls-minimal
hamishmack Jun 12, 2024
db61e2b
Merge remote-tracking branch 'origin/master' into hkm/nixpkgs-update
hamishmack Jun 12, 2024
c7714a9
Merge remote-tracking branch 'origin/master' into hkm/nixpkgs-update
hamishmack Jun 18, 2024
56d2296
Add fix for DLL loading using a `.dll.a` file
hamishmack Jun 18, 2024
903e118
Fix typo
hamishmack Jun 19, 2024
1748a4f
Apply fix to more ghc versions
hamishmack Jun 19, 2024
d7b153f
Patch remaining GHC versions
hamishmack Jun 19, 2024
76c178d
Update BUGLOG
angerman Jun 19, 2024
769b731
Revert "Patch remaining GHC versions"
hamishmack Jun 20, 2024
7e244cb
Update hackage repo hashes in cabal.project.local
hamishmack Jun 20, 2024
49a869f
Merge remote-tracking branch 'origin/master' into hkm/nixpkgs-update
hamishmack Jun 30, 2024
977a984
Merge remote-tracking branch 'origin/master' into hkm/nixpkgs-update
hamishmack Jul 2, 2024
43ea3db
Merge remote-tracking branch 'origin/master' into hkm/nixpkgs-update
hamishmack Jul 4, 2024
f7fc6f4
ifdLevel 1
hamishmack Jul 4, 2024
d5e28de
Bump nixpkgs pins and add 24.05
hamishmack Jul 5, 2024
5198ff3
Pin libsodium to nixpkgs 23.11 version for ci
hamishmack Jul 5, 2024
42a2f00
ifdLevel 2
hamishmack Jul 7, 2024
08b3156
Fix libsodium pin
hamishmack Jul 7, 2024
14dbbef
Pin libsodium for GHA as well
hamishmack Jul 7, 2024
c963671
Update test/default.nix
hamishmack Jul 7, 2024
b901e01
ifdLevel 1
hamishmack Jul 7, 2024
0e5c94e
Merge remote-tracking branch 'origin/master' into hkm/nixpkgs-update
hamishmack Jul 7, 2024
b6c30c2
Only pin libsodium for haskell code in tests
hamishmack Jul 7, 2024
b98ce23
Update nixpkgs-unstable pin
hamishmack Jul 7, 2024
b900af9
ifdLevel 1
hamishmack Jul 7, 2024
628c2d9
ifdLevel 2
hamishmack Jul 7, 2024
7feb3d6
ifdLevel 3
hamishmack Jul 8, 2024
4fd7e26
Fix musl libsodium tests
hamishmack Jul 8, 2024
3ec62f3
Add 9.6 linker to 8.10 windows
angerman Jul 8, 2024
9d01ee1
ifdLevel 0
hamishmack Jul 9, 2024
e3b3084
Disable darwin for now
hamishmack Jul 9, 2024
2234e7e
ifdLevel 1
hamishmack Jul 9, 2024
8451398
ifdLevel 2
hamishmack Jul 9, 2024
b283764
ifdLevel 3
hamishmack Jul 9, 2024
8ee876b
Disable darwin for now
hamishmack Jul 9, 2024
a191d75
Revert "Add 9.6 linker to 8.10 windows"
hamishmack Jul 11, 2024
cbf3ebe
Use stable-haskell/iserv-proxy?ref=iserv-syms for ghc <9.4
hamishmack Jul 11, 2024
0160869
Enable macOS and ifdLevel 0
hamishmack Jul 11, 2024
ed634ee
ifdLevel 1
hamishmack Jul 11, 2024
45b7df8
ifdLevel 2
hamishmack Jul 11, 2024
dc365a2
Disable failing test
hamishmack Jul 11, 2024
ac1db72
ifdLevel 3
hamishmack Jul 11, 2024
7857c32
Merge remote-tracking branch 'origin/master' into hkm/nixpkgs-update
hamishmack Jul 11, 2024
1d484a8
Add macOS back
hamishmack Jul 11, 2024
cfc0aa4
We only need iserv-proxy for cross compilation (so leave it out of na…
hamishmack Jul 12, 2024
e35688d
Add materialized spdx file
hamishmack Jul 12, 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
Better fix for os-string
hamishmack committed Feb 29, 2024

Verified

This commit was signed with the committer’s verified signature.
hamishmack Hamish Mackenzie
commit 5ce18d02f580b7de4df9d5eceb7feb05b0c54c51
8 changes: 8 additions & 0 deletions modules/configuration-nix.nix
Original file line number Diff line number Diff line change
@@ -168,6 +168,14 @@ in {
packages.ghci.flags.ghci = true;
packages.ghci.flags.internal-interpreter = true;

# These flags are set by hadrian. This would be fine if:
# * Haskell.nix respected `pre-existing` packages in `plan.json` and used the hadrian built version.
# * If `plan.json` included the flag settings used by `pre-existing` packages.
# For now the work around is to set the flags that hadrian does (see hadrian/src/Settings/Packages.hs).
packages.unix.flags = pkgs.lib.optionalAttrs (builtins.compareVersions config.compiler.version "9.9" > 0) { os-string = true; };
packages.directory.flags = pkgs.lib.optionalAttrs (builtins.compareVersions config.compiler.version "9.9" > 0) { os-string = true; };
packages.win32.flags = pkgs.lib.optionalAttrs (builtins.compareVersions config.compiler.version "9.9" > 0) { os-string = true; };

# See https://github.com/Bodigrim/bitvec/pull/61
packages.bitvec.patches = [
(fromUntil "1.1.3.0" "1.1.3.0.1" ../patches/bitvec-gmp-fix.patch)
1 change: 0 additions & 1 deletion test/cabal.project.local
Original file line number Diff line number Diff line change
@@ -6,7 +6,6 @@ if impl(ghc>=9.8)
allow-newer: *:base, *:template-haskell, *:bytestring, *:text, *:ghc-prim, *:deepseq, *:Cabal
if impl(ghc > 9.9)
allow-newer: *:containers
constraints: os-string >=2.0.2

repository head.hackage.ghc.haskell.org
url: https://ghc.gitlab.haskell.org/head.hackage/