haskell-tls / hs-certificate

Certificate and Key Reader/Writer in haskell
60 stars 57 forks source link

Fixing memory leak #93

Closed varosi closed 6 years ago

varosi commented 6 years ago

Using stricter evaluation for potentially fixing https://github.com/vincenthz/hs-certificate/issues/92

vincenthz commented 6 years ago

pem 0.2.4 has now a NormalForm instance (from Basement.NormalForm). However, here this is the wrong approach, as this force an orphan instance and unnecessary deps