ndmitchell / hoogle

Haskell API search engine
http://hoogle.haskell.org/
Other
731 stars 131 forks source link

Added missing field to TLSSettings #424

Open rmullin7286 opened 4 weeks ago

rmullin7286 commented 4 weeks ago

Fixes #423

The crypton-connection library added a new field to TLSSettingsSimple in version 0.4.0.

See: https://github.com/kazu-yamamoto/crypton-connection/pull/3

When the constructor was called it caused the program to crash. This PR should fix that issue.