packages feed

hw-uri 0.2.0.1 → 0.2.1.0

raw patch · 2 files changed

+2/−2 lines, 2 filesdep ~aesondep ~bytestringdep ~dlistPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: aeson, bytestring, dlist, generic-lens, hedgehog, http-client, lens, mtl, optparse-applicative, text, unliftio-core

API changes (from Hackage documentation)

+ HaskellWorks.Data.Uri.Location: instance GHC.Classes.Ord HaskellWorks.Data.Uri.Location.Location

Files

hw-uri.cabal view
@@ -1,7 +1,7 @@ cabal-version:          2.4  name:                   hw-uri-version:                0.2.0.1+version:                0.2.1.0 synopsis:               Supports IO on URIs description:            Supports IO on URIs. homepage:               https://github.com/haskell-works/hw-uri
src/HaskellWorks/Data/Uri/Location.hs view
@@ -55,7 +55,7 @@   = S3 S3Uri   | Local FilePath   | HttpUri Text-  deriving (Show, Eq, Generic, NFData)+  deriving (Show, Ord, Eq, Generic, NFData)  instance ToJSON Location where   toJSON v = case v of