Skip to content
Snippets Groups Projects
Commit f3c4a93c authored by Raoul Hidalgo Charman's avatar Raoul Hidalgo Charman
Browse files

Update ghc-lib-parser and compiler name to 9.4.4

parent 054ed7dd
Branches
Tags
No related merge requests found
let H = let H =
https://gitlab.homotopic.tech/horizon/horizon-spec/-/raw/0.4.2/dhall/package.dhall https://gitlab.homotopic.tech/horizon/horizon-spec/-/raw/0.6/dhall/package.dhall
sha256:63d99b8dc5d0a7b25230dfde746003c5f4b30a607c89f6a104634062eec44503 sha256:9a80164572526dc5350f105c8db0790fdf36634629b4cf03402ba14fd173d121
let callHorizonAdopted let callHorizonAdopted
: H.Name → H.Revision → H.HaskellPackage.Type : H.Name → H.Revision → H.HaskellPackage.Type
...@@ -437,7 +437,7 @@ let packages = ...@@ -437,7 +437,7 @@ let packages =
, ghc-byteorder = H.callHackage "ghc-byteorder" "4.11.0.0.10" , ghc-byteorder = H.callHackage "ghc-byteorder" "4.11.0.0.10"
, ghc-check = H.callHackage "ghc-check" "0.5.0.8" , ghc-check = H.callHackage "ghc-check" "0.5.0.8"
, ghc-exactprint = H.callHackage "ghc-exactprint" "1.6.1.1" , ghc-exactprint = H.callHackage "ghc-exactprint" "1.6.1.1"
, ghc-lib-parser = H.callHackage "ghc-lib-parser" "9.4.2.20220822" , ghc-lib-parser = H.callHackage "ghc-lib-parser" "9.4.4.20220822"
, ghc-lib-parser-ex = H.callHackage "ghc-lib-parser-ex" "9.4.0.0" , ghc-lib-parser-ex = H.callHackage "ghc-lib-parser-ex" "9.4.0.0"
, ghc-paths = H.callHackage "ghc-paths" "0.1.0.12" , ghc-paths = H.callHackage "ghc-paths" "0.1.0.12"
, ghc-tcplugins-extra = H.callHackage "ghc-tcplugins-extra" "0.4.3" , ghc-tcplugins-extra = H.callHackage "ghc-tcplugins-extra" "0.4.3"
...@@ -1159,5 +1159,5 @@ let packages = ...@@ -1159,5 +1159,5 @@ let packages =
in H.HorizonExport.MakePackageSet in H.HorizonExport.MakePackageSet
{ packagesDir = "pkgs" { packagesDir = "pkgs"
, packageSetFile = "initial-packages.nix" , packageSetFile = "initial-packages.nix"
, packageSet = { compiler = "ghc-9.4.2", packages = toMap packages } , packageSet = { compiler = "ghc-9.4.4", packages = toMap packages }
} }
...@@ -21,8 +21,8 @@ ...@@ -21,8 +21,8 @@
}: }:
mkDerivation { mkDerivation {
pname = "ghc-lib-parser"; pname = "ghc-lib-parser";
version = "9.4.2.20220822"; version = "9.4.4.20221225";
sha256 = "3eb1fd79734728fffb39c98a4a42747d0db2d35380fec8ab24bbea5d76b93847"; sha256 = "67f6d80ce04d4178b762c7e139388c1106a818d8a532a5ac458c8209ef61652b";
isLibrary = true; isLibrary = true;
isExecutable = false; isExecutable = false;
enableSeparateDataOutput = true; enableSeparateDataOutput = true;
......
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