packages feed

wl-pprint-console 0.1.0.1 → 0.1.0.2

raw patch · 3 files changed

+16/−11 lines, 3 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

LICENSE view
@@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2016 Daniel Mendler+Copyright (c) 2017 Daniel Mendler  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal
src/Text/PrettyPrint/Console/WL.hs view
@@ -1,7 +1,7 @@ ----------------------------------------------------------------------------- -- | -- Module      :  Text.PrettyPrint.Console.WL--- Copyright   :  Daniel Mendler (c) 2016,+-- Copyright   :  Daniel Mendler (c) 2017 -- License     :  MIT (see the file LICENSE) -- -- Maintainer  :  mail@daniel-mendler.de@@ -15,6 +15,7 @@ -----------------------------------------------------------  module Text.PrettyPrint.Console.WL (+  -- * Reexport of Text.PrettyPrint.Annotated.WL   module Text.PrettyPrint.Annotated.WL    -- * Display documents annotated with pairs of strings
wl-pprint-console.cabal view
@@ -1,9 +1,11 @@--- This file has been generated from package.yaml by hpack version 0.15.0.+-- This file has been generated from package.yaml by hpack version 0.28.2. -- -- see: https://github.com/sol/hpack+--+-- hash: d2a411c93db512e0fb37b330e5dbe0fe9eaa25f1e493b479a12799fc8a0b3041  name:           wl-pprint-console-version:        0.1.0.1+version:        0.1.0.2 synopsis:       Wadler/Leijen pretty printer supporting colorful console output. description:    Wadler/Leijen pretty printer with support for annotations and colorful console output. Additional useful display routines are provided, e.g, for HTML output. category:       Text@@ -12,10 +14,10 @@ bug-reports:    https://github.com/minad/wl-pprint-console/issues author:         Daniel Mendler <mail@daniel-mendler.de> maintainer:     Daniel Mendler <mail@daniel-mendler.de>-copyright:      2016 Daniel Mendler+copyright:      2017 Daniel Mendler license:        MIT license-file:   LICENSE-tested-with:    GHC == 7.10.3, GHC == 8.0.1+tested-with:    GHC == 7.10.3, GHC == 8.0.1, GHC == 8.2.1, GHC == 8.4.3, GHC == 8.6.1 build-type:     Simple cabal-version:  >= 1.10 @@ -28,11 +30,13 @@       src   ghc-options: -Wall   build-depends:-      base                >= 4.8 && < 5-    , colorful-monoids    >= 0.2 && < 0.3-    , wl-pprint-annotated >= 0.0.1.2 && < 0.0.2-    , text                >= 0.11 && < 1.3-    , bytestring          >= 0.10.2 && < 0.11+      base >=4.8 && <5+    , bytestring >=0.10.2 && <0.11+    , colorful-monoids >=0.2 && <0.3+    , text >=0.11 && <1.3+    , wl-pprint-annotated >=0.0.1.2 && <0.2   exposed-modules:       Text.PrettyPrint.Console.WL+  other-modules:+      Paths_wl_pprint_console   default-language: Haskell2010