packages feed

Cabal-2.2.0.0: tests/ParserTests/regressions/encoding-0.8.format

encoding-0.8.cabal:1:1: The field "name" is specified more than once at positions 1:1, 2:1
cabal-version: >=1.12
name: encoding
version: 0.8
extra-source-files:
    README.md
    "--"
    "--"

custom-setup
    setup-depends: base <5,
                   ghc-prim -any

library
    exposed-modules:
        Data.Encoding
    ghc-options: -Wall -O2 -threaded -rtsopts "-with-rtsopts=-N1 -A64m"
    build-depends:
        base (>4.4 || ==4.4)