Commit Graph

1399 Commits

Author SHA1 Message Date
Michael Walker
83e391847f
Redirect old readthedocs site
I've also added redirects for old links - those are configured in the
admin panel, rather than in code.
2023-10-19 20:31:09 +01:00
Michael Walker
a4d31bdaaa
Add new mdbook / GitHub Pages based website 2023-10-19 20:31:09 +01:00
Michael Walker
ee99cbb975
Fix formatting issues in CHANGELOGs 2023-10-19 20:01:59 +01:00
Michael Walker
99b654190d
Merge pull request #401 from barrucadu/dependabot/github_actions/haskell/actions-2.4.7
Bump haskell/actions from 2.4.6 to 2.4.7
2023-10-02 09:27:39 +01:00
dependabot[bot]
c81ffca849
Bump haskell/actions from 2.4.6 to 2.4.7
Bumps [haskell/actions](https://github.com/haskell/actions) from 2.4.6 to 2.4.7.
- [Release notes](https://github.com/haskell/actions/releases)
- [Commits](https://github.com/haskell/actions/compare/v2.4.6...v2.4.7)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-02 08:01:33 +00:00
Michael Walker
dc52abfafe
Merge pull request #400 from barrucadu/tasty-1.5
Bump tasty upper bound to <1.6 & release tasty-dejafu
2023-09-11 20:21:28 +01:00
Michael Walker
d816d65d93
tasty-dejafu-2.1.0.1 2023-09-11 19:56:10 +01:00
Michael Walker
1c2bba5050
Bump tasty upper bound to <1.6 2023-09-11 19:56:10 +01:00
Michael Walker
30c678f5ec
Merge pull request #398 from barrucadu/dependabot/github_actions/haskell/actions-2.4.6
Bump haskell/actions from 2.4.4 to 2.4.6
2023-09-05 10:57:08 +01:00
dependabot[bot]
6467cbcdaf
Bump haskell/actions from 2.4.4 to 2.4.6
Bumps [haskell/actions](https://github.com/haskell/actions) from 2.4.4 to 2.4.6.
- [Release notes](https://github.com/haskell/actions/releases)
- [Commits](https://github.com/haskell/actions/compare/v2.4.4...v2.4.6)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-05 09:25:43 +00:00
Michael Walker
cdc4594b02
Merge pull request #399 from barrucadu/dependabot/github_actions/actions/checkout-4
Bump actions/checkout from 3 to 4
2023-09-05 10:24:52 +01:00
dependabot[bot]
5447475294
Bump actions/checkout from 3 to 4
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-05 08:20:41 +00:00
Michael Walker
037f864188
Merge pull request #397 from barrucadu/dependabot/github_actions/haskell/actions-2.4.4
Bump haskell/actions from 2.4.3 to 2.4.4
2023-07-05 18:22:03 +01:00
dependabot[bot]
8c6f9967ee
Bump haskell/actions from 2.4.3 to 2.4.4
Bumps [haskell/actions](https://github.com/haskell/actions) from 2.4.3 to 2.4.4.
- [Release notes](https://github.com/haskell/actions/releases)
- [Commits](https://github.com/haskell/actions/compare/v2.4.3...v2.4.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-05 08:46:34 +00:00
Michael Walker
235858b017
Merge pull request #396 from barrucadu/ghc-9.6
Add GHC 9.6 to build matrix
2023-07-02 01:33:03 +01:00
Michael Walker
93c4607a80
Add GHC 9.6 to build matrix 2023-07-02 01:04:56 +01:00
Michael Walker
ecfef7a892
Switch to LTS-21.0 for GHC 9.4 build 2023-07-02 01:04:09 +01:00
Michael Walker
b242cdd7b1
Merge pull request #395 from barrucadu/drop-ghc-8
Remove GHC 8.0 from supported versions list
2023-06-18 02:26:55 +01:00
Michael Walker
42fa864e39
Remove vendored tasty-hedgehog 2023-06-18 01:34:48 +01:00
Michael Walker
3406fd3fdb
Use LTS 14.0 for the GHC 8.6 matrix build
This LTS has tasty-hedgehog, unlike LTS 13.3.  So now only LTS 9.0
requires the vendored version.
2023-06-18 00:21:05 +01:00
Michael Walker
d3bbddb628
Remove GHC 8.0 from supported versions
I've decided not to bump the base versions of all the packages, since
there's no conditional compilation on this.
2023-06-18 00:21:05 +01:00
Michael Walker
50b1b2ad6e
Merge pull request #394 from barrucadu/ghc-9.4
Add GHC 9.4 to build matrix
2023-06-18 00:20:41 +01:00
Michael Walker
0fafe446ae
Add GHC 9.4 to build matrix
Looks like this isn't getting an LTS, so just stick a nightly here, and
relax the restriction on only using LTSes anyway.
2023-06-17 23:53:04 +01:00
Michael Walker
f14eb86615
Merge pull request #393 from barrucadu/mtl-and-transformers
Bump upper bounds of mtl & transformers, + new releases
2023-06-17 23:07:36 +01:00
Michael Walker
a33560db15
Fix test compilation errors with latest deps
I'm going to drop support for GHC 8.0, which'll mean I can also drop
this janky vendored tasty-hedgehog.
2023-06-17 22:42:19 +01:00
Michael Walker
691b496312
dejafu-2.4.0.5 2023-06-17 21:50:37 +01:00
Michael Walker
7db7a96c75
concurrency-1.11.0.3 2023-06-17 21:49:27 +01:00
Michael Walker
1b8b17da75
Bump mtl & transformers upper bounds 2023-06-17 21:47:51 +01:00
Michael Walker
374297be76
Merge pull request #392 from barrucadu/dependabot/github_actions/haskell/actions-2.4.3
Bump haskell/actions from 2.4.1 to 2.4.3
2023-06-02 10:27:39 +01:00
dependabot[bot]
33ba304255
Bump haskell/actions from 2.4.1 to 2.4.3
Bumps [haskell/actions](https://github.com/haskell/actions) from 2.4.1 to 2.4.3.
- [Release notes](https://github.com/haskell/actions/releases)
- [Commits](https://github.com/haskell/actions/compare/v2.4.1...v2.4.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-02 08:57:10 +00:00
Michael Walker
da8dbe13c1
Merge pull request #391 from barrucadu/dependabot/github_actions/haskell/actions-2.4.1
Bump haskell/actions from 2.4.0 to 2.4.1
2023-05-22 10:29:11 +01:00
dependabot[bot]
fe8c2f2d06
Bump haskell/actions from 2.4.0 to 2.4.1
Bumps [haskell/actions](https://github.com/haskell/actions) from 2.4.0 to 2.4.1.
- [Release notes](https://github.com/haskell/actions/releases)
- [Commits](https://github.com/haskell/actions/compare/v2.4.0...v2.4.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-05-22 08:57:43 +00:00
Michael Walker
3de6cc3084
Merge pull request #390 from barrucadu/dependabot/github_actions/haskell/actions-2.4.0
Bump haskell/actions from 2.3.9 to 2.4.0
2023-05-08 11:50:45 +01:00
dependabot[bot]
10c2b6c488
Bump haskell/actions from 2.3.9 to 2.4.0
Bumps [haskell/actions](https://github.com/haskell/actions) from 2.3.9 to 2.4.0.
- [Release notes](https://github.com/haskell/actions/releases)
- [Commits](https://github.com/haskell/actions/compare/v2.3.9...v2.4.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-05-08 08:57:38 +00:00
Michael Walker
b937c2c92a
Merge pull request #389 from barrucadu/dependabot/github_actions/haskell/actions-2.3.9
Bump haskell/actions from 2.3.8 to 2.3.9
2023-05-04 10:25:16 +01:00
dependabot[bot]
94c6f393e7
Bump haskell/actions from 2.3.8 to 2.3.9
Bumps [haskell/actions](https://github.com/haskell/actions) from 2.3.8 to 2.3.9.
- [Release notes](https://github.com/haskell/actions/releases)
- [Commits](https://github.com/haskell/actions/compare/v2.3.8...v2.3.9)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-05-04 08:57:10 +00:00
Michael Walker
61c57c9795
Merge pull request #388 from barrucadu/dependabot/github_actions/haskell/actions-2.3.8
Bump haskell/actions from 2.3.7 to 2.3.8
2023-05-02 10:20:50 +01:00
dependabot[bot]
178d819b2f
Bump haskell/actions from 2.3.7 to 2.3.8
Bumps [haskell/actions](https://github.com/haskell/actions) from 2.3.7 to 2.3.8.
- [Release notes](https://github.com/haskell/actions/releases)
- [Commits](https://github.com/haskell/actions/compare/v2.3.7...v2.3.8)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-05-02 08:57:14 +00:00
Michael Walker
9ed4db1b76
Merge pull request #384 from barrucadu/dependabot/github_actions/haskell/actions-2.3.7
Bump haskell/actions from 2.3.6 to 2.3.7
2023-03-24 09:43:23 +00:00
dependabot[bot]
a999ed8eb2
Bump haskell/actions from 2.3.6 to 2.3.7
Bumps [haskell/actions](https://github.com/haskell/actions) from 2.3.6 to 2.3.7.
- [Release notes](https://github.com/haskell/actions/releases)
- [Commits](https://github.com/haskell/actions/compare/v2.3.6...v2.3.7)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-24 08:57:48 +00:00
Michael Walker
566fe4fb0d
Merge pull request #382 from barrucadu/dependabot/github_actions/haskell/actions-2.3.6
Bump haskell/actions from 2.3.5 to 2.3.6
2023-03-17 09:44:00 +00:00
dependabot[bot]
ccb047a01a
Bump haskell/actions from 2.3.5 to 2.3.6
Bumps [haskell/actions](https://github.com/haskell/actions) from 2.3.5 to 2.3.6.
- [Release notes](https://github.com/haskell/actions/releases)
- [Commits](https://github.com/haskell/actions/compare/v2.3.5...v2.3.6)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-17 08:57:36 +00:00
Michael Walker
8c8d40cdce
Merge pull request #381 from barrucadu/dependabot/github_actions/haskell/actions-2.3.5
Bump haskell/actions from 2.3.4 to 2.3.5
2023-03-13 09:28:17 +00:00
dependabot[bot]
ea48f8caf0
Bump haskell/actions from 2.3.4 to 2.3.5
Bumps [haskell/actions](https://github.com/haskell/actions) from 2.3.4 to 2.3.5.
- [Release notes](https://github.com/haskell/actions/releases)
- [Commits](https://github.com/haskell/actions/compare/v2.3.4...v2.3.5)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-13 08:58:04 +00:00
Michael Walker
454b05ab88
Merge pull request #380 from barrucadu/dependabot/github_actions/haskell/actions-2.3.4
Bump haskell/actions from 2.3.3 to 2.3.4
2023-03-08 17:19:36 +00:00
dependabot[bot]
ecc1bc1d2d
Bump haskell/actions from 2.3.3 to 2.3.4
Bumps [haskell/actions](https://github.com/haskell/actions) from 2.3.3 to 2.3.4.
- [Release notes](https://github.com/haskell/actions/releases)
- [Commits](https://github.com/haskell/actions/compare/v2.3.3...v2.3.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-08 08:57:45 +00:00
Michael Walker
f65a87f8df
Merge pull request #379 from barrucadu/dependabot/github_actions/haskell/actions-2.3.3
Bump haskell/actions from 2.3.2 to 2.3.3
2023-01-18 08:27:11 +00:00
dependabot[bot]
bac7212fa0
Bump haskell/actions from 2.3.2 to 2.3.3
Bumps [haskell/actions](https://github.com/haskell/actions) from 2.3.2 to 2.3.3.
- [Release notes](https://github.com/haskell/actions/releases)
- [Commits](https://github.com/haskell/actions/compare/v2.3.2...v2.3.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-18 08:01:38 +00:00
Michael Walker
9bca7b9a0d
Merge pull request #378 from barrucadu/dependabot/github_actions/haskell/actions-2.3.2
Bump haskell/actions from 2.3.1 to 2.3.2
2023-01-17 09:31:07 +00:00
dependabot[bot]
daaf06e382
Bump haskell/actions from 2.3.1 to 2.3.2
Bumps [haskell/actions](https://github.com/haskell/actions) from 2.3.1 to 2.3.2.
- [Release notes](https://github.com/haskell/actions/releases)
- [Commits](https://github.com/haskell/actions/compare/v2.3.1...v2.3.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-17 08:01:37 +00:00