Skip to content
Merged
Show file tree
Hide file tree
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
24 changes: 12 additions & 12 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"ghc96"
"ghc98"
"ghc910"
"ghc912"
];
defaultCompiler = "ghc910";
};
Expand Down
4 changes: 2 additions & 2 deletions github-actions.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ extra-source-files:
test/golden/configuration-main.hs.txt
test/golden/configuration-main.yml

tested-with: GHC ==9.6.6 || ==9.8.2 || ==9.10.1
tested-with: GHC ==9.6.6 || ==9.8.2 || ==9.10.1 || ==9.12.1

common opts
default-language: Haskell2010
Expand Down Expand Up @@ -82,7 +82,7 @@ test-suite spec
other-modules: Language.Github.Actions.WorkflowTest
build-tool-depends: tasty-discover:tasty-discover ^>=4.2.2
build-depends:
, bytestring ==0.11.5.3 || ==0.12.1.0
, bytestring ^>=0.11.4.0 || ^>=0.12.0.2
, filepath ^>=1.4 || ^>=1.5
, github-actions
, pretty-show ^>=1.10
Expand Down
Loading