Skip to content

Commit 558b715

Browse files
committed
use ghc-exactprint 1.5.0 for ghc922
1 parent 58ff702 commit 558b715

File tree

3 files changed

+20
-1
lines changed

3 files changed

+20
-1
lines changed

configuration-ghc-922.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ let
1919
hlsDisabledPlugins = disabledPlugins;
2020

2121
fourmolu = hself.callCabal2nix "fourmolu" inputs.fourmolu {};
22-
ghc-exactprint = hself.callCabal2nix "ghc-exactprint" inputs.ghc-exactprint {};
22+
ghc-exactprint = hself.callCabal2nix "ghc-exactprint" inputs.ghc-exactprint-150 {};
2323
constraints-extras = hself.callCabal2nix "constraints-extras" inputs.constraints-extras {};
2424
retrie = hself.callCabal2nix "retrie" inputs.retrie {};
2525

flake.lock

Lines changed: 13 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,10 @@
3535
url = "https://hackage.haskell.org/package/lsp-test-0.14.0.2/lsp-test-0.14.0.2.tar.gz";
3636
flake = false;
3737
};
38+
ghc-exactprint-150 = {
39+
url = "https://hackage.haskell.org/package/ghc-exactprint-1.5.0/ghc-exactprint-1.5.0.tar.gz";
40+
flake = false;
41+
};
3842
ghc-exactprint = {
3943
url = "https://hackage.haskell.org/package/ghc-exactprint-1.4.1/ghc-exactprint-1.4.1.tar.gz";
4044
flake = false;
@@ -399,6 +403,8 @@
399403

400404
checks = { pre-commit-check = pre-commit-check ghcDefault; };
401405

406+
devShell = devShells.default;
407+
defaultPackage = packages.default;
402408
});
403409

404410
nixConfig = {

0 commit comments

Comments
 (0)