packages feed

servant-xml 1.0.1.1 → 1.0.1.2

raw patch · 1 files changed

+4/−4 lines, 1 filesdep ~xmlbfdep ~xmlbf-xenoPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: xmlbf, xmlbf-xeno

API changes (from Hackage documentation)

Files

servant-xml.cabal view
@@ -2,10 +2,10 @@ -- -- see: https://github.com/sol/hpack ----- hash: 79230b7971ca3484238918f1b5d0514d3ccbfd528c21b3105da1a19439a8b57e+-- hash: 1b0e656fb48b77ee5efe43fd68ca20a33753ec1b166d3559eb126af881f5e549  name:           servant-xml-version:        1.0.1.1+version:        1.0.1.2 synopsis:       Servant support for the XML Content-Type description:    Servant support for the Content-Type of /application\/xml/. Anything with 'ToXml' and 'FromXml' instances can be automatically marshalled. category:       Web@@ -31,8 +31,8 @@     , bytestring     , http-media >=0.7 && <0.8     , servant >=0.11 && <0.14-    , xmlbf >=0.3 && <0.4-    , xmlbf-xeno >=0.1 && <0.2+    , xmlbf >=0.4+    , xmlbf-xeno >=0.1   exposed-modules:       Servant.XML   default-language: Haskell2010