packages feed

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

common.cabal:26:3: Unknown field: import. You should set cabal-version: 2.2 or larger to use common stanzas
common.cabal:17:3: Unknown field: import. You should set cabal-version: 2.2 or larger to use common stanzas
common.cabal:11: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
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:
        HUnit -any