guix-devel
[Top][All Lists]
Advanced

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

[PATCH 36/43] gnu: ghc-auto-update: New variable.


From: Paul van der Walt
Subject: [PATCH 36/43] gnu: ghc-auto-update: New variable.
Date: Thu, 15 Oct 2015 15:06:17 +0200

* gnu/packages/haskell.scm (ghc-auto-update): New variable.
---
 gnu/packages/haskell.scm | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index deb7f90..bf37590 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -2254,6 +2254,28 @@ simple general-purpose data structure\".")
 versions of base to a wider (older) range of compilers.")
     (license bsd-3)))
 
+(define-public ghc-auto-update
+  (package
+    (name "ghc-auto-update")
+    (version "0.1.2.2")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append
+             "http://hackage.haskell.org/package/auto-update/auto-update-";
+             version
+             ".tar.gz"))
+       (sha256
+        (base32
+         "1ns4c5mqhnm7hsiqxf1ivjs5fflyq92b16ldzrcl0p85631h0c3v"))))
+    (build-system haskell-build-system)
+    (home-page "https://github.com/yesodweb/wai";)
+    (synopsis
+     "Efficiently run periodic, on-demand actions")
+    (description
+     "Efficiently run periodic, on-demand actions")
+    (license expat)))
+
 (define-public ghc-doctest
   (package
     (name "ghc-doctest")
-- 
2.6.1




reply via email to

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