From f747bd25ed4e18d0c49d0184e3fa8391d7750b15 Mon Sep 17 00:00:00 2001 From: Jack Kelly Date: Fri, 4 Jul 2025 16:14:55 +1000 Subject: [PATCH 1/2] cabal: move readme/changelog to `extra-doc-files` --- github-actions.cabal | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/github-actions.cabal b/github-actions.cabal index 382947f..caa3b71 100644 --- a/github-actions.cabal +++ b/github-actions.cabal @@ -15,9 +15,10 @@ maintainer: Bellroy Tech Team copyright: Copyright (C) 2025 Bellroy Pty Ltd category: Language build-type: Simple -extra-source-files: +extra-doc-files: CHANGELOG.md README.md +extra-source-files: test/golden/configuration-main.golden.yml test/golden/configuration-main.hs.txt test/golden/configuration-main.yml From cd071f9e46c854c707ba5809fa7b03f0a0d000ee Mon Sep 17 00:00:00 2001 From: Jack Kelly Date: Fri, 4 Jul 2025 16:18:19 +1000 Subject: [PATCH 2/2] cabal: Broaden deps to include safe newer versions --- github-actions.cabal | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/github-actions.cabal b/github-actions.cabal index caa3b71..2a7ad52 100644 --- a/github-actions.cabal +++ b/github-actions.cabal @@ -18,6 +18,7 @@ build-type: Simple extra-doc-files: CHANGELOG.md README.md + extra-source-files: test/golden/configuration-main.golden.yml test/golden/configuration-main.hs.txt @@ -38,11 +39,11 @@ common deps build-depends: , aeson ^>=2.2.3.0 , base >=4.14 && <4.22 - , containers ==0.6.7 || ==0.6.8 || ==0.7 || ==0.8 + , containers ^>=0.6.7 || ^>=0.7 || ^>=0.8 , hedgehog ^>=1.5 , hoist-error ^>=0.3 , string-interpolate ^>=0.3.3 - , text ==1.2.4.1 || ==2.0.2 || ==2.1.1 + , text ^>=1.2.4.1 || ^>=2.0.2 || ^>=2.1.1 , vector ^>=0.13.0.0 library