Cabal-3.2.1.0: tests/ParserTests/regressions/mixin-1.format
cabal-version: 2.0
name: mixin
version: 0
build-type: Simple
executable str-example
main-is: Main.hs
hs-source-dirs: str-example
build-depends:
base -any,
str-string -any,
str-bytestring -any
mixins:
str-string (Str as Str.String),
str-bytestring (Str as Str.ByteString)