21 Commits

Author SHA1 Message Date
dependabot[bot] 9672ec2602 Bump actions/cache from 3.2.4 to 3.2.5
Bumps [actions/cache](https://github.com/actions/cache) from 3.2.4 to 3.2.5.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](https://github.com/actions/cache/compare/v3.2.4...v3.2.5)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-14 17:46:05 +01:00
dependabot[bot] 267a19f3c0 Bump mrkkrp/ormolu-action from 9 to 10
Bumps [mrkkrp/ormolu-action](https://github.com/mrkkrp/ormolu-action) from 9 to 10.
- [Release notes](https://github.com/mrkkrp/ormolu-action/releases)
- [Changelog](https://github.com/mrkkrp/ormolu-action/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mrkkrp/ormolu-action/compare/v9...v10)

---
updated-dependencies:
- dependency-name: mrkkrp/ormolu-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-14 17:45:38 +01:00
Mark Karpov afc12cf10a Test with GHC 9.2.5 and 9.4.4 2023-02-09 08:49:46 +01:00
dependabot[bot] ee94f11a59 Bump actions/cache from 3.2.3 to 3.2.4
Bumps [actions/cache](https://github.com/actions/cache) from 3.2.3 to 3.2.4.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](https://github.com/actions/cache/compare/v3.2.3...v3.2.4)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-31 09:59:50 +01:00
dependabot[bot] ecaa459fc0 Bump mrkkrp/ormolu-action from 7 to 9
Bumps [mrkkrp/ormolu-action](https://github.com/mrkkrp/ormolu-action) from 7 to 9.
- [Release notes](https://github.com/mrkkrp/ormolu-action/releases)
- [Changelog](https://github.com/mrkkrp/ormolu-action/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mrkkrp/ormolu-action/compare/v7...v9)

---
updated-dependencies:
- dependency-name: mrkkrp/ormolu-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-25 09:42:38 +01:00
dependabot[bot] d24e15220d Bump actions/cache from 3.0.7 to 3.2.3
Bumps [actions/cache](https://github.com/actions/cache) from 3.0.7 to 3.2.3.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](https://github.com/actions/cache/compare/v3.0.7...v3.2.3)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-25 09:42:25 +01:00
Mark Karpov fdb7b29d40 Use Cabal 3.8 on CI 2022-10-03 11:25:47 +02:00
Mark Karpov f7dcab5238 Test with GHC 9.2.4 and 9.4.1 + misc updates 2022-08-18 18:36:11 +02:00
Mark Karpov 2afd5b6cd6 Use Ormolu action v6 (Ormolu 0.5.0.0) 2022-05-12 15:23:34 +02:00
Mark Karpov 770801e246 Test with 3 latest versions of GHC, update Ormolu 2021-12-04 14:19:02 +01:00
Mark Karpov d7c5b5dc0e Test with GHC 8.10.5 2021-07-14 21:48:50 +02:00
Mark Karpov 57e69cd3f7 Use haskell/actions/setup v1.2 2021-03-09 20:21:54 +01:00
Mark Karpov 892e2fcf59 Test with GHC 9.0.1 and 8.10.4 2021-03-06 18:24:13 +01:00
Mark Karpov 1551856589 Test with GHC 8.10.3 2021-01-04 14:45:38 +01:00
Mark Karpov 775968de89 Use latest versions of GitHub actions 2020-11-24 16:13:07 +01:00
Mark Karpov fc28225556 Use ormolu-action 2020-11-16 12:18:48 +01:00
Mark Karpov a5ee8022a4 Test with GHC 8.10.2 2020-10-12 20:31:56 +02:00
Mark Karpov 6df7409fa4 Test with GHC 8.8.4 2020-08-22 20:07:51 +02:00
Mark Karpov 4a5b2624a6 Fix a bug in the CI script
Previously the cache action would restore an outdated version of Hackage
snapshot overwriting the results of the cabal v2-update.
2020-07-25 00:54:17 +02:00
Mark Karpov 13d269a4ab Improve the new CI setup
* Trigger CI on pull request events.
* Better caching setup.
2020-07-11 17:50:55 +02:00
Mark Karpov 24e29f4083 Use GitHub actions for CI 2020-07-10 22:13:52 +02:00