Skip to content

Commit c03871b

Browse files
committed
Add xxhash-ffi to GHC 9.2 and 9.4 Nix configurations
1 parent caff9c6 commit c03871b

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

haskell-flake-ghc92.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ pkgs: {
1212
singletons.source = "3.0.1"; # req because singletons-th-3.1 had bad bounds
1313
th-desugar.source = "1.13.1";
1414
th-abstraction.source = "0.4.5.0";
15+
xxhash-ffi.source = "0.3";
1516
};
1617

1718
# (note this is actually unused/we have to duplicate because it doesn't get

haskell-flake-ghc94.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ pkgs: {
1212
#singletons.source = "3.0.1";
1313
th-desugar.source = "1.14";
1414
th-abstraction.source = "0.4.5.0";
15+
xxhash-ffi.source = "0.3";
1516
};
1617

1718
# (note this is actually unused/we have to duplicate because it doesn't get

0 commit comments

Comments
 (0)