Improve online docs for `includes:` field
[cabal.git] / cabal-testsuite / PackageTests / BuildDeps / SameDepsAllRound / pineapple.hs
blob9fc719b9c71999507fd57dfb22558f79135edca1
1 import qualified Data.ByteString.Char8 as C
2 import Text.PrettyPrint
4 main = do
5 putStrLn (render (text "foo"))
6 let text = "pineapple"
7 C.putStrLn $ C.pack text