haskell-tls / hs-certificate

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

`certificate` compile failure with GHC 7.10.1 #42

Open hvr opened 9 years ago

hvr commented 9 years ago

As can be seen in https://ghc.haskell.org/~hvr/buildreports/certificate.html currently cabal install certificate has to pick an older version 0.3.2, which runs into a compile failure with all GHC 7 versions

As certificate is deprecated anyway, I guess the best course of action is to add respective upper bounds (as the GHC < 7.8 failures are most likely caused by lack of upper bounds too, so that could restore compilation for those)