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 “Ignore warning” option to cabal check
[cabal.git]
/
cabal-testsuite
/
PackageTests
/
PathsModule
/
Executable
/
Main.hs
blob
5bd5d645c38fb85406d1b8238f939e2cf55027f5
1
module
Main
where
2
3
import
Paths_PathsModule
(
getBinDir
)
4
5
main
::
IO
()
6
main
=
do
7
_
<-
getBinDir
8
return
()