repo.or.cz
/
cabal.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge pull request #10599 from cabalism/typo/depency
[cabal.git]
/
Cabal-tests
/
tests
/
ParserTests
/
regressions
/
mixin-2.format
blob
9aeeec704ab1477dfb9a7d5cc2db228ff31a2d2c
1
cabal-version: 3.0
2
name: mixin
3
version: 0
4
5
executable str-example
6
main-is: Main.hs
7
hs-source-dirs: str-example
8
build-depends:
9
base,
10
str-string,
11
str-bytestring
12
13
mixins:
14
str-string (Str as Str.String),
15
str-bytestring (Str as Str.ByteString)