Skip to content

Commit 2e645a4

Browse files
committed
ghc884: fixup brittany version to 0.13.1.2
1 parent 57ec6e1 commit 2e645a4

File tree

3 files changed

+20
-0
lines changed

3 files changed

+20
-0
lines changed

configuration-ghc-88.nix

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ let
2424
stylish-haskell = hself.callCabal2nixWithOptions "stylish-haskell"
2525
inputs.stylish-haskell-01220 (pkgs.lib.concatStringsSep " " [ ]) { };
2626

27+
brittany = hself.callCabal2nixWithOptions "brittany" inputs.brittany-01312
28+
(pkgs.lib.concatStringsSep " " [ ]) { };
29+
2730
hls-stylish-haskell-plugin =
2831
hself.callCabal2nixWithOptions "hls-stylish-haskell-plugin"
2932
./plugins/hls-stylish-haskell-plugin (pkgs.lib.concatStringsSep " " [ ])

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: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,10 @@
5555
url = "https://hackage.haskell.org/package/fourmolu-0.5.0.1/fourmolu-0.5.0.1.tar.gz";
5656
flake = false;
5757
};
58+
brittany-01312 = {
59+
url = "https://hackage.haskell.org/package/brittany-0.13.1.2/brittany-0.13.1.2.tar.gz";
60+
flake = false;
61+
};
5862
hlint = {
5963
url = "https://hackage.haskell.org/package/hlint-3.3.6/hlint-3.3.6.tar.gz";
6064
flake = false;

0 commit comments

Comments
 (0)