Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
Tahoe-CHK
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
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
PrivateStorage
Tahoe-CHK
Commits
10bba685
Commit
10bba685
authored
1 year ago
by
Jean-Paul Calderone
Browse files
Options
Downloads
Patches
Plain Diff
and ghc 9.0.2
parent
fde08ad7
No related branches found
No related tags found
1 merge request
!56
Add coverage against more GHC versions to CI
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitlab-ci.yml
+5
-0
5 additions, 0 deletions
.gitlab-ci.yml
flake.nix
+1
-0
1 addition, 0 deletions
flake.nix
tahoe-chk.cabal
+1
-1
1 addition, 1 deletion
tahoe-chk.cabal
with
7 additions
and
1 deletion
.gitlab-ci.yml
+
5
−
0
View file @
10bba685
...
...
@@ -33,6 +33,11 @@ hlint:
-
|
nix run .#cabal-test-8107
"
cabal-build-and-test-9.0.2"
:
script
:
-
|
nix run .#cabal-test-902
# Use nix to build the library and test suite and run the test suite.
nix-build-and-test
:
script
:
>-
...
...
This diff is collapsed.
Click to expand it.
flake.nix
+
1
−
0
View file @
10bba685
...
...
@@ -65,6 +65,7 @@
# then run the test suite.
apps
.
cabal-test-865
=
mkCabalTest
"ghc865Binary"
;
apps
.
cabal-test-8107
=
mkCabalTest
"ghc8107"
;
apps
.
cabal-test-902
=
mkCabalTest
"ghc902"
;
apps
.
release
=
{
type
=
"app"
;
...
...
This diff is collapsed.
Click to expand it.
tahoe-chk.cabal
+
1
−
1
View file @
10bba685
...
...
@@ -22,7 +22,7 @@ extra-source-files:
ChangeLog.md
README.md
tested-with: GHC ==8.6.5 || ==8.10.7
tested-with: GHC ==8.6.5 || ==8.10.7
|| ==9.0.2
source-repository head
type: git
...
...
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