Cabal-3.0.0.0: tests/ParserTests/regressions/mixin-3.format
cabal-version: 3.0
name: mixin
version: 0
executable str-example
main-is: Main.hs
hs-source-dirs: str-example
build-depends:
base -any,
str-string -any,
str-bytestring -any
mixins: str hiding (Foo)