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
/
RelativePathProjectImports
/
Lib.hs
blob
549b173e80d103a42461658ee74f0c742edcb74b
1
module
Lib
(
foo
)
where
2
3
import
Dep
(
bar
)
4
import
Dep2
(
baz
)
5
6
foo
::
Int
7
foo
=
bar
+
baz