Cabal revisions of c14n-0.1.0.3
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-cabal-version: 1.12---- This file has been generated from package.yaml by hpack version 0.35.2.------ see: https://github.com/sol/hpack--name: c14n-version: 0.1.0.3-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: github@michael-gale.co.uk-copyright: Copyright (c) Michael B. Gale-license: MIT-license-file: LICENSE-build-type: Simple--source-repository head- type: git- location: https://github.com/mbg/c14n--library- exposed-modules:- Text.XML.C14N- Text.XML.C14N.LibXML- other-modules:- Paths_c14n- hs-source-dirs:- src- ghc-options: -W- c-sources:- cbits/libxml.c- extra-libraries:- xml2- pkgconfig-depends:- libxml-2.0- build-depends:- base >=4.8 && <5- , bytestring >=0.9 && <0.12- default-language: Haskell2010+cabal-version: 1.12 + +-- This file has been generated from package.yaml by hpack version 0.35.2. +-- +-- see: https://github.com/sol/hpack + +name: c14n +version: 0.1.0.3 +x-revision: 1 +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: github@michael-gale.co.uk +copyright: Copyright (c) Michael B. Gale +license: MIT +license-file: LICENSE +build-type: Simple + +source-repository head + type: git + location: https://github.com/mbg/c14n + +library + exposed-modules: + Text.XML.C14N + Text.XML.C14N.LibXML + other-modules: + Paths_c14n + hs-source-dirs: + src + ghc-options: -W + c-sources: + cbits/libxml.c + extra-libraries: + xml2 + pkgconfig-depends: + libxml-2.0 + build-depends: + base >=4.8 && <5 + , bytestring >=0.9 && <0.13 + default-language: Haskell2010