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 check) Add "No internal name clash" test
[cabal.git]
/
cabal-testsuite
/
PackageTests
/
QuasiQuotes
/
profiling
/
Exe.hs
blob
7565ea2cab959b06df60671efa58fe4d64c4fbf2
1
{-# LANGUAGE QuasiQuotes #-}
2
module
Main
where
3
4
import
QQ
5
6
main
=
putStrLn
[
myq|hello|
]