]> gitweb.michael.orlitzky.com - haeredes.git/commit
src/Main.hs: fix handling of "domain not found" errors.
authorMichael Orlitzky <michael@orlitzky.com>
Sat, 2 Mar 2019 02:27:19 +0000 (21:27 -0500)
committerMichael Orlitzky <michael@orlitzky.com>
Sat, 2 Mar 2019 02:27:19 +0000 (21:27 -0500)
commit3f25fc286646f24a1f40e0acda74a6907d2f08f9
tree6aac8292f6a6ed5ab04c2036c8ec9e3fbd6d231f
parentdae0cd2a886f4e694ac5f5089aed278f0449d76f
src/Main.hs: fix handling of "domain not found" errors.

The "not delegated" example in the man page is now failing, because
we're getting back a NameError (failure result) instead of an empty
success result. I'm not sure when this changed -- and my fix is
probably backwards-incompatible -- but I've updated haeredes to look
for the NameError rather than an empty result. The documented example
works again, but I've only tested with v3.0.2 of the "dns" library.
src/Main.hs