packages feed

hackport-0.9.0.0: cabal/cabal-testsuite/PackageTests/Get/OnlyDescription/cabal.test.hs

-- 2022-07-03, issue #1954
--
-- Purpose of this test:
-- Make sure that `cabal get --only-package-description` works

import Test.Cabal.Prelude
main = cabalTest $ withRepo "repo" $ do
  cabal "update" []
  cabal
    "get"
    [ "criterion", "--only-package-description" ]