name: invertible-hxt version: 0.1 synopsis: invertible transformer instances for HXT Picklers description: Provides alternative syntax for HXT's Picklers (XML parser/generators) based on generic invertible Monoidal license: BSD3 license-file: LICENSE author: Dylan Simon maintainer: dylan@dylex.net copyright: 2017 category: Composition, XML build-type: Simple cabal-version: >=1.10 tested-with: GHC == 7.10.3, GHC == 8.0.1 source-repository head type: git location: https://github.com/dylex/invertible library exposed-modules: Text.XML.HXT.Arrow.Pickle.Xml.Invertible build-depends: base >= 4.8 && <5, mtl, hxt, hxt-charproperties, invertible default-language: Haskell2010 ghc-options: -Wall