Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
horizon-advance
Manage
Activity
Members
Labels
Plan
Issues
0
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-advance
Commits
7a3a0d9e
Commit
7a3a0d9e
authored
1 year ago
by
Daniel Firth
Browse files
Options
Downloads
Plain Diff
Merge branch 'merge/lts/ghc-9.6.x/try-to-upgrade-everything' into 'lts/ghc-9.6.x'
tryToUpgradeEverything See merge request
!57
parents
54854c95
84fa2d30
Branches
Branches containing commit
1 merge request
!57
tryToUpgradeEverything
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
horizon.dhall
+1
-1
1 addition, 1 deletion
horizon.dhall
horizon.lock
+1
-1
1 addition, 1 deletion
horizon.lock
pkgs/polysemy-plugin.nix
+2
-2
2 additions, 2 deletions
pkgs/polysemy-plugin.nix
with
4 additions
and
4 deletions
horizon.dhall
+
1
−
1
View file @
7a3a0d9e
...
...
@@ -86,7 +86,7 @@ let packages =
, persistent-test = H.callHackage "persistent-test" "2.13.1.3"
, polyparse = H.callHackage "polyparse" "1.13"
, polysemy = H.callHackage "polysemy" "1.9.1.3"
, polysemy-plugin = H.callHackage "polysemy-plugin" "0.4.5.
1
"
, polysemy-plugin = H.callHackage "polysemy-plugin" "0.4.5.
2
"
, port-utils = H.callHackage "port-utils" "0.2.1.0"
, postgres-options = H.callHackage "postgres-options" "0.2.1.0"
, postgresql-libpq = H.callHackage "postgresql-libpq" "0.10.0.0"
...
...
This diff is collapsed.
Click to expand it.
horizon.lock
+
1
−
1
View file @
7a3a0d9e
...
...
@@ -308,7 +308,7 @@
}
, { mapKey = "polysemy-plugin"
, mapValue =
"
9136fe91aa29d99670d544093f6da19d18ae1b6077c821a3a3bc862abb2bef4
a"
"
32fc364c09bd02fd007e5ce5c4d7f24a77d455432b03bcdb03f8e0d3d61e6e2
a"
}
, { mapKey = "port-utils"
, mapValue =
...
...
This diff is collapsed.
Click to expand it.
pkgs/polysemy-plugin.nix
+
2
−
2
View file @
7a3a0d9e
...
...
@@ -5,8 +5,8 @@
}:
mkDerivation
{
pname
=
"polysemy-plugin"
;
version
=
"0.4.5.
1
"
;
sha256
=
"
d7ac12b678daff450bd8ffd5e4ac2a9872775be8b5fa325f9a7da49a127fcf18
"
;
version
=
"0.4.5.
2
"
;
sha256
=
"
eea01757ef0527d9abd3ea0757b2fd7509c472edfea2eb4235cc3b332647d4c6
"
;
isLibrary
=
true
;
isExecutable
=
false
;
enableSeparateDataOutput
=
false
;
...
...
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