Commit Graph

306 Commits

Author SHA1 Message Date
Taylor Fausak
cd73bafbad
Merge pull request #63 from tfausak/2022-10-03-tagged
Add instances for `Tagged` values
2022-10-03 07:03:32 -05:00
Taylor Fausak
3da8171cfb
Add an instance for retagging values 2022-10-03 11:59:45 +00:00
Taylor Fausak
80ce46e898
Add an instance for untagging values 2022-10-03 11:59:39 +00:00
Taylor Fausak
7c5226d034
Add an instance for tagging values 2022-10-03 11:59:31 +00:00
Taylor Fausak
30284b95c5
Add an empty Cabal project 2022-10-03 11:59:24 +00:00
Taylor Fausak
1d7df2655b
Upgrade to more recent container 2022-10-03 11:59:18 +00:00
Taylor Fausak
67b30c2ce3
Version 1.0.0.4 2022-09-09 16:17:24 -05:00
Taylor Fausak
a8bfb54280
Merge pull request #61 from tfausak/dependabot/github_actions/actions/download-artifact-3
Bump actions/download-artifact from 2 to 3
2022-09-09 16:15:12 -05:00
dependabot[bot]
9aa34e0e79
Bump actions/download-artifact from 2 to 3
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 2 to 3.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](https://github.com/actions/download-artifact/compare/v2...v3)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-09-09 21:11:51 +00:00
Taylor Fausak
4564e1f5f6
Merge pull request #60 from tfausak/dependabot/github_actions/actions/upload-artifact-3
Bump actions/upload-artifact from 2 to 3
2022-09-09 16:11:08 -05:00
dependabot[bot]
d106468789
Bump actions/upload-artifact from 2 to 3
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2 to 3.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v2...v3)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-09-09 21:06:04 +00:00
Taylor Fausak
4fa53a3868
Merge pull request #59 from tfausak/dependabot/github_actions/actions/cache-3
Bump actions/cache from 2 to 3
2022-09-09 16:05:24 -05:00
dependabot[bot]
1199519da4
Bump actions/cache from 2 to 3
Bumps [actions/cache](https://github.com/actions/cache) from 2 to 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/v2...v3)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-09-09 21:03:55 +00:00
Taylor Fausak
6064008751
Merge pull request #57 from tfausak/2022-09-09-updates
Miscellaneous updates
2022-09-09 16:03:31 -05:00
Taylor Fausak
0b89665b44 Fix build on GHC 8.2 2022-09-09 19:44:12 +00:00
Taylor Fausak
b970a11851 Rewrite tests in spec style 2022-09-09 19:39:19 +00:00
Taylor Fausak
d03d7e7a06 Remove Stack stuff 2022-09-09 09:34:34 -05:00
Taylor Fausak
bc50186340 Warn about unused packages in tests 2022-09-08 20:03:40 +00:00
Taylor Fausak
dcdcd6ac87 Change how tests are ran 2022-09-08 14:05:47 +00:00
Taylor Fausak
61c0d7cdee Make GHC 9.4.2 the default build 2022-09-08 14:00:19 +00:00
Taylor Fausak
7816fc8977 Restructure artifact directory 2022-09-08 13:59:47 +00:00
Taylor Fausak
bd6adf8650 Reformat workflow file 2022-09-08 13:58:00 +00:00
Taylor Fausak
5d5ae8a655 Switch from Brittany to Ormolu 2022-09-08 13:55:50 +00:00
Taylor Fausak
d622cc8c8d Rename "CI" to "Workflow" 2022-09-08 13:51:54 +00:00
Taylor Fausak
6992870231 Move cabal check into separate job 2022-09-08 13:47:58 +00:00
Taylor Fausak
ba73392cbe Move HLint workflow into CI 2022-09-08 13:47:00 +00:00
Taylor Fausak
9064a978bc Move Brittany workflow into CI 2022-09-08 13:46:34 +00:00
Taylor Fausak
805a2609b4 Run CI workflow on all pushes 2022-09-08 13:46:05 +00:00
Taylor Fausak
4e45894883 Upgrade to latest patch versions of GHC 2022-09-08 13:41:30 +00:00
Taylor Fausak
1fb2548007 Switch to official HLint action 2022-09-08 13:39:51 +00:00
Taylor Fausak
ca917d609e Add dependabot 2022-09-08 13:39:22 +00:00
Taylor Fausak
493dcce7fc Remvoe and ignore VSCode config 2022-09-08 13:39:11 +00:00
Taylor Fausak
b4e9a6ae09 Move Brittany config 2022-09-08 13:38:51 +00:00
Taylor Fausak
81c2ffb013 Move HLint config 2022-09-08 13:38:41 +00:00
Taylor Fausak
9cf2006b60 Update development container 2022-09-08 13:35:04 +00:00
Taylor Fausak
7aa53de7d7
Version 1.0.0.3 2022-08-27 14:17:57 -05:00
Taylor Fausak
5f88ceaa2b
Merge pull request #53 from tfausak/ghc-9.4
Add support for GHC 9.4
2022-08-27 14:17:43 -05:00
Taylor Fausak
45d3e0960b Add support for GHC 9.4 2022-08-27 18:48:06 +00:00
Taylor Fausak
461bf44506
Version 1.0.0.2 2022-03-21 08:24:34 -04:00
Taylor Fausak
40cf2718ac
Merge pull request #50 from tfausak/text-2.0
Allow text 2.0
2022-03-21 08:24:15 -04:00
Taylor Fausak
00b618b009
Allow text 2.0 2022-03-21 08:18:38 -04:00
Taylor Fausak
c1bc6a80ff
Version 1.0.0.1 2022-01-11 07:48:17 -05:00
Taylor Fausak
9063cad00b
Merge pull request #49 from tfausak/hunit-1.6.1
Allow HUnit 1.6.1
2022-01-11 06:48:03 -06:00
Taylor Fausak
6d050b7a7a Fix releases 2022-01-11 12:44:21 +00:00
Taylor Fausak
91b1a6ff14
Allow HUnit 1.6.1 2022-01-11 07:42:20 -05:00
Taylor Fausak
47ffed5331
Merge pull request #48 from tfausak/2022
Update everything for 2022
2022-01-11 06:40:28 -06:00
Taylor Fausak
8d0237c0bb Fix CI job name 2022-01-11 12:36:48 +00:00
Taylor Fausak
ee128cd2b6 Update CI 2022-01-11 12:36:00 +00:00
Taylor Fausak
6ff9334630 Update everything for 2022 2022-01-11 12:30:31 +00:00
Taylor Fausak
8133aced6b
Merge pull request #47 from tfausak/gh-38-with-source-target
Add `withSource` and `withTarget` helpers
2021-12-23 14:22:48 -05:00