packages feed

Cabal revisions of xml-lens-0.3.1

Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.

revision 1
-cabal-version: 2.4-name:                xml-lens-version:             0.3.1-synopsis:            Lenses, traversals, and prisms for xml-conduit-description:         This package provides DOM selectors based on lenses and prisms. See README.md for examples-homepage:            https://github.com/fumieval/xml-lens-bug-reports:         https://github.com/fumieval/xml-lens/issues-license:             BSD-3-Clause-license-file:        LICENSE-author:              Fumiaki Kinoshita-maintainer:          Fumiaki Kinoshita <fumiexcel@gmail.com>-copyright:           Copyright (C) 2021 Fumiaki Kinoshita-category:            XML-build-type:          Simple-extra-source-files:-  README.md-  CHANGELOG.md--source-repository head-  type: git-  location: https://github.com/fumieval/xml-lens.git--library-  default-language:   Haskell2010-  ghc-options: -Wall-  exposed-modules:     Text.XML.Lens-  build-depends:       base ==4.*-    , lens >= 4.0 && < 5.2-    , containers >= 0.4.0 && < 0.7-    , text >= 0.7 && <2-    , xml-conduit >= 1.1 && < 1.10-    , case-insensitive+cabal-version: 2.4
+name:                xml-lens
+version:             0.3.1
+x-revision: 1
+synopsis:            Lenses, traversals, and prisms for xml-conduit
+description:         This package provides DOM selectors based on lenses and prisms. See README.md for examples
+homepage:            https://github.com/fumieval/xml-lens
+bug-reports:         https://github.com/fumieval/xml-lens/issues
+license:             BSD-3-Clause
+license-file:        LICENSE
+author:              Fumiaki Kinoshita
+maintainer:          Fumiaki Kinoshita <fumiexcel@gmail.com>
+copyright:           Copyright (C) 2021 Fumiaki Kinoshita
+category:            XML
+build-type:          Simple
+extra-source-files:
+  README.md
+  CHANGELOG.md
+
+source-repository head
+  type: git
+  location: https://github.com/fumieval/xml-lens.git
+
+library
+  default-language:   Haskell2010
+  ghc-options: -Wall
+  exposed-modules:     Text.XML.Lens
+  build-depends:       base ==4.*
+    , lens >= 4.0 && < 5.3
+    , containers >= 0.4.0 && < 0.7
+    , text >= 0.7 && <2
+    , xml-conduit >= 1.1 && < 1.10
+    , case-insensitive
revision 2
 cabal-version: 2.4
 name:                xml-lens
 version:             0.3.1
-x-revision: 1
+x-revision: 2
 synopsis:            Lenses, traversals, and prisms for xml-conduit
 description:         This package provides DOM selectors based on lenses and prisms. See README.md for examples
 homepage:            https://github.com/fumieval/xml-lens
   build-depends:       base ==4.*
     , lens >= 4.0 && < 5.3
     , containers >= 0.4.0 && < 0.7
-    , text >= 0.7 && <2
+    , text >= 0.7 && < 1.3 || >= 2 && < 2.1
     , xml-conduit >= 1.1 && < 1.10
     , case-insensitive
revision 3
 cabal-version: 2.4
 name:                xml-lens
 version:             0.3.1
-x-revision: 2
+x-revision: 3
 synopsis:            Lenses, traversals, and prisms for xml-conduit
 description:         This package provides DOM selectors based on lenses and prisms. See README.md for examples
 homepage:            https://github.com/fumieval/xml-lens
   ghc-options: -Wall
   exposed-modules:     Text.XML.Lens
   build-depends:       base ==4.*
-    , lens >= 4.0 && < 5.3
+    , lens >= 4.0 && < 5.5
     , containers >= 0.4.0 && < 0.7
     , text >= 0.7 && < 1.3 || >= 2 && < 2.1
     , xml-conduit >= 1.1 && < 1.10
revision 4
 cabal-version: 2.4
 name:                xml-lens
 version:             0.3.1
-x-revision: 3
+x-revision: 4
 synopsis:            Lenses, traversals, and prisms for xml-conduit
 description:         This package provides DOM selectors based on lenses and prisms. See README.md for examples
 homepage:            https://github.com/fumieval/xml-lens
   exposed-modules:     Text.XML.Lens
   build-depends:       base ==4.*
     , lens >= 4.0 && < 5.5
-    , containers >= 0.4.0 && < 0.7
-    , text >= 0.7 && < 1.3 || >= 2 && < 2.1
+    , containers >= 0.4.0 && < 0.8
+    , text >= 0.7 && < 1.3 || >= 2 && < 2.2
     , xml-conduit >= 1.1 && < 1.10
     , case-insensitive
revision 5
 cabal-version: 2.4
 name:                xml-lens
 version:             0.3.1
-x-revision: 4
+x-revision: 5
 synopsis:            Lenses, traversals, and prisms for xml-conduit
 description:         This package provides DOM selectors based on lenses and prisms. See README.md for examples
 homepage:            https://github.com/fumieval/xml-lens
     , lens >= 4.0 && < 5.5
     , containers >= 0.4.0 && < 0.8
     , text >= 0.7 && < 1.3 || >= 2 && < 2.2
-    , xml-conduit >= 1.1 && < 1.10
+    , xml-conduit >= 1.1 && < 1.11
     , case-insensitive