guix-commits
[Top][All Lists]
Advanced

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

08/15: gnu: ghc-auto-update: Update to 0.1.4.


From: Ludovic Courtès
Subject: 08/15: gnu: ghc-auto-update: Update to 0.1.4.
Date: Fri, 16 Jun 2017 04:33:58 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit a8e5513c2679df714909b99e1193bfd010220424
Author: rsiddharth <address@hidden>
Date:   Thu Jun 15 01:23:53 2017 +0000

    gnu: ghc-auto-update: Update to 0.1.4.
    
    * gnu/packages/haskell.scm (ghc-auto-update): Update to 0.1.4.
    
    Signed-off-by: Ludovic Courtès <address@hidden>
---
 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 c4498ed..63d5b09 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -4109,7 +4109,7 @@ available in later versions of base to a wider (older) 
range of compilers.")
 (define-public ghc-auto-update
   (package
     (name "ghc-auto-update")
-    (version "0.1.2.2")
+    (version "0.1.4")
     (source
      (origin
        (method url-fetch)
@@ -4119,7 +4119,7 @@ available in later versions of base to a wider (older) 
range of compilers.")
              ".tar.gz"))
        (sha256
         (base32
-         "1ns4c5mqhnm7hsiqxf1ivjs5fflyq92b16ldzrcl0p85631h0c3v"))))
+         "09dlh2alsx2mw5kvj931yhbj0aw7jmly2cm9xbscm2sf098w35jy"))))
     (build-system haskell-build-system)
     (home-page "https://github.com/yesodweb/wai";)
     (synopsis "Efficiently run periodic, on-demand actions")



reply via email to

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