haskell-tls / hs-certificate

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

Needs tighter dependency on asn1-encoding and/or asn1-parse #29

Closed nomeata closed 10 years ago

nomeata commented 10 years ago

Hi,

x509 (1.4.10) fails in the testsuite while building against asn1-encoding (0.8.1.1) and asn1-parse- (0.8.0): https://buildd.debian.org/status/fetch.php?pkg=haskell-x509&arch=amd64&ver=1.4.10-1&stamp=1393898457

It succeeds with asn1-encoding (0.8.1.3) and asn1-parse- (0.8.1): https://buildd.debian.org/status/fetch.php?pkg=haskell-x509&arch=amd64&ver=1.4.10-1&stamp=1394098223

So likely the build-dependencies need to be adjusted.

vincenthz commented 10 years ago

The test suite require asn1-type 0.2.3. I've fixed this in x509-1.4.11. Thanks