Skip to content

Commit cc34a35

Browse files
committed
Update nix code
1 parent 8dbb3d0 commit cc34a35

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{ci ? false, haskellCompiler ? "ghc927" }:
1+
{ci ? false, haskellCompiler ? "ghc9102" }:
22
let
33
# Import the Haskell.nix library,
44
haskell-src = import ((import ./nix/sources.nix)."haskell.nix") {};
@@ -17,7 +17,7 @@ let
1717
compiler-nix-name = haskellCompiler;
1818
src = haskell.haskellLib.cleanGit { name = "eventlog2html"; src = ./.; };
1919
modules = (if ci then ciOptions else []) ++ opts;
20-
index-state = "2023-03-25T00:00:00Z";
20+
index-state = "2025-06-01T00:00:00Z";
2121
};
2222

2323

nix/sources.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
"homepage": "https://input-output-hk.github.io/haskell.nix",
66
"owner": "input-output-hk",
77
"repo": "haskell.nix",
8-
"rev": "af82dc3e464f58f5cc90400200f703e197d52e84",
9-
"sha256": "0cdbxwqd8d22dxnqx6d1060hpjk5awwp4z5v5lvavp3p8fngg9cv",
8+
"rev": "60bd09012b12681434a27ab04617ad5b1cfa4650",
9+
"sha256": "1b4pqsfrfnyxdn1zm7jm3c6drn83xg4xq7676j2iffjpz21njcvq",
1010
"type": "tarball",
11-
"url": "https://github.com/input-output-hk/haskell.nix/archive/af82dc3e464f58f5cc90400200f703e197d52e84.tar.gz",
11+
"url": "https://github.com/input-output-hk/haskell.nix/archive/60bd09012b12681434a27ab04617ad5b1cfa4650.tar.gz",
1212
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
1313
},
1414
"niv": {

0 commit comments

Comments
 (0)