Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions github-actions.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,11 @@ maintainer: Bellroy Tech Team <haskell@bellroy.com>
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
Expand All @@ -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
Expand Down
Loading