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 migration guide for #9718 (#10578)
[cabal.git]
/
cabal-testsuite
/
PackageTests
/
FFI
/
CSourceDependsStub
/
cabal.test.hs
blob
fcfdc963f44a7b4bf9ca9b4ba432200c43609abc
1
-- Tests whether an extra C source can depend on a _stub header generated by
2
-- GHC compiling a Haskell module with a foreign export declaration
3
4
import
Test
.
Cabal
.
Prelude
5
main
=
cabalTest
$
do
6
cabal
"v2-build"
[]