name:
list-t-html-parser
version:
0.4.2
synopsis:
Streaming HTML parser
category:
Streaming, HTML, Parser
homepage:
https://github.com/nikita-volkov/list-t-html-parser
bug-reports:
https://github.com/nikita-volkov/list-t-html-parser/issues
author:
Nikita Volkov
maintainer:
Nikita Volkov
copyright:
(c) 2015, Nikita Volkov
license:
MIT
license-file:
LICENSE
build-type:
Simple
cabal-version:
>=1.10
extra-source-files:
hspec/samples/1.html
source-repository head
type:
git
location:
git://github.com/nikita-volkov/list-t-html-parser.git
library
hs-source-dirs:
library
other-modules:
ListT.HTMLParser.Prelude
ListT.HTMLParser.Renderer
ListT.HTMLParser.XML
exposed-modules:
ListT.HTMLParser
default-extensions:
Arrows, BangPatterns, ConstraintKinds, DataKinds, DefaultSignatures, DeriveDataTypeable, DeriveFoldable, DeriveFunctor, DeriveGeneric, DeriveTraversable, EmptyDataDecls, FlexibleContexts, FlexibleInstances, FunctionalDependencies, GADTs, GeneralizedNewtypeDeriving, LambdaCase, LiberalTypeSynonyms, MagicHash, MultiParamTypeClasses, MultiWayIf, NoImplicitPrelude, NoMonomorphismRestriction, OverloadedStrings, PatternGuards, ParallelListComp, QuasiQuotes, RankNTypes, RecordWildCards, ScopedTypeVariables, StandaloneDeriving, TemplateHaskell, TupleSections, TypeFamilies, TypeOperators, UnboxedTuples
default-language:
Haskell2010
build-depends:
list-t >= 0.4 && < 2,
html-tokenizer >= 0.4 && < 0.5,
html-entities >= 1.1 && < 1.2,
xml-types >= 0.3.6 && < 0.4,
conversion == 1.*,
conversion-text == 1.*,
conversion-case-insensitive == 1.*,
case-insensitive == 1.2.*,
text >= 1 && < 1.3,
either == 4.*,
mtl-prelude >= 1 && < 3,
base-prelude >= 0.1.19 && < 2
test-suite hspec
type:
exitcode-stdio-1.0
hs-source-dirs:
hspec
main-is:
Main.hs
ghc-options:
-threaded
"-with-rtsopts=-N"
default-extensions:
Arrows, BangPatterns, ConstraintKinds, DataKinds, DefaultSignatures, DeriveDataTypeable, DeriveFoldable, DeriveFunctor, DeriveGeneric, DeriveTraversable, EmptyDataDecls, FlexibleContexts, FlexibleInstances, FunctionalDependencies, GADTs, GeneralizedNewtypeDeriving, LambdaCase, LiberalTypeSynonyms, MagicHash, MultiParamTypeClasses, MultiWayIf, NoImplicitPrelude, NoMonomorphismRestriction, OverloadedStrings, PatternGuards, ParallelListComp, QuasiQuotes, RankNTypes, RecordWildCards, ScopedTypeVariables, StandaloneDeriving, TemplateHaskell, TupleSections, TypeFamilies, TypeOperators, UnboxedTuples
default-language:
Haskell2010
build-depends:
hspec >= 2.1 && < 3,
list-t-html-parser,
list-t-attoparsec == 0.4.*,
list-t-text == 0.2.*,
html-tokenizer,
xml-types >= 0.3.6 && < 0.4,
conversion == 1.*,
conversion-text == 1.*,
either == 4.*,
text == 1.*,
base-prelude