haskell-cryptography / HsOpenSSL

OpenSSL binding for Haskell
http://hackage.haskell.org/package/HsOpenSSL
Creative Commons Zero v1.0 Universal
22 stars 33 forks source link

.cabal: remove preceding and trailing newlines from description #48

Closed juhp closed 4 years ago

juhp commented 4 years ago

Cabal parses

description:
    .
    Lorem ipsum dolor sit amet,
    .

as "\nLorem ipsum dolor sit amet,\n" - starting and ending a description with a newline doesn't really make sense and can confuse tooling.

Would it be okay to drop them?

vshabanov commented 4 years ago

Sure, just merged.