hexpat-lens 0.1.0 → 0.1.1
raw patch · 1 files changed
+5/−5 lines, 1 filesdep ~basedep ~bytestringdep ~hexpat-tagsoup
Dependency ranges changed: base, bytestring, hexpat-tagsoup, lens
Files
- hexpat-lens.cabal +5/−5
hexpat-lens.cabal view
@@ -1,5 +1,5 @@ name: hexpat-lens-version: 0.1.0+version: 0.1.1 synopsis: Lenses for Hexpat. license: MIT license-file: LICENSE@@ -18,12 +18,12 @@ Text.XML.Expat.Lens.Parse Text.XML.Expat.Lens.Unqualified build-depends: - base >= 4.6 && < 4.7+ base >= 4.6 && < 4.8 , deepseq >= 1.3 && < 1.4- , bytestring >= 0.10.0.2 && < 0.10.1+ , bytestring >= 0.10.0.2 && < 0.11 , hexpat >= 0.20 && < 0.21- , lens >= 4.0.7 && < 4.1- , hexpat-tagsoup == 0.1.*+ , lens >= 4.0.7 && < 4.5+ , hexpat-tagsoup > 0.0 && < 0.2 ghc-options: -Wall hs-source-dirs: src default-language: Haskell2010