Merge pull request #10699 from cabalism/doc/path-command-config-group
[cabal.git] / Cabal-tests / tests / ParserTests / errors / noVersion2.errors
blobec706111b855eda36cadab23c77f141a9c1c0b88
1 VERSION: Just (mkVersion [1,20])
2 noVersion2.cabal:10:40: 
3 unexpected major bounded version syntax (caret, ^>=) used. To use this syntax the package need to specify at least 'cabal-version: 2.0'. Alternatively, if broader compatibility is important then use: >=2.0 && <2.1
4 expecting "." or "-"