Skip to content

Commit

Permalink
Add ability to distinguish between types of DnsException
Browse files Browse the repository at this point in the history
  • Loading branch information
lyokha committed Oct 24, 2023
1 parent 2eacc15 commit 0192d62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Network/DNS.hs
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ data DnsException
-- ^ No such domain (non-authoritative) or SERVERFAIL
--
-- @since 0.2.0.0
deriving (Show, Typeable)
deriving (Eq, Show, Typeable)

instance Exception DnsException

Expand Down

0 comments on commit 0192d62

Please sign in to comment.