packages feed

Cabal-3.4.0.0: tests/ParserTests/regressions/common.format

common.cabal:29:3: Unknown field: import. You should set cabal-version: 2.2 or larger to use common stanzas
common.cabal:20:3: Unknown field: import. You should set cabal-version: 2.2 or larger to use common stanzas
common.cabal:14:1: Ignoring section: common. You should set cabal-version: 2.2 or larger to use common stanzas.
cabal-version:            >=1.10
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

test-suite tests
    type:          exitcode-stdio-1.0
    main-is:       Tests.hs
    build-depends: HUnit