Cabal revisions of dom-parser-3.2.0
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-name: dom-parser-version: 3.2.0-synopsis: Simple monadic DOM parser-license: MIT-license-file: LICENSE-author: Typeable.io contributors-maintainer: makeit@typeable.io-category: XML-build-type: Simple-cabal-version: >=1.10-homepage: https://github.com/typeable/dom-parser-tested-with: GHC == 9.2.7- , GHC == 9.4.8- , GHC == 9.6.3-extra-source-files: CHANGELOG.md- , README.md--source-repository head- type: git- location: git@github.com:typeable/dom-parser.git--library- hs-source-dirs: src- default-language: Haskell2010- ghc-options: -Wall- default-extensions: ConstraintKinds- , DataKinds- , DeriveGeneric- , FlexibleContexts- , FlexibleInstances- , FunctionalDependencies- , GADTs- , GeneralizedNewtypeDeriving- , InstanceSigs- , LambdaCase- , MultiParamTypeClasses- , MultiWayIf- , OverloadedStrings- , QuasiQuotes- , RankNTypes- , ScopedTypeVariables- , TemplateHaskell- , TupleSections- , TypeFamilies- , TypeOperators- , UndecidableInstances- build-depends: base >= 4.7 && < 5- , case-insensitive- , containers- , lens- , mtl- , scientific- , semigroups- , text- , transformers- , xml-conduit- , xml-conduit-writer- , xml-lens- exposed-modules: Text.XML.DOM.Parser- , Text.XML.DOM.Parser.Attributes- , Text.XML.DOM.Parser.Buildable- , Text.XML.DOM.Parser.Combinators- , Text.XML.DOM.Parser.Content- , Text.XML.DOM.Parser.FromAttribute- , Text.XML.DOM.Parser.FromDom- , Text.XML.DOM.Parser.Types- , Text.XML.Soap--test-suite test- type: exitcode-stdio-1.0- hs-source-dirs: test- main-is: Main.hs- default-language: Haskell2010- default-extensions: DeriveGeneric- , FlexibleContexts- , FlexibleInstances- , LambdaCase- , MultiParamTypeClasses- , OverloadedStrings- , QuasiQuotes- , RecordWildCards- , ScopedTypeVariables- , TemplateHaskell- , TypeFamilies- build-depends: base- , data-default- , dom-parser- , hspec- , lens- , semigroups- , shakespeare- , text- , xml-conduit+name: dom-parser +version: 3.2.0 +x-revision: 1 +synopsis: Simple monadic DOM parser +license: MIT +license-file: LICENSE +author: Typeable.io contributors +maintainer: makeit@typeable.io +category: XML +build-type: Simple +cabal-version: >=1.10 +homepage: https://github.com/typeable/dom-parser +tested-with: GHC == 9.2.7 + , GHC == 9.4.8 + , GHC == 9.6.3 +extra-source-files: CHANGELOG.md + , README.md + +source-repository head + type: git + location: git@github.com:typeable/dom-parser.git + +library + hs-source-dirs: src + default-language: Haskell2010 + ghc-options: -Wall + default-extensions: ConstraintKinds + , DataKinds + , DeriveGeneric + , FlexibleContexts + , FlexibleInstances + , FunctionalDependencies + , GADTs + , GeneralizedNewtypeDeriving + , InstanceSigs + , LambdaCase + , MultiParamTypeClasses + , MultiWayIf + , OverloadedStrings + , QuasiQuotes + , RankNTypes + , ScopedTypeVariables + , TemplateHaskell + , TupleSections + , TypeFamilies + , TypeOperators + , UndecidableInstances + build-depends: base >= 4.11 && < 5 + , case-insensitive + , containers + , lens + , mtl < 2.3 || > 2.3 + , scientific + , semigroups + , text < 2.1.2 + , transformers + , xml-conduit + , xml-conduit-writer + , xml-lens + exposed-modules: Text.XML.DOM.Parser + , Text.XML.DOM.Parser.Attributes + , Text.XML.DOM.Parser.Buildable + , Text.XML.DOM.Parser.Combinators + , Text.XML.DOM.Parser.Content + , Text.XML.DOM.Parser.FromAttribute + , Text.XML.DOM.Parser.FromDom + , Text.XML.DOM.Parser.Types + , Text.XML.Soap + +test-suite test + type: exitcode-stdio-1.0 + hs-source-dirs: test + main-is: Main.hs + default-language: Haskell2010 + default-extensions: DeriveGeneric + , FlexibleContexts + , FlexibleInstances + , LambdaCase + , MultiParamTypeClasses + , OverloadedStrings + , QuasiQuotes + , RecordWildCards + , ScopedTypeVariables + , TemplateHaskell + , TypeFamilies + build-depends: base + , data-default + , dom-parser + , hspec + , lens + , semigroups + , shakespeare + , text + , xml-conduit