guix-commits
[Top][All Lists]
Advanced

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

211/290: gnu: ghc-auto-update: Update to 0.1.6.


From: guix-commits
Subject: 211/290: gnu: ghc-auto-update: Update to 0.1.6.
Date: Wed, 6 Nov 2019 08:23:13 -0500 (EST)

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

commit 2fea5d0ad65bdd3556e9dd3b5473db6bdc1a6984
Author: Timothy Sample <address@hidden>
Date:   Thu Oct 31 01:25:59 2019 -0400

    gnu: ghc-auto-update: Update to 0.1.6.
    
    * gnu/packages/haskell-xyz.scm (ghc-auto-update): Update to 0.1.6.
    [native-inputs] Add 'ghc-hspec', 'ghc-hunit', 'ghc-retry' and
    'hspec-discover'.
---
 gnu/packages/haskell-xyz.scm | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
index adc70cd..f953294 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -518,7 +518,7 @@ from aeson.")
 (define-public ghc-auto-update
   (package
     (name "ghc-auto-update")
-    (version "0.1.4")
+    (version "0.1.6")
     (source
      (origin
        (method url-fetch)
@@ -528,8 +528,13 @@ from aeson.")
              ".tar.gz"))
        (sha256
         (base32
-         "09dlh2alsx2mw5kvj931yhbj0aw7jmly2cm9xbscm2sf098w35jy"))))
+         "1i36xc2i34aync8271x3pv515l3zb53i518dybn8ghqkhzf27q7l"))))
     (build-system haskell-build-system)
+    (native-inputs
+     `(("ghc-hspec" ,ghc-hspec)
+       ("ghc-hunit" ,ghc-hunit)
+       ("ghc-retry" ,ghc-retry)
+       ("hspec-discover" ,hspec-discover)))
     (home-page "https://github.com/yesodweb/wai";)
     (synopsis "Efficiently run periodic, on-demand actions")
     (description "This library provides mechanisms to efficiently run



reply via email to

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