guix-commits
[Top][All Lists]
Advanced

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

77/272: gnu: ghc-utility-ht: Update to 0.0.14.


From: Ricardo Wurmus
Subject: 77/272: gnu: ghc-utility-ht: Update to 0.0.14.
Date: Mon, 1 Oct 2018 06:13:18 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 9e3e6ee026c95deafef7f4532a1333863f3e5d81
Author: Timothy Sample <address@hidden>
Date:   Tue Aug 28 22:39:54 2018 -0400

    gnu: ghc-utility-ht: Update to 0.0.14.
    
    * gnu/packages/haskell.scm (ghc-utility-ht): Update to 0.0.14.
---
 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 2601db0..575a7be 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -7808,14 +7808,14 @@ Accessor to access state in transformers State monad.")
 (define-public ghc-utility-ht
   (package
     (name "ghc-utility-ht")
-    (version "0.0.12")
+    (version "0.0.14")
     (home-page "https://hackage.haskell.org/package/utility-ht";)
     (source
      (origin
        (method url-fetch)
        (uri (string-append home-page "/utility-ht-" version ".tar.gz"))
        (sha256
-        (base32 "1vq5bd51rl9l5lgfmaqxgiggddk38hzgngcj7qgrqnalcd1myi54"))))
+        (base32 "1a7bgk7wv7sqbxbiv7kankiimr3wij7zdm7s83zwsf886ghyxhk9"))))
     (build-system haskell-build-system)
     (inputs `(("ghc-quickcheck" ,ghc-quickcheck)))
     (synopsis "Haskell helper functions for Lists, Maybes, Tuples, Functions")



reply via email to

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