xml-lens-0.1: xml-lens.cabal
name: xml-lens
version: 0.1
synopsis: Lenses, traversals, prisms for xml-conduit
description:
homepage: https://github.com/fumieval/xml-lens
license: BSD3
license-file: LICENSE
author: Fumiaki Kinoshita
maintainer: Fumiaki Kinoshita <fumiexcel@gmail.com>
copyright: Copyright (C) 2013 Fumiaki Kinoshita
category: Control
build-type: Simple
cabal-version: >=1.10
source-repository head
type: git
location: https://github.com/fumieval/xml-lens.git
library
default-language: Haskell2010
ghc-options: -Wall
exposed-modules: Text.XML.Lens
-- other-modules:
build-depends: base ==4.*, lens >= 3.8 && < 4.2, containers >= 0.4.0 && < 0.6, text == 0.11.*, xml-conduit >= 1.1