guix-commits
[Top][All Lists]
Advanced

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

12/290: gnu: ghc-fmlist: Update to 0.9.3.


From: guix-commits
Subject: 12/290: gnu: ghc-fmlist: Update to 0.9.3.
Date: Wed, 6 Nov 2019 08:22:15 -0500 (EST)

samplet pushed a commit to branch wip-haskell-updates
in repository guix.

commit e86f2b971bd7beb4539ecc64bf49c1c7ff3248e2
Author: Timothy Sample <address@hidden>
Date:   Thu Oct 31 00:49:57 2019 -0400

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

diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
index 72be2e9..c8aabc8 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -3583,7 +3583,7 @@ arithmetic.")
 (define-public ghc-fmlist
   (package
     (name "ghc-fmlist")
-    (version "0.9.2")
+    (version "0.9.3")
     (source
      (origin
        (method url-fetch)
@@ -3593,7 +3593,7 @@ arithmetic.")
          version ".tar.gz"))
        (sha256
         (base32
-         "02868865hqm189h5wjd916abvqwkhbrx5b0119s1dwp70ifvbi4g"))))
+         "1w9nhm2zybdx4c1lalkajwqr8wcs731lfjld2r8gknd7y96x8pwf"))))
     (build-system haskell-build-system)
     (home-page "https://github.com/sjoerdvisscher/fmlist";)
     (synopsis "FoldMap lists")



reply via email to

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