hexpat-lens-0.0.4: hexpat-lens.cabal
name: hexpat-lens
version: 0.0.4
synopsis: Lenses for Hexpat.
license: MIT
license-file: LICENSE
author: Joseph Abrahamson
maintainer: me@jspha.com
copyright: (c) 2013, Joseph Abrahamson
category: XML
build-type: Simple
cabal-version: >=1.10
library
exposed-modules:
Text.XML.Expat.Lens
Text.XML.Expat.Lens.Unqualified
Text.XML.Expat.Lens.Parse
Text.XML.Expat.Lens.Names
build-depends:
base >= 4.6 && < 4.7
, bytestring >= 0.10.0.2 && < 0.10.1
, deepseq >= 1.3 && < 1.4
, hexpat >= 0.20 && < 0.21
, lens >= 3.9 && < 3.10
, hexpat-tagsoup == 0.1.*
ghc-options: -Wall
hs-source-dirs: src
default-language: Haskell2010