Bump cabal requirement to 3.8, make sure test and executable projects are compiled with the same source language.

This commit is contained in:
Robin Heggelund Hansen 2022-08-26 09:06:41 +02:00
parent b01c1ed9b5
commit 94bfc15fb0

View File

@ -1,4 +1,4 @@
Cabal-version: 3.6
Cabal-version: 3.8
Name: gren
Version: 0.2.0
@ -216,6 +216,8 @@ Executable gren
Import:
gren-common
default-language: GHC2021
Main-Is:
Main.hs
@ -223,6 +225,8 @@ Test-Suite gren-tests
Import:
gren-common
default-language: GHC2021
Type:
exitcode-stdio-1.0