[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
253/290: gnu: Add ghc-time-manager.
From: |
guix-commits |
Subject: |
253/290: gnu: Add ghc-time-manager. |
Date: |
Wed, 6 Nov 2019 08:23:23 -0500 (EST) |
samplet pushed a commit to branch wip-haskell-updates
in repository guix.
commit 3483bbd0e83f8347ba43448030d23f3e00b616df
Author: Timothy Sample <address@hidden>
Date: Sun Nov 3 22:53:43 2019 -0500
gnu: Add ghc-time-manager.
* gnu/packages/haskell-xyz.scm (ghc-time-manager): New variable.
---
gnu/packages/haskell-xyz.scm | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
index 0f170d0..360aaaf 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -10776,6 +10776,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 "http://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")
- 233/290: gnu: ghc-yaml: Update to 0.11.1.2., (continued)
- 233/290: gnu: ghc-yaml: Update to 0.11.1.2., guix-commits, 2019/11/06
- 239/290: gnu: ghc-hpack: Update to 0.31.2., guix-commits, 2019/11/06
- 247/290: gnu: ghc-edit-distance: Update dependency constraints., guix-commits, 2019/11/06
- 248/290: gnu: ghc-hackage-security: Update Cabal file to r6., guix-commits, 2019/11/06
- 256/290: gnu: Add ghc-conduit-zstd., guix-commits, 2019/11/06
- 223/290: gnu: ghc-rebase: Update to 1.3.1.1., guix-commits, 2019/11/06
- 218/290: gnu: ghc-exactprint: Update to 0.6.1., guix-commits, 2019/11/06
- 220/290: gnu: ghc-contravariant-extras: Update Cabal file to r1., guix-commits, 2019/11/06
- 231/290: gnu: Add libyaml@2.1., guix-commits, 2019/11/06
- 252/290: gnu: ghc-trifecta: Update Cabal file to r5., guix-commits, 2019/11/06
- 253/290: gnu: Add ghc-time-manager.,
guix-commits <=
- 255/290: gnu: Add ghc-zstd., guix-commits, 2019/11/06
- 258/290: gnu: ghc-validation: Update to 1.1., guix-commits, 2019/11/06
- 261/290: gnu: ghc-warp-tls: Update to 3.2.8., guix-commits, 2019/11/06
- 267/290: gnu: ghc-http-conduit: Update to 2.3.7.3., guix-commits, 2019/11/06
- 274/290: gnu: Add ghc-tasty-lua., guix-commits, 2019/11/06
- 275/290: gnu: Add ghc-bitarray., guix-commits, 2019/11/06
- 278/290: gnu: Add ghc-unicode-transforms., guix-commits, 2019/11/06
- 219/290: gnu: ghc-wai-logger: Update to 2.3.5., guix-commits, 2019/11/06
- 229/290: gnu: ghc-conduit: Update to 1.3.1.1., guix-commits, 2019/11/06
- 243/290: gnu: ghc-stm-conduit: Update to 4.0.1., guix-commits, 2019/11/06