Cabal-3.0.0.0: tests/ParserTests/regressions/common3.format
common3.cabal:24:3: Unknown field: import. Common stanza imports should be at the top of the enclosing section
cabal-version: 2.2
name: common
version: 0
synopsis: Common-stanza demo demo
x-revision: 1
x-follows-version-policy:
build-type: Simple
source-repository head
type: git
location: https://github.com/hvr/-.git
library
exposed-modules: ElseIf
default-language: Haskell2010
build-depends: ghc-prim -any
test-suite tests
type: exitcode-stdio-1.0
main-is: Tests.hs
build-depends:
base >=4.10 && <4.11,
containers -any,
HUnit -any