packages feed

c14n-0.1.0.0: c14n.cabal

cabal-version: 1.12

-- This file has been generated from package.yaml by hpack version 0.33.0.
--
-- see: https://github.com/sol/hpack
--
-- hash: 27cf335f30aa9127c857b841734dd2c389fc6f511adb198dfcf2052f5d9150fb

name:           c14n
version:        0.1.0.0
synopsis:       Bindings to the c14n implementation in libxml.
description:    Please see the README on GitHub at <https://github.com/mbg/c14n#readme>
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
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
  build-depends:
      base >=4.8 && <5
    , bytestring
  if os(darwin)
    include-dirs:
        /usr/local/opt/libxml2/include/libxml2
    extra-lib-dirs:
        /usr/local/opt/libxml2/lib
  default-language: Haskell2010