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
cabal haddock imply enable-documentation
[cabal.git]
/
cabal-testsuite
/
PackageTests
/
NewHaddock
/
ImplyDependencies
/
B
/
B.hs
blob
09b2bc9bae8a92a7743c26833b89067c17650c16
1
-- | Module using external dependency and mentioning it in haddocks
2
module
B
(
b
)
where
3
4
import
A
5
6
-- | Use 'a'
7
b
::
Int
8
b
=
a