guix-commits
[Top][All Lists]
Advanced

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

03/04: gnu: ghc-memory: Update to 0.14.16.


From: Ricardo Wurmus
Subject: 03/04: gnu: ghc-memory: Update to 0.14.16.
Date: Mon, 26 Mar 2018 14:42:44 -0400 (EDT)

rekado pushed a commit to branch rhel6
in repository guix.

commit b84a4b99f6892b7869331a677d73d9bb0b366fff
Author: Ricardo Wurmus <address@hidden>
Date:   Mon Mar 26 19:51:43 2018 +0200

    gnu: ghc-memory: Update to 0.14.16.
    
    * gnu/packages/haskell.scm (ghc-memory): Update to 0.14.16.
    [inputs]: Add ghc-basement and ghc-foundation.
---
 gnu/packages/haskell.scm | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index bfec2e0..af21002 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -5840,15 +5840,18 @@ Damerau-Levenshtein algorithms.")
 (define-public ghc-memory
   (package
     (name "ghc-memory")
-    (version "0.13")
+    (version "0.14.16")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://hackage.haskell.org/package/";
                                   "memory/memory-" version ".tar.gz"))
               (sha256
                (base32
-                "02l742qxjqy3jw1a347gb7sn7pn7a5qha1vzi2qqbvgafcjn0wyw"))))
+                "03rbszi5d4z9rlbfv8ydrl1xf84xsh8z57g07f7j9qccn9587c3v"))))
     (build-system haskell-build-system)
+    (inputs
+     `(("ghc-basement" ,ghc-basement)
+       ("ghc-foundation" ,ghc-foundation)))
     (native-inputs
      `(("ghc-tasty" ,ghc-tasty)
        ("ghc-tasty-quickcheck" ,ghc-tasty-quickcheck)



reply via email to

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