guix-commits
[Top][All Lists]
Advanced

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

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


From: guix-commits
Subject: 12/328: gnu: ghc-fmlist: Update to 0.9.3.
Date: Sat, 16 Nov 2019 19:32:10 -0500 (EST)

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

commit cdab13972a79bb9be67a25c48dee16e99b7a5112
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 4f936df..1b550ac 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -3584,7 +3584,7 @@ arithmetic.")
 (define-public ghc-fmlist
   (package
     (name "ghc-fmlist")
-    (version "0.9.2")
+    (version "0.9.3")
     (source
      (origin
        (method url-fetch)
@@ -3594,7 +3594,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]