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
Clamp down on dependencies:
[cabal.git]
/
cabal-testsuite
/
PackageTests
/
BuildDeps
/
InternalLibrary4
/
to-install
/
MyLibrary.hs
blob
b92822a3f0550c0a80242fba73e26542d31a45ee
1
module
MyLibrary
where
2
3
import qualified
Data
.
ByteString
.
Char8
as
C
4
import
Text
.
PrettyPrint
5
6
myLibFunc
::
IO
()
7
myLibFunc
=
do
8
putStrLn
(
render
(
text
"foo"
))
9
let
text
=
"myLibFunc installed"
10
C
.
putStrLn
$
C
.
pack text