mongodb-haskell / mongodb

MongoDB driver for Haskell
http://hackage.haskell.org/package/mongoDB
Apache License 2.0
172 stars 47 forks source link

Add support for snaked-cased hostnames #109

Closed neilco closed 4 years ago

neilco commented 4 years ago
SUMMARY

This pull request fixes an issue with readHostPostM by adding support for underscores in hostnames (e.g. snake-casing). The use of snake-cased hostnames is a common pattern, especially when orchestrating services using any YAML-based configuration scheme (e.g. Docker Compose).

RELATED ISSUES
COMPLETED TASKS