guix-commits
[Top][All Lists]
Advanced

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

66/177: gnu: ghc-directory: Update to 1.3.2.0.


From: Ricardo Wurmus
Subject: 66/177: gnu: ghc-directory: Update to 1.3.2.0.
Date: Tue, 13 Feb 2018 07:38:12 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit c7f321cff7d6f189a37b184ffa5bff391919194a
Author: Ricardo Wurmus <address@hidden>
Date:   Mon Feb 12 22:28:17 2018 +0100

    gnu: ghc-directory: Update to 1.3.2.0.
    
    * gnu/packages/haskell.scm (ghc-directory): Update to 1.3.2.0.
---
 gnu/packages/haskell.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index 8d5dae3..fb1ed8a 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -6271,7 +6271,7 @@ supported.  A module of colour names 
(\"Data.Colour.Names\") is provided.")
 (define-public ghc-directory
   (package
     (name "ghc-directory")
-    (version "1.3.1.5")
+    (version "1.3.2.0")
     (source
      (origin
        (method url-fetch)
@@ -6280,7 +6280,7 @@ supported.  A module of colour names 
(\"Data.Colour.Names\") is provided.")
              version ".tar.gz"))
        (sha256
         (base32
-         "0zkqihmdfz7bzv3sxh1p9ijl4vra880kfy3qy9h96flq7d2if0f2"))))
+         "0ffhanigxrx5wpin8l0wfp7d24lpgsjwj0hxrfp8bpy2wj1snxny"))))
     (build-system haskell-build-system)
     (home-page "http://hackage.haskell.org/package/directory";)
     (synopsis "Platform-agnostic library for file system operations")



reply via email to

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