forked from fumieval/xml-lens
-
Notifications
You must be signed in to change notification settings - Fork 0
/
xml-lens.cabal
24 lines (22 loc) · 929 Bytes
/
xml-lens.cabal
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
name: xml-lens
version: 0.1.6.3
synopsis: Lenses, traversals, and prisms for xml-conduit
description: Lens-based DOM selector
homepage: https://github.com/fumieval/xml-lens
bug-reports: https://github.com/fumieval/xml-lens/issues
license: BSD3
license-file: LICENSE
author: Fumiaki Kinoshita
maintainer: Fumiaki Kinoshita <[email protected]>
copyright: Copyright (C) 2015 Fumiaki Kinoshita
category: XML
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
build-depends: base ==4.*, lens >= 4.0 && < 5, containers >= 0.4.0 && < 0.7, text >= 0.7 && <2, xml-conduit >= 1.1 && < 1.4, case-insensitive