packages feed

prettyprinter-convert-ansi-wl-pprint 1.1.2 → 1.1.3

raw patch · 2 files changed

+7/−10 lines, 2 filesdep ~basePVP ok

version bump matches the API change (PVP)

Dependency ranges changed: base

API changes (from Hackage documentation)

Files

README.md view
@@ -6,7 +6,7 @@ `ansi-wl-pprint` data available to the `prettyprinter` ecosystem.  Note the difference to the `prettyprinter-compat-ansi-wl-pprint` module, which-does *not* convert any data, and instead provides an API that mimicks+does *not* convert any data, and instead provides an API that mimics `ansi-wl-pprint`, while secretly being `prettyprinter`-based behind the curtains. This package on the other hand does a proper conversion. 
prettyprinter-convert-ansi-wl-pprint.cabal view
@@ -1,5 +1,5 @@ name:                prettyprinter-convert-ansi-wl-pprint-version:             1.1.2+version:             1.1.3 cabal-version:       >= 1.10 category:            User Interfaces, Text synopsis:            Converter from »ansi-wl-pprint« documents to »prettyprinter«-based ones.@@ -12,11 +12,11 @@ bug-reports:         http://github.com/quchen/prettyprinter/issues homepage:            http://github.com/quchen/prettyprinter build-type:          Simple-tested-with:         GHC==9.0.1, GHC==8.10.4, GHC==8.8.4, GHC==8.6.5, GHC==8.4.4, GHC==8.2.2, GHC==8.0.2, GHC==7.10.3, GHC==7.8.4, GHC==7.6.3, GHC==7.4.2+tested-with:         GHC==9.14.1, GHC==9.12.2, GHC==9.10.3, GHC==9.8.4, GHC==9.6.7, GHC==9.4.8, GHC==9.2.8, GHC==9.0.2, GHC==8.10.7, GHC==8.8.4, GHC==8.6.5, GHC==8.4.4, GHC==8.2.2, GHC==8.0.2  source-repository head   type: git-  location: git://github.com/quchen/prettyprinter.git+  location: https://github.com/quchen/prettyprinter  library     exposed-modules:  Data.Text.Prettyprint.Convert.AnsiWlPprint@@ -29,11 +29,11 @@         , OverloadedStrings      build-depends:-          base                        >= 4.5 && < 5+          base                        >= 4.9 && < 5         , text                        >= 1.2         , prettyprinter               >= 1.7.0         , prettyprinter-ansi-terminal >= 1.1.1-        , ansi-wl-pprint              >= 0.6.8+        , ansi-wl-pprint              >= 0.6.8 && < 1         , ansi-terminal  test-suite doctest@@ -41,10 +41,7 @@     hs-source-dirs: test/Doctest     main-is: Main.hs     build-depends:-          base    >= 4.7 && < 5+          base    >= 4.9 && < 5         , doctest >= 0.9     ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N     default-language: Haskell2010-    if impl (ghc < 7.10)-        buildable: False-        -- Doctest does not support searching through directories in old versions