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
Make Markdown example a code block
[cabal.git]
/
Cabal-tests
/
tests
/
ParserTests
/
errors
/
mixin-2.cabal
blob
9f85ba8ff3c848cb10a26b194e2ddce409cd9cf1
1
cabal-version: 2.2
2
name: mixin
3
version: 0
4
5
-- mixin field:
6
-- in 2.2 we got leading/trailing commas
7
-- in 2.2 we got lax space parsing
8
--
9
-- This should fail
10
executable str-example
11
main-is: Main.hs
12
build-depends: base, str-string, str-bytestring
13
mixins: str-string hiding ( Foo )
14
hs-source-dirs: str-example