[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
61/154: gnu: Add ghc-auto-update.
From: |
Paul |
Subject: |
61/154: gnu: Add ghc-auto-update. |
Date: |
Thu, 22 Oct 2015 17:23:28 +0000 |
toothbrush pushed a commit to branch wip-haskell-platform-7.10.2-a
in repository guix.
commit 79751210ca128fb3f03c8d159e548d214de4231d
Author: Paul van der Walt <address@hidden>
Date: Thu Oct 15 14:05:15 2015 +0200
gnu: Add ghc-auto-update.
* gnu/packages/haskell.scm (ghc-auto-update): New variable.
---
gnu/packages/haskell.scm | 21 +++++++++++++++++++++
1 files changed, 21 insertions(+), 0 deletions(-)
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index d7e07ef..f54af62 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -2174,6 +2174,27 @@ command line options in Haskell.")
available in later 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 "This library provides mechanisms to efficiently run
+periodic, on-demand actions in Haskell.")
+ (license expat)))
+
(define-public ghc-doctest
(package
(name "ghc-doctest")
- 40/154: gnu: Add ghc-xml., (continued)
- 40/154: gnu: Add ghc-xml., Paul, 2015/10/22
- 51/154: gnu: Add ghc-mmorph., Paul, 2015/10/22
- 47/154: gnu: Add ghc-fingertree., Paul, 2015/10/22
- 53/154: gnu: Add ghc-monad-control., Paul, 2015/10/22
- 54/154: gnu: Add ghc-byteorder., Paul, 2015/10/22
- 56/154: gnu: Add ghc-base-compat., Paul, 2015/10/22
- 57/154: gnu: Add ghc-blaze-builder., Paul, 2015/10/22
- 55/154: gnu: Add ghc-easy-file., Paul, 2015/10/22
- 59/154: gnu: Add ghc-blaze-html., Paul, 2015/10/22
- 58/154: gnu: Add ghc-blaze-markup., Paul, 2015/10/22
- 61/154: gnu: Add ghc-auto-update.,
Paul <=
- 52/154: gnu: Add ghc-transformers-base., Paul, 2015/10/22
- 62/154: gnu: Add ghc-tagged., Paul, 2015/10/22
- 60/154: gnu: Add ghc-doctest., Paul, 2015/10/22
- 63/154: gnu: Add ghc-unbounded-delays., Paul, 2015/10/22
- 64/154: gnu: Add ghc-iproute., Paul, 2015/10/22
- 66/154: gnu: Add ghc-unix-compat., Paul, 2015/10/22
- 65/154: gnu: Add ghc-unix-time., Paul, 2015/10/22
- 68/154: gnu: Add ghc-http-types., Paul, 2015/10/22
- 67/154: gnu: Add ghc-quickcheck-instances., Paul, 2015/10/22
- 69/154: gnu: Add ghc-nats., Paul, 2015/10/22