Cabal revisions of X-0.3.1.0
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-cabal-version: 2.2-name: X-version: 0.3.1.0--license: BSD-3-Clause AND GPL-3.0-or-later-license-files: LICENSE LICENSE.GPLv3-author: Galois Inc., Herbert Valerio Riedel-maintainer: hvr@gnu.org-copyright: (c) 2007-2008 Galois Inc.,- (c) 2019 Herbert Valerio Riedel--synopsis: A light-weight XML library-category: Text, XML-bug-reports: https://github.com/hvr/X/issues-description:- Light-weight XML library derived from the [`xml` package](http://hackage.haskell.org/package/xml)- for simple parsing and creation of XML documents.- It only depends on @base@, @deepseq@, @bytestring@, @text@, and @text-short@.- .- This library provides support for the following specifications:- .- * <http://www.w3.org/TR/xml/ Extensible Markup Language (XML) 1.0 (5ed)>- .- * <http://www.w3.org/TR/xml-names/ Namespaces in XML 1.0 (3ed)>- .--extra-source-files:- ChangeLog.md--library- hs-source-dirs: src- exposed-modules:- Text.XML- Text.XML.Types- Text.XML.Output- Text.XML.Input- Text.XML.Proc- Text.XML.Cursor-- other-modules:- Common- Utils- Text.XML.Lexer- Text.XML.NS- Text.XML.Types.Core- Text.XML.Types.Internal-- build-depends:- , base ^>= 4.7.0- || ^>= 4.8.0- || ^>= 4.9.0- || ^>= 4.10.0- || ^>= 4.11.0- || ^>= 4.12.0- || ^>= 4.13.0- , bytestring ^>= 0.10.4- , deepseq ^>= 1.3.0- || ^>= 1.4.0- , text ^>= 1.2.3- , text-short ^>= 0.1.3-- ghc-options: -Wall- default-language: Haskell2010- other-extensions:- BangPatterns- DeriveDataTypeable- DeriveFoldable- DeriveFunctor- DeriveGeneric- DeriveTraversable- FlexibleInstances- GeneralizedNewtypeDeriving- LambdaCase- OverloadedStrings- RecordWildCards- Safe- ScopedTypeVariables- Trustworthy- TypeSynonymInstances--source-repository head- type: git- location: https://github.com/hvr/X.git+cabal-version: 2.2 +name: X +version: 0.3.1.0 +x-revision: 1 + +license: BSD-3-Clause AND GPL-3.0-or-later +license-files: LICENSE LICENSE.GPLv3 +author: Galois Inc., Herbert Valerio Riedel +maintainer: hvr@gnu.org +copyright: (c) 2007-2008 Galois Inc., + (c) 2019 Herbert Valerio Riedel + +synopsis: A light-weight XML library +category: Text, XML +bug-reports: https://github.com/hvr/X/issues +description: + Light-weight XML library derived from the [`xml` package](http://hackage.haskell.org/package/xml) + for simple parsing and creation of XML documents. + It only depends on @base@, @deepseq@, @bytestring@, @text@, and @text-short@. + . + This library provides support for the following specifications: + . + * <http://www.w3.org/TR/xml/ Extensible Markup Language (XML) 1.0 (5ed)> + . + * <http://www.w3.org/TR/xml-names/ Namespaces in XML 1.0 (3ed)> + . + +extra-source-files: + ChangeLog.md + +library + hs-source-dirs: src + exposed-modules: + Text.XML + Text.XML.Types + Text.XML.Output + Text.XML.Input + Text.XML.Proc + Text.XML.Cursor + + other-modules: + Common + Utils + Text.XML.Lexer + Text.XML.NS + Text.XML.Types.Core + Text.XML.Types.Internal + + build-depends: + , base ^>= 4.7.0 + || ^>= 4.8.0 + || ^>= 4.9.0 + || ^>= 4.10.0 + || ^>= 4.11.0 + || ^>= 4.12.0 + || ^>= 4.13.0 + || ^>= 4.14.0 + , bytestring ^>= 0.10.4 + , deepseq ^>= 1.3.0 + || ^>= 1.4.0 + , text ^>= 1.2.3 + , text-short ^>= 0.1.3 + + ghc-options: -Wall + default-language: Haskell2010 + other-extensions: + BangPatterns + DeriveDataTypeable + DeriveFoldable + DeriveFunctor + DeriveGeneric + DeriveTraversable + FlexibleInstances + GeneralizedNewtypeDeriving + LambdaCase + OverloadedStrings + RecordWildCards + Safe + ScopedTypeVariables + Trustworthy + TypeSynonymInstances + +source-repository head + type: git + location: https://github.com/hvr/X.git
revision 2
-cabal-version: 2.2 -name: X -version: 0.3.1.0 -x-revision: 1 - -license: BSD-3-Clause AND GPL-3.0-or-later -license-files: LICENSE LICENSE.GPLv3 -author: Galois Inc., Herbert Valerio Riedel -maintainer: hvr@gnu.org -copyright: (c) 2007-2008 Galois Inc., - (c) 2019 Herbert Valerio Riedel - -synopsis: A light-weight XML library -category: Text, XML -bug-reports: https://github.com/hvr/X/issues -description: - Light-weight XML library derived from the [`xml` package](http://hackage.haskell.org/package/xml) - for simple parsing and creation of XML documents. - It only depends on @base@, @deepseq@, @bytestring@, @text@, and @text-short@. - . - This library provides support for the following specifications: - . - * <http://www.w3.org/TR/xml/ Extensible Markup Language (XML) 1.0 (5ed)> - . - * <http://www.w3.org/TR/xml-names/ Namespaces in XML 1.0 (3ed)> - . - -extra-source-files: - ChangeLog.md - -library - hs-source-dirs: src - exposed-modules: - Text.XML - Text.XML.Types - Text.XML.Output - Text.XML.Input - Text.XML.Proc - Text.XML.Cursor - - other-modules: - Common - Utils - Text.XML.Lexer - Text.XML.NS - Text.XML.Types.Core - Text.XML.Types.Internal - - build-depends: - , base ^>= 4.7.0 - || ^>= 4.8.0 - || ^>= 4.9.0 - || ^>= 4.10.0 - || ^>= 4.11.0 - || ^>= 4.12.0 - || ^>= 4.13.0 - || ^>= 4.14.0 - , bytestring ^>= 0.10.4 - , deepseq ^>= 1.3.0 - || ^>= 1.4.0 - , text ^>= 1.2.3 - , text-short ^>= 0.1.3 - - ghc-options: -Wall - default-language: Haskell2010 - other-extensions: - BangPatterns - DeriveDataTypeable - DeriveFoldable - DeriveFunctor - DeriveGeneric - DeriveTraversable - FlexibleInstances - GeneralizedNewtypeDeriving - LambdaCase - OverloadedStrings - RecordWildCards - Safe - ScopedTypeVariables - Trustworthy - TypeSynonymInstances - -source-repository head - type: git - location: https://github.com/hvr/X.git +cabal-version: 2.2+name: X+version: 0.3.1.0+x-revision: 2++license: BSD-3-Clause AND GPL-3.0-or-later+license-files: LICENSE LICENSE.GPLv3+author: Galois Inc., Herbert Valerio Riedel+maintainer: hvr@gnu.org+copyright: (c) 2007-2008 Galois Inc.,+ (c) 2019 Herbert Valerio Riedel++synopsis: A light-weight XML library+category: Text, XML+bug-reports: https://github.com/hvr/X/issues+description:+ Light-weight XML library derived from the [`xml` package](http://hackage.haskell.org/package/xml)+ for simple parsing and creation of XML documents.+ It only depends on @base@, @deepseq@, @bytestring@, @text@, and @text-short@.+ .+ This library provides support for the following specifications:+ .+ * <http://www.w3.org/TR/xml/ Extensible Markup Language (XML) 1.0 (5ed)>+ .+ * <http://www.w3.org/TR/xml-names/ Namespaces in XML 1.0 (3ed)>+ .++extra-source-files:+ ChangeLog.md++library+ hs-source-dirs: src+ exposed-modules:+ Text.XML+ Text.XML.Types+ Text.XML.Output+ Text.XML.Input+ Text.XML.Proc+ Text.XML.Cursor++ other-modules:+ Common+ Utils+ Text.XML.Lexer+ Text.XML.NS+ Text.XML.Types.Core+ Text.XML.Types.Internal++ build-depends:+ , base ^>= 4.7.0+ || ^>= 4.8.0+ || ^>= 4.9.0+ || ^>= 4.10.0+ || ^>= 4.11.0+ || ^>= 4.12.0+ || ^>= 4.13.0+ || ^>= 4.14.0+ || ^>= 4.15.0+ || ^>= 4.16.0+ || ^>= 4.17.0+ || ^>= 4.18.0+ , bytestring ^>= 0.10.4+ || ^>= 0.11+ , deepseq ^>= 1.3.0+ || ^>= 1.4.0+ , text ^>= 1.2.3+ || ^>= 2.0+ , text-short ^>= 0.1.3++ ghc-options: -Wall+ default-language: Haskell2010+ other-extensions:+ BangPatterns+ DeriveDataTypeable+ DeriveFoldable+ DeriveFunctor+ DeriveGeneric+ DeriveTraversable+ FlexibleInstances+ GeneralizedNewtypeDeriving+ LambdaCase+ OverloadedStrings+ RecordWildCards+ Safe+ ScopedTypeVariables+ Trustworthy+ TypeSynonymInstances++source-repository head+ type: git+ location: https://github.com/hvr/X.git