packages feed

ghc-exactprint-1.9.0.0: tests/examples/pre-ghc910/ModuleComments2.hs

-- top of module
module {- c1 -} ModuleComments1 {- c2 -}
    -- c3
    (
    -- c4
    foo
    -- c5
    ) {- c6 -} where {- c7 -}
-- c8
import Data.Text
-- c9

foo = x

-- eof