me
/
guix
Archived
1
0
Fork 0

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 <ludo@gnu.org>
master
rsiddharth 2017-06-15 01:23:53 +00:00 committed by Ludovic Courtès
parent b202cc6ed5
commit a8e5513c26
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 2 additions and 2 deletions

View File

@ -4109,7 +4109,7 @@ available in later versions of base to a wider (older) range of compilers.")
(define-public ghc-auto-update (define-public ghc-auto-update
(package (package
(name "ghc-auto-update") (name "ghc-auto-update")
(version "0.1.2.2") (version "0.1.4")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -4119,7 +4119,7 @@ available in later versions of base to a wider (older) range of compilers.")
".tar.gz")) ".tar.gz"))
(sha256 (sha256
(base32 (base32
"1ns4c5mqhnm7hsiqxf1ivjs5fflyq92b16ldzrcl0p85631h0c3v")))) "09dlh2alsx2mw5kvj931yhbj0aw7jmly2cm9xbscm2sf098w35jy"))))
(build-system haskell-build-system) (build-system haskell-build-system)
(home-page "https://github.com/yesodweb/wai") (home-page "https://github.com/yesodweb/wai")
(synopsis "Efficiently run periodic, on-demand actions") (synopsis "Efficiently run periodic, on-demand actions")