xml-html-conduit-lens 0.1.0.0 → 0.1.0.1
raw patch · 2 files changed
+13/−3 lines, 2 filesdep ~lens
Dependency ranges changed: lens
Files
- CHANGELOG.md +9/−0
- xml-html-conduit-lens.cabal +4/−3
+ CHANGELOG.md view
@@ -0,0 +1,9 @@+0.1.0.1+=======++ * _Maintenance_: Upper bound on `lens`++0.1.0.0+=======++ * Initial release
xml-html-conduit-lens.cabal view
@@ -1,5 +1,5 @@ name: xml-html-conduit-lens-version: 0.1.0.0+version: 0.1.0.1 synopsis: Optics for xml-conduit and html-conduit description: Optics for xml-conduit and html-conduit homepage: https://github.com/supki/xml-html-conduit-lens#readme@@ -13,6 +13,7 @@ cabal-version: >= 1.10 extra-source-files: README.md+ CHANGELOG.md source-repository head type: git@@ -24,7 +25,7 @@ build-depends: base >= 4 && < 5 , bytestring- , lens >= 3.8 && < 4.2+ , lens >= 3.9 && < 4.0 , containers >= 0.4.0 && < 0.6 , text >= 0.11 && < 1.2 , xml-conduit >= 1.1 && < 1.3@@ -55,7 +56,7 @@ base == 4.* , hspec , hspec-expectations-lens >= 0.2- , lens >= 3.8 && < 4.2+ , lens >= 3.8 && < 4.0 , xml-conduit >= 1.1 && < 1.3 , xml-html-conduit-lens other-modules: