packages feed

om-doh 0.1.0.0 → 0.1.0.1

raw patch · 2 files changed

+2/−2 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

om-doh.cabal view
@@ -2,7 +2,7 @@ -- documentation, see http://haskell.org/cabal/users-guide/  name:                om-doh-version:             0.1.0.0+version:             0.1.0.1 synopsis:            om-doh -- description:          homepage:            https://github.com/owensmurray/om-doh
src/OM/DoH/Api.hs view
@@ -53,7 +53,7 @@   {- |-  A raw DNS response message. The 'Network.DNS' module contains tools+  A raw DNS response message. The "Network.DNS" module contains tools   for encoding and decoding these messages. -} newtype Response = Response {unResponse :: ByteString}