c14n 0.1.0.1 → 0.1.0.2
raw patch · 1 files changed
+4/−11 lines, 1 filesdep ~bytestringPVP: major bump suggested
API removals or changes: PVP suggests a major version bump
Dependency ranges changed: bytestring
API changes (from Hackage documentation)
- Text.XML.C14N.LibXML: xmlFreeDoc :: FunPtr ((Ptr LibXMLDoc) -> IO ())
+ Text.XML.C14N.LibXML: xmlFreeDoc :: FunPtr (Ptr LibXMLDoc -> IO ())
Files
- c14n.cabal +4/−11
c14n.cabal view
@@ -1,20 +1,18 @@ cabal-version: 1.12 --- This file has been generated from package.yaml by hpack version 0.33.0.+-- This file has been generated from package.yaml by hpack version 0.34.4. -- -- see: https://github.com/sol/hpack------ hash: 80bf771b0e6cf2faa79a367848ccb2ecdc5fbff5498f0b231286b5be356f5b7d name: c14n-version: 0.1.0.1+version: 0.1.0.2 synopsis: Bindings to the c14n implementation in libxml. description: Haskell bindings for the c14n implementation in libxml (XML canonicalisation). See the README at <https://github.com/mbg/c14n#readme> for more information. category: XML homepage: https://github.com/mbg/c14n#readme bug-reports: https://github.com/mbg/c14n/issues author: Michael B. Gale-maintainer: m.gale@warwick.ac.uk+maintainer: github@michael-gale.co.uk copyright: Copyright (c) Michael B. Gale license: MIT license-file: LICENSE@@ -41,10 +39,5 @@ libxml-2.0 build-depends: base >=4.8 && <5- , bytestring >=0.9 && <0.11- if os(darwin)- include-dirs:- /usr/local/opt/libxml2/include/libxml2- extra-lib-dirs:- /usr/local/opt/libxml2/lib+ , bytestring >=0.9 && <0.12 default-language: Haskell2010