guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

06/07: gnu: ghc-wl-pprint-text: Update to 1.2.0.0.


From: Arun Isaac
Subject: 06/07: gnu: ghc-wl-pprint-text: Update to 1.2.0.0.
Date: Thu, 23 Aug 2018 04:09:32 -0400 (EDT)

arunisaac pushed a commit to branch master
in repository guix.

commit e173a95ffa84b2ee7f213cf06f2f5af72f5096ed
Author: Arun Isaac <address@hidden>
Date:   Thu Aug 23 13:18:01 2018 +0530

    gnu: ghc-wl-pprint-text: Update to 1.2.0.0.
    
    * gnu/packages/haskell.scm (ghc-wl-pprint-text): Update to 1.2.0.0.
    [inputs]: Add ghc-base-compat.
---
 gnu/packages/haskell.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index 320fe4b..633ad85 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -7047,7 +7047,7 @@ supported.  A module of colour names 
(\"Data.Colour.Names\") is provided.")
 (define-public ghc-wl-pprint-text
   (package
     (name "ghc-wl-pprint-text")
-    (version "1.1.0.4")
+    (version "1.2.0.0")
     (source
      (origin
        (method url-fetch)
@@ -7056,10 +7056,11 @@ supported.  A module of colour names 
(\"Data.Colour.Names\") is provided.")
              version ".tar.gz"))
        (sha256
         (base32
-         "1xgizzimfw17mpmw2afvmnvyag976j8ggn7k5r564rkw9f0m6bgz"))))
+         "0g3w92rad6x5appfb22rbzcas2ix2h0hy91sdxhq8a4a5cnlrpa0"))))
     (build-system haskell-build-system)
     (inputs
-     `(("ghc-text" ,ghc-text)))
+     `(("ghc-base-compat" ,ghc-base-compat)
+       ("ghc-text" ,ghc-text)))
     (home-page "https://hackage.haskell.org/package/wl-pprint-text";)
     (synopsis "Wadler/Leijen Pretty Printer for Text values")
     (description



reply via email to

[Prev in Thread] Current Thread [Next in Thread]