packages feed

cabal-install-3.4.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

executable ppexe
  main-is: Main.hs
  hs-source-dirs: app
  other-modules: PMain