Skip to content

Commit e89de86

Browse files
committed
ghc884: fixup aeson version to 1.5.2.0
1 parent 2e645a4 commit e89de86

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+
aeson = hself.callCabal2nixWithOptions "aeson" inputs.aeson-1520
28+
(pkgs.lib.concatStringsSep " " [ ]) { };
29+
2730
brittany = hself.callCabal2nixWithOptions "brittany" inputs.brittany-01312
2831
(pkgs.lib.concatStringsSep " " [ ]) { };
2932

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+
aeson-1520= {
59+
url = "https://hackage.haskell.org/package/aeson-1.5.2.0/aeson-1.5.2.0.tar.gz";
60+
flake = false;
61+
};
5862
brittany-01312 = {
5963
url = "https://hackage.haskell.org/package/brittany-0.13.1.2/brittany-0.13.1.2.tar.gz";
6064
flake = false;

0 commit comments

Comments
 (0)