packages feed

xml-prettify-text 1.0.0.2 → 1.0.0.3

raw patch · 1 files changed

+3/−3 lines, 1 filesdep ~base

Dependency ranges changed: base

Files

xml-prettify-text.cabal view
@@ -1,6 +1,6 @@ cabal-version:       2.4 name:                xml-prettify-text-version:             1.0.0.2+version:             1.0.0.3 synopsis:            XML pretty printer description:         XML pretty printer based on xml-prettify by David M. Rosenberg. Modified to work with Text instead of String and tuned for improved performance. homepage:            https://github.com/MrcJkb/xml-prettify-text@@ -23,7 +23,7 @@   type:                git   location:            https://github.com/MrcJkb/xml-prettify-text.git common common-options-  build-depends:       base >= 4.14.3 && < 4.15+  build-depends:       base >= 4.14 && < 4.16                      , protolude >= 0.3.0 && < 0.4      mixins:              base hiding (Prelude)@@ -49,7 +49,7 @@   hs-source-dirs:      src   exposed-modules:     Text.XML.Prettify                      , Text.XML.Prettify.Options-  build-depends:       base >= 4.14.3 && < 4.15+  build-depends:       base >= 4.14 && < 4.16                      , text >= 1.2.4 && < 1.3                      , text-show >= 3.9.2 && < 3.10                      , mtl >= 2.2.2 && < 2.3