diff --git a/github-actions.cabal b/github-actions.cabal index 382947f..2a7ad52 100644 --- a/github-actions.cabal +++ b/github-actions.cabal @@ -15,9 +15,11 @@ 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 @@ -37,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