Skip to content

Commit

Permalink
Get Nix build working with GHC 9.6.5
Browse files Browse the repository at this point in the history
Bumped some versions around, but they’re negotiable.
- ormolu 0.5.2.0 → 0.7.2.0
- hls 2.9.0.0 → 2.8.0.0
- stack 2.15.5 → 2.15.7
  • Loading branch information
sellout committed Jun 28, 2024
1 parent 5ae7963 commit c47bdcf
Show file tree
Hide file tree
Showing 2 changed files with 127 additions and 77 deletions.
196 changes: 123 additions & 73 deletions flake.lock

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

8 changes: 4 additions & 4 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
inputs = {
haskellNix.url = "github:input-output-hk/haskell.nix";
nixpkgs-haskellNix.follows = "haskellNix/nixpkgs-unstable";
nixpkgs-release.url = "github:NixOS/nixpkgs/release-23.11";
nixpkgs-release.url = "github:NixOS/nixpkgs/release-24.05";
flake-utils.url = "github:numtide/flake-utils";
};

Expand All @@ -27,9 +27,9 @@
]
(system: let
versions = {
ormolu = "0.5.2.0";
hls = "2.9.0.0";
stack = "2.15.5";
ormolu = "0.7.2.0";
hls = "2.8.0.0";
stack = "2.15.7";
hpack = "0.35.2";
};
pkgs = import nixpkgs-haskellNix {
Expand Down

0 comments on commit c47bdcf

Please sign in to comment.