Skip to content

Commit

Permalink
Add ability to distinguish between types of DnsException (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
lyokha committed Oct 25, 2023
1 parent 24c553d commit 843f02d
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 843f02d

Please sign in to comment.