hie-bios-0.21.0: tests/projects/cabal-with-custom-setup-old/a-with-custom/a-with-custom.cabal
cabal-version: 3.0
name: a-with-custom
version: 0.1.0.0
build-type: Custom
custom-setup
setup-depends:
Cabal <3.16,
base
library
exposed-modules: MyLib
build-depends: base
hs-source-dirs: src
default-language: Haskell2010