File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Cabal-syntax/src/Distribution/PackageDescription
cabal-testsuite/PackageTests/TestCodeGenerator Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -322,7 +322,7 @@ testSuiteFieldGrammar = TestSuiteStanza
322
322
<*> optionalField " test-module" testStanzaTestModule
323
323
<*> blurFieldGrammar testStanzaBuildInfo buildInfoFieldGrammar
324
324
<*> monoidalFieldAla " code-generators" (alaList' CommaFSep Token ) testStanzaCodeGenerators
325
- ^^^ availableSince CabalSpecV3_6 [] -- TODO 3_8
325
+ ^^^ availableSince CabalSpecV3_8 []
326
326
327
327
validateTestSuite :: Position -> TestSuiteStanza -> ParseResult TestSuite
328
328
validateTestSuite pos stanza = case testSuiteType of
Original file line number Diff line number Diff line change 1
- cabal-version : 3.6
1
+ cabal-version : 3.8
2
2
name : my
3
3
version : 0.1
4
4
license : BSD-3-Clause
You can’t perform that action at this time.
0 commit comments