[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
253/329: gnu: Add ghc-time-manager.
From: |
guix-commits |
Subject: |
253/329: gnu: Add ghc-time-manager. |
Date: |
Wed, 20 Nov 2019 21:18:32 -0500 (EST) |
samplet pushed a commit to branch master
in repository guix.
commit c022a4d4e43cbed72517f145b8f72c41d8db401c
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 83e5674..0da0212 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -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")
- 257/329: gnu: ghc-conduit-algorithms: Update to 0.0.11.0., (continued)
- 257/329: gnu: ghc-conduit-algorithms: Update to 0.0.11.0., guix-commits, 2019/11/20
- 258/329: gnu: ghc-validation: Update to 1.1., guix-commits, 2019/11/20
- 259/329: gnu: ghc-deepseq-generics: Update Cabal file to r4., guix-commits, 2019/11/20
- 260/329: gnu: ghc-yesod-core: Update to 1.6.16.1., guix-commits, 2019/11/20
- 264/329: gnu: ghc-chart: Update to 1.9.1., guix-commits, 2019/11/20
- 262/329: gnu: ghc-persistent-template: Update to 2.6.0., guix-commits, 2019/11/20
- 269/329: gnu: ghc-persistent-sqlite: Update to 2.9.3., guix-commits, 2019/11/20
- 271/329: gnu: hoogle: Update to 5.0.17.11., guix-commits, 2019/11/20
- 244/329: gnu: ghc-feed: Update to 1.2.0.1., guix-commits, 2019/11/20
- 239/329: gnu: ghc-hpack: Update to 0.31.2., guix-commits, 2019/11/20
- 253/329: gnu: Add ghc-time-manager.,
guix-commits <=
- 255/329: gnu: Add ghc-zstd., guix-commits, 2019/11/20
- 265/329: gnu: ghc-tree-diff: Update to 0.1., guix-commits, 2019/11/20
- 263/329: gnu: ghc-linear: Update to 1.20.9., guix-commits, 2019/11/20
- 267/329: gnu: ghc-http-conduit: Update to 2.3.7.3., guix-commits, 2019/11/20
- 272/329: gnu: ghc-yesod-persistent: Update to 1.6.0.2., guix-commits, 2019/11/20
- 287/329: gnu: ghc-gtk2hs-buildtools: Update to 0.13.5.4., guix-commits, 2019/11/20
- 296/329: gnu: ghc-hindent: Update to 5.3.1., guix-commits, 2019/11/20
- 275/329: gnu: Add ghc-bitarray., guix-commits, 2019/11/20
- 254/329: gnu: ghc-warp: Update to 3.2.28., guix-commits, 2019/11/20
- 270/329: gnu: ghc-esqueleto: Update to 3.0.0., guix-commits, 2019/11/20