extra newline after putStrLn?

Doug McIlroy <[email protected]> Sun, 03 Aug 2014 16:44:38 -0400
Newsgroups gmane.comp.lang.haskell.hugs.user
Message-ID <[email protected]>
Why does putStrln "" produce two newlines in hugs, but one in ghci?

Doug McIlroy