Skip to content
Snippets Groups Projects
Commit 9e84b11f authored by Daniel Firth's avatar Daniel Firth
Browse files

Merge branch 'hgn' into 'master'

Preprocess against 9.10.1

See merge request !194
parents b3188d3f 9ede3366
1 merge request!194Preprocess against 9.10.1
Pipeline #6734 passed with stage
in 38 seconds
...@@ -63,11 +63,11 @@ ...@@ -63,11 +63,11 @@
"nixpkgs": "nixpkgs_3" "nixpkgs": "nixpkgs_3"
}, },
"locked": { "locked": {
"lastModified": 1716663825, "lastModified": 1716803469,
"narHash": "sha256-w+hFyYMRRHjhR92riGZBUXdndieeXmdSx32VhdAvbO8=", "narHash": "sha256-c+nzG13FZdcGrzwrZ0JKrxpsQCXUkR6vLUP/PrBu/6g=",
"ref": "refs/heads/master", "ref": "refs/heads/master",
"rev": "b1664bc87270e47a27e45f34f5527893abf1cca4", "rev": "e7465d5bfc1fe38a16c196f1c9d64643c68c9687",
"revCount": 224, "revCount": 233,
"type": "git", "type": "git",
"url": "https://gitlab.horizon-haskell.net/package-sets/horizon-advance" "url": "https://gitlab.horizon-haskell.net/package-sets/horizon-advance"
}, },
......
...@@ -607,5 +607,5 @@ let packages = ...@@ -607,5 +607,5 @@ let packages =
in H.HorizonExport.MakeOverlay in H.HorizonExport.MakeOverlay
{ overlayFile = "overlay.nix" { overlayFile = "overlay.nix"
, packagesDir = "pkgs/" , packagesDir = "pkgs/"
, overlay = { compiler = "ghc-9.8.1", packages = toMap packages } , overlay = { compiler = "ghc-9.10.1", packages = toMap packages }
} }
This diff is collapsed.
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment