packages feed

cabal-install-2.0.0.0: tests/IntegrationTests2/targets/simple/p.cabal

name: p
version: 0.1
build-type: Simple
cabal-version: >= 1.2

library
  exposed-modules: P
  build-depends: base

executable pexe
  main-is: Main.hs
  other-modules: PMain