Cabal revisions of dom-parser-1.0.0
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-name: dom-parser-version: 1.0.0-synopsis: Simple monadic DOM parser-license: MIT-license-file: LICENSE-author: Typeable.io contributors-maintainer: makeit@typeable.io-category: XML-build-type: Simple-extra-source-files: CHANGELOG.md-cabal-version: >=1.10--extra-source-files: CHANGELOG.md--homepage: https://github.com/typeable/dom-parser--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- , containers- , lens- , mtl- , open-union- , semigroups- , text- , transformers- , type-fun- , xml-conduit- , xml-lens- exposed-modules: Text.XML.DOM.Parser- , Text.XML.DOM.Parser.Class- , Text.XML.DOM.Parser.Combinators- , Text.XML.DOM.Parser.Types--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: 1.0.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 +extra-source-files: CHANGELOG.md +cabal-version: >=1.10 + +extra-source-files: CHANGELOG.md + +homepage: https://github.com/typeable/dom-parser + +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 && < 4.11 + , containers + , lens + , mtl >= 2.2.1 + , open-union >= 0.2 + , semigroups + , text + , transformers + , type-fun + , xml-conduit + , xml-lens + exposed-modules: Text.XML.DOM.Parser + , Text.XML.DOM.Parser.Class + , Text.XML.DOM.Parser.Combinators + , Text.XML.DOM.Parser.Types + +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