Skip to content

Commit 3ccc264

Browse files
authored
Merge pull request #1406 from peterbecich/use-haskell-updates
use NixPkgs `haskell-updates` branch
2 parents 273a153 + 46e2c73 commit 3ccc264

File tree

2 files changed

+9
-6
lines changed

2 files changed

+9
-6
lines changed

flake.lock

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

flake.nix

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
inputs = {
3-
nixpkgs.url = "github:nixos/nixpkgs";
3+
nixpkgs.url = "github:nixos/nixpkgs/haskell-updates";
44
flake-parts.url = "github:hercules-ci/flake-parts";
55
haskell-flake.url = "github:srid/haskell-flake";
66
flake-root.url = "github:srid/flake-root";
@@ -56,6 +56,7 @@
5656
fourmolu.check = false;
5757
hls-plugin-api.jailbreak = true;
5858
ghcide.jailbreak = true;
59+
# stylish-haskell.jailbreak = true;
5960
haskell-language-server.jailbreak = true;
6061

6162
Diff = { super, ... }:
@@ -79,14 +80,15 @@
7980
{ custom = _: super.ghc-lib-parser-ex_9_12_0_0; };
8081
ghc-lib-parser = { super, ... }:
8182
{
82-
# custom = _: super.ghc-lib-parser_9_12_2_20250421;
83-
custom = _: super.ghc-lib-parser_9_12_2_20250320;
83+
custom = _: super.ghc-lib-parser_9_12_2_20250421;
84+
# custom = _: super.ghc-lib-parser_9_12_2_20250320;
8485
};
8586
};
8687
packages = {
8788
# https://community.flake.parts/haskell-flake/dependency#path
8889
# tls.source = "1.9.0";
8990
fourmolu.source = "0.18.0.0";
91+
stylish-haskell.source = "0.15.1.0";
9092
};
9193
devShell = {
9294
tools = hp: {

0 commit comments

Comments
 (0)