dpwright / HaskellNet-SSL

Helpers to connect to SSL/TLS mail servers with HaskellNet
BSD 3-Clause "New" or "Revised" License
21 stars 30 forks source link

Stack resolver for GHC 8.6 and Travis CI update #27

Closed peterbecich closed 3 years ago

peterbecich commented 4 years ago

I couldn't easily get GHC 8.8 with lts-16.15 working, so it is GHC 8.6 instead.

I've added allow-newer: true https://github.com/dpwright/HaskellNet-SSL/compare/master...peterbecich:travis-ci-ghc-8.6?expand=1#diff-fafd0cdcd559a7b124cc61c29413fb54R15 and don't know if this is an issue.

The Travis CI configuration uses Stack. It is similar to this one: https://github.com/google/codeworld/blob/master/.travis.yml