name: generic-xmlpickler
version: 0.1.0.0
description: Generic generation of HXT XmlPickler instances using GHC Generics.
synopsis: Generic generation of HXT XmlPickler instances using GHC Generics.
category: XML, Data
cabal-version: >= 1.6
author: Silk
copyright: (c) 2015, Silk
maintainer: code@silk.co
homepage: http://github.com/silkapp/generic-xmlpickler
license: BSD3
license-file: LICENSE
build-type: Simple
extra-source-files:
CHANGELOG.md
LICENSE
README.md
source-repository head
type: git
location: https://github.com/silkapp/regular-xmlpickler.git
library
ghc-options: -Wall
hs-source-dirs: src
exposed-modules: Generics.XmlPickler
build-depends:
base == 4.*
, generic-deriving >= 1.6 && < 1.8
, hxt >= 9.2 && < 9.4
, text