me
/
guix
Archived
1
0
Fork 0

gnu: Add ghc-time-manager.

* gnu/packages/haskell-xyz.scm (ghc-time-manager): New variable.
master
Timothy Sample 2019-11-03 22:53:43 -05:00
parent 5ffe8cfdc3
commit c022a4d4e4
No known key found for this signature in database
GPG Key ID: 2AC6A5EC1C357C59
1 changed files with 21 additions and 0 deletions

View File

@ -10780,6 +10780,27 @@ features as possible.")
@code{TimeLocale}.")
(license license:bsd-3)))
(define-public ghc-time-manager
(package
(name "ghc-time-manager")
(version "0.0.0")
(source
(origin
(method url-fetch)
(uri (string-append "https://hackage.haskell.org/package/"
"time-manager/time-manager-" version ".tar.gz"))
(sha256
(base32
"1nzwj0fxz370ks6vr1sylcidx33rnqq45y3q9yv9n4dj43nid9lh"))))
(build-system haskell-build-system)
(inputs
`(("ghc-auto-update" ,ghc-auto-update)))
(home-page "https://github.com/yesodweb/wai")
(synopsis "Scalable timer")
(description "This library contains scalable timer functions provided by a
timer manager.")
(license license:expat)))
(define-public ghc-timeit
(package
(name "ghc-timeit")