Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
PaymentServer
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Administrator
PaymentServer
Commits
8d40702e
Commit
8d40702e
authored
3 years ago
by
Tom Prince
Browse files
Options
Downloads
Patches
Plain Diff
Update stackage and nixpkgs version used by haskell.nix.
parent
371b9a95
No related branches found
No related tags found
1 merge request
!101
Update haskell.nix version used in CI and deployment.
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
nix/default.nix
+1
-1
1 addition, 1 deletion
nix/default.nix
nix/materialized.paymentserver/default.nix
+1
-1
1 addition, 1 deletion
nix/materialized.paymentserver/default.nix
stack.yaml
+1
-1
1 addition, 1 deletion
stack.yaml
with
3 additions
and
3 deletions
nix/default.nix
+
1
−
1
View file @
8d40702e
...
...
@@ -21,7 +21,7 @@ let
# haskell.nix provides access to the nixpkgs pins which are used by our CI,
# hence you will be more likely to get cache hits when using these.
# But you can also just use your own, e.g. '<nixpkgs>'.
haskellNix
.
sources
.
nixpkgs-2
009
haskellNix
.
sources
.
nixpkgs-2
105
# These arguments passed to nixpkgs, include some patches and also
# the haskell.nix functionality itself as an overlay.
(
haskellNix
.
nixpkgsArgs
//
{
overlays
=
allOverlays
;
});
...
...
This diff is collapsed.
Click to expand it.
nix/materialized.paymentserver/default.nix
+
1
−
1
View file @
8d40702e
...
...
@@ -9,7 +9,7 @@
servant-prometheus
=
./.stack-to-nix.cache.0
;
};
};
resolver
=
"lts-14.
1
"
;
resolver
=
"lts-14.
2
"
;
modules
=
[
({
lib
,
...
}:
{
packages
=
{};
})
...
...
This diff is collapsed.
Click to expand it.
stack.yaml
+
1
−
1
View file @
8d40702e
...
...
@@ -17,7 +17,7 @@
#
# resolver: ./custom-snapshot.yaml
# resolver: https://example.com/snapshots/2018-01-01.yaml
resolver
:
lts-14.
1
resolver
:
lts-14.
2
# User packages to be built.
# Various formats can be used as shown in the example below.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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