hw-xml-0.1.0.4: hw-xml.cabal
cabal-version: 1.12
name: hw-xml
version: 0.1.0.4
synopsis: Conduits for tokenizing streams.
description: Conduits for tokenizing streams. Please see README.md
category: Data, XML, Succinct Data Structures, Data Structures
homepage: http://github.com/haskell-works/hw-xml#readme
bug-reports: https://github.com/haskell-works/hw-xml/issues
author: John Ky,
Alexey Raga
maintainer: alexey.raga@gmail.com
copyright: 2016 John Ky,
Alexey Raga
license: BSD3
license-file: LICENSE
build-type: Simple
extra-source-files:
README.md
data-files:
data/catalog.xml
source-repository head
type: git
location: https://github.com/haskell-works/hw-xml
library
exposed-modules:
HaskellWorks.Data.Xml
HaskellWorks.Data.Xml.Blank
HaskellWorks.Data.Xml.CharLike
HaskellWorks.Data.Xml.Conduit
HaskellWorks.Data.Xml.Conduit.Blank
HaskellWorks.Data.Xml.Conduit.Words
HaskellWorks.Data.Xml.Decode
HaskellWorks.Data.Xml.DecodeError
HaskellWorks.Data.Xml.DecodeResult
HaskellWorks.Data.Xml.Grammar
HaskellWorks.Data.Xml.Index
HaskellWorks.Data.Xml.Lens
HaskellWorks.Data.Xml.Succinct
HaskellWorks.Data.Xml.Succinct.Cursor
HaskellWorks.Data.Xml.Succinct.Cursor.BalancedParens
HaskellWorks.Data.Xml.Succinct.Cursor.BlankedXml
HaskellWorks.Data.Xml.Succinct.Cursor.InterestBits
HaskellWorks.Data.Xml.Succinct.Cursor.Internal
HaskellWorks.Data.Xml.Succinct.Cursor.Token
HaskellWorks.Data.Xml.Succinct.Index
HaskellWorks.Data.Xml.RawDecode
HaskellWorks.Data.Xml.RawValue
HaskellWorks.Data.Xml.Token.Tokenize
HaskellWorks.Data.Xml.Token.Types
HaskellWorks.Data.Xml.Token
HaskellWorks.Data.Xml.Type
HaskellWorks.Data.Xml.Value
other-modules:
Paths_hw_xml
hs-source-dirs:
src
ghc-options: -Wall -O2 -msse4.2
build-depends:
ansi-wl-pprint
, array
, attoparsec
, base >=4 && <5
, bytestring
, cereal
, conduit
, containers
, deepseq
, ghc-prim
, hw-balancedparens >=0.1.0.0
, hw-bits >=0.4.0.0
, hw-conduit >=0.2.0.2
, hw-parser
, hw-prim >=0.4.0.0
, hw-rankselect >=0.7.0.0
, hw-rankselect-base >=0.2.0.0
, lens
, mtl
, resourcet
, transformers
, vector
, word8
default-language: Haskell2010
executable hw-xml-example
main-is: Main.hs
other-modules:
Paths_hw_xml
hs-source-dirs:
app
ghc-options: -threaded -rtsopts -with-rtsopts=-N -O2 -Wall -msse4.2
build-depends:
base >=4 && <5
, bytestring
, hw-balancedparens >=0.2.0.1
, hw-bits >=0.7.0.2
, hw-prim >=0.5.0.0
, hw-rankselect >=0.10.0.3
, hw-xml
, vector
default-language: Haskell2010
test-suite hw-xml-test
type: exitcode-stdio-1.0
main-is: Spec.hs
other-modules:
HaskellWorks.Data.Xml.Conduit.BlankSpec
HaskellWorks.Data.Xml.RawValueSpec
HaskellWorks.Data.Xml.Succinct.Cursor.BalancedParensSpec
HaskellWorks.Data.Xml.Succinct.Cursor.InterestBitsSpec
HaskellWorks.Data.Xml.Succinct.CursorSpec
HaskellWorks.Data.Xml.Token.TokenizeSpec
HaskellWorks.Data.Xml.TypeSpec
Paths_hw_xml
hs-source-dirs:
test
ghc-options: -threaded -rtsopts -with-rtsopts=-N
build-depends:
QuickCheck
, attoparsec
, base >=4 && <5
, bytestring
, conduit
, hspec
, hw-balancedparens >=0.1.0.0
, hw-bits >=0.4.0.0
, hw-conduit >=0.2.0.2
, hw-prim >=0.4.0.0
, hw-rankselect >=0.7.0.0
, hw-rankselect-base >=0.2.0.0
, hw-xml
, vector
default-language: Haskell2010
build-tool-depends: hspec-discover:hspec-discover
benchmark bench
type: exitcode-stdio-1.0
main-is: Main.hs
other-modules:
Paths_hw_xml
hs-source-dirs:
bench
ghc-options: -O2 -Wall -msse4.2
build-depends:
base >=4 && <5
, bytestring
, conduit
, criterion
, hw-balancedparens >=0.1.0.0
, hw-bits >=0.4.0.0
, hw-conduit >=0.2.0.2
, hw-prim >=0.4.0.0
, hw-xml
, mmap
, resourcet
, vector
default-language: Haskell2010