Skip to content

Commit

Permalink
Merge pull request #625 from IntersectMBO/mgalazyn/chore/update-blst-…
Browse files Browse the repository at this point in the history
…in-nix

Update blst in nix to v0.3.11 to match node's version.
  • Loading branch information
carbolymer authored Feb 26, 2024
2 parents bd67002 + 60b2d75 commit ffd607c
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 18 deletions.
50 changes: 34 additions & 16 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
else [];

# see flake `variants` below for alternative compilers
defaultCompiler = "ghc963";
defaultCompiler = "ghc964";
# We use cabalProject' to ensure we don't build the plan for
# all systems.
cabalProject = nixpkgs.haskell-nix.cabalProject' ({config, ...}: {
Expand Down Expand Up @@ -74,7 +74,7 @@
}
// lib.optionalAttrs (config.compiler-nix-name == defaultCompiler) {
# tools that work only with default compiler
haskell-language-server.src = nixpkgs.haskell-nix.sources."hls-2.5";
haskell-language-server.src = nixpkgs.haskell-nix.sources."hls-2.6";
hlint = "3.6.1";
stylish-haskell = "0.14.5.0";
};
Expand Down

0 comments on commit ffd607c

Please sign in to comment.