haskell-tls / hs-certificate

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

Data/X509/Validation.hs: parse error on input ‘-- * is always invalid’ #63

Closed juhp closed 8 years ago

juhp commented 8 years ago

x509-validation-1.6.1 is giving a haddock error in the Stackage Nightly build:

Preprocessing library x509-validation-1.6.1...

Data/X509/Validation.hs:360:82:
    parse error on input ‘-- * is always invalid’
Haddock coverage:
 100% (  3 /  3) in 'Data.X509.Validation.Fingerprint'
 100% (  5 /  5) in 'Data.X509.Validation.Signature'
  67% (  2 /  3) in 'Data.X509.Validation.Types'
  Missing documentation for:
    HostName (Data/X509/Validation/Types.hs:16)
 100% (  9 /  9) in 'Data.X509.Validation.Cache'
vincenthz commented 8 years ago

dup of #62

juhp commented 8 years ago

thanks