Skip to content

Commit

Permalink
Add ghc 9.2.1 in tested-with
Browse files Browse the repository at this point in the history
Modify cabal configuration files for package containing tests, add ghc 9.2.1 to
"tested-with" stanza.
  • Loading branch information
8c6794b6 committed Nov 19, 2021
1 parent fa18914 commit 3ddd07b
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
3 changes: 2 additions & 1 deletion finkel-core/finkel-core.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,9 @@ tested-with: GHC == 8.2.2
, GHC == 8.6.4
, GHC == 8.8.1
, GHC == 8.10.2
, GHC == 8.10.4
, GHC == 8.10.7
, GHC == 9.0.1
, GHC == 9.2.1

custom-setup
setup-depends: base >= 4.10 && < 5
Expand Down
4 changes: 3 additions & 1 deletion finkel-kernel/finkel-kernel.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,9 @@ tested-with: GHC == 8.2.2
, GHC == 8.6.5
, GHC == 8.8.2
, GHC == 8.10.2
, GHC == 8.10.3
, GHC == 8.10.7
, GHC == 9.0.1
, GHC == 9.2.1

custom-setup
setup-depends: base >= 4.10 && < 5
Expand Down
3 changes: 2 additions & 1 deletion finkel-setup/finkel-setup.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,9 @@ tested-with: GHC == 8.2.2
, GHC == 8.6.4
, GHC == 8.8.1
, GHC == 8.10.2
, GHC == 8.10.4
, GHC == 8.10.7
, GHC == 9.0.1
, GHC == 9.2.1

library
hs-source-dirs: src
Expand Down
3 changes: 2 additions & 1 deletion finkel-tool/finkel-tool.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,9 @@ tested-with: GHC == 8.2.2
, GHC == 8.6.4
, GHC == 8.8.1
, GHC == 8.10.2
, GHC == 8.10.4
, GHC == 8.10.7
, GHC == 9.0.1
, GHC == 9.2.1

flag dynamic
description: Dynamically link executables (except Windows)
Expand Down

0 comments on commit 3ddd07b

Please sign in to comment.