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
Add test cases that reproduce #7241.
[cabal.git]
/
cabal-testsuite
/
PackageTests
/
SPDX
/
my.cabal
blob
a6fafa4cfc2d3a2a8494209fd8f23eb06abb0eaa
1
cabal-version: 2.2
2
name: my
3
version: 0
4
build-type: Simple
5
license: BSD-3-Clause
6
7
library
8
exposed-modules: M
9
build-depends: base
10
default-language: Haskell2010