Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
horizon-platform
Manage
Activity
Members
Labels
Plan
Issues
2
Issue boards
Milestones
Wiki
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
package-sets
horizon-platform
Commits
f3c4a93c
Commit
f3c4a93c
authored
2 years ago
by
Raoul Hidalgo Charman
Browse files
Options
Downloads
Patches
Plain Diff
Update ghc-lib-parser and compiler name to 9.4.4
parent
054ed7dd
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
horizon.dhall
+4
-4
4 additions, 4 deletions
horizon.dhall
pkgs/ghc-lib-parser.nix
+2
-2
2 additions, 2 deletions
pkgs/ghc-lib-parser.nix
with
6 additions
and
6 deletions
horizon.dhall
+
4
−
4
View file @
f3c4a93c
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:
63d99b8dc5d0a7b25230dfde746003c5f4b30a607c89f6a104
634
0
62
eec44503
sha256:
9a80164572526dc5350f105c8db0790fdf36
63462
9b4cf03402ba14fd173d121
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 }
}
}
This diff is collapsed.
Click to expand it.
pkgs/ghc-lib-parser.nix
+
2
−
2
View file @
f3c4a93c
...
@@ -21,8 +21,8 @@
...
@@ -21,8 +21,8 @@
}:
}:
mkDerivation
{
mkDerivation
{
pname
=
"ghc-lib-parser"
;
pname
=
"ghc-lib-parser"
;
version
=
"9.4.
2
.2022
08
22"
;
version
=
"9.4.
4
.2022
1
22
5
"
;
sha256
=
"
3eb1fd79734728fffb39c98a4a42747d0db2d35380fec8ab24bbea5d76b93847
"
;
sha256
=
"
67f6d80ce04d4178b762c7e139388c1106a818d8a532a5ac458c8209ef61652b
"
;
isLibrary
=
true
;
isLibrary
=
true
;
isExecutable
=
false
;
isExecutable
=
false
;
enableSeparateDataOutput
=
true
;
enableSeparateDataOutput
=
true
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment