packages feed

hackport-0.6.3: cabal/cabal-testsuite/PackageTests/NewFreeze/Flags/new_freeze.out

# cabal v1-update
Downloading the latest package list from test-local-repo
# cabal new-build
Resolving dependencies...
Build profile: -w ghc-<GHCVER> -O1
In order, the following would be built:
 - true-dep-1.0 (lib) (requires download & build)
 - my-library-dep-1.0 (lib) (requires download & build)
 - my-local-package-1.0 (lib) (first run)
# cabal new-freeze
Resolving dependencies...
Wrote freeze file: <ROOT>/new_freeze.dist/source/cabal.project.freeze
# cabal new-build
Resolving dependencies...
Build profile: -w ghc-<GHCVER> -O1
In order, the following would be built:
 - false-dep-1.0 (lib) (requires download & build)
 - my-library-dep-1.0 (lib) (requires download & build)
 - my-local-package-1.0 (lib) (first run)