packages feed

DAV 1.3.1 → 1.3.2

raw patch · 1 files changed

+7/−7 lines, 1 filesdep ~xml-hamletPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: xml-hamlet

API changes (from Hackage documentation)

Files

DAV.cabal view
@@ -1,5 +1,5 @@ name:                DAV-version:             1.3.1+version:             1.3.2 synopsis:            RFC 4918 WebDAV support description:    This is a library for the Web Distributed Authoring and Versioning@@ -15,7 +15,7 @@ license-file:        LICENSE author:              Clint Adams maintainer:          clint@debian.org-copyright:           Copyright (C) 2012-2016  Clint Adams+copyright:           Copyright (C) 2012-2018  Clint Adams category:            Web build-type:          Simple cabal-version:       >=1.8@@ -48,7 +48,7 @@                      , transformers-compat >= 0.3                      , utf8-string                      , xml-conduit >= 1.0-                     , xml-hamlet >= 0.4           && < 0.5+                     , xml-hamlet >= 0.4   if flag(mtl-compat)     build-depends: mtl >= 2.1 && < 2.2.1, mtl-compat   else@@ -75,7 +75,7 @@                      , transformers-compat >= 0.3                      , utf8-string                      , xml-conduit >= 1.0-                     , xml-hamlet >= 0.4           && < 0.5+                     , xml-hamlet >= 0.4   if flag(mtl-compat)     build-depends: mtl >= 2.1 && < 2.2.1, mtl-compat   else@@ -87,10 +87,10 @@  source-repository head   type:     git-  location: git://anonscm.debian.org/users/clint/DAV.git+  location: https://salsa.debian.org/clint/DAV.git   branch:   master  source-repository this   type:     git-  location: git://anonscm.debian.org/users/clint/DAV.git-  tag:      DAV/1.3.1+  location: https://salsa.debian.org/clint/DAV.git+  tag:      DAV/1.3.2