[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
80/153: gnu: Add ghc-clock.
From: |
Paul |
Subject: |
80/153: gnu: Add ghc-clock. |
Date: |
Wed, 21 Oct 2015 20:50:42 +0000 |
toothbrush pushed a commit to branch wip-haskell-platform-7.10.2-a
in repository guix.
commit 9ddda2e6acee0112f799e0984d505a2dd9161929
Author: Paul van der Walt <address@hidden>
Date: Thu Oct 15 14:57:25 2015 +0200
gnu: Add ghc-clock.
* gnu/packages/haskell.scm (ghc-clock): New variable.
---
gnu/packages/haskell.scm | 22 ++++++++++++++++++++++
1 files changed, 22 insertions(+), 0 deletions(-)
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index 6aa3a91..be37c5a 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -2445,6 +2445,28 @@ or timeout period. This package provides alternative
functions which use the
unbounded @code{Integer} type.")
(license bsd-3)))
+(define-public ghc-clock
+ (package
+ (name "ghc-clock")
+ (version "0.5.1")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append
+ "http://hackage.haskell.org/package/"
+ "clock/"
+ "clock-" version ".tar.gz"))
+ (sha256
+ (base32 "1ncph7vi2q6ywwc8ysxl1ibw6i5dwfvln88ssfazk8jgpj4iyykw"))))
+ (build-system haskell-build-system)
+ (arguments `(#:tests? #f)) ;; Testing suite depends on ghc-clock
+ (home-page "https://hackage.haskell.org/package/clock")
+ (synopsis "High-resolution clock for Haskell")
+ (description
+ "A package for convenient access to high-resolution clock and timer
+functions of different operating systems via a unified API.")
+ (license bsd-3)))
+
(define-public ghc-charset
(package
(name "ghc-charset")
- 87/153: gnu: Add ghc-tasty-quickcheck., (continued)
- 87/153: gnu: Add ghc-tasty-quickcheck., Paul, 2015/10/21
- 90/153: gnu: Add ghc-smallcheck., Paul, 2015/10/21
- 95/153: gnu: Add ghc-aeson., Paul, 2015/10/21
- 97/153: gnu: Add ghc-zip-archive., Paul, 2015/10/21
- 75/153: gnu: Add ghc-digest., Paul, 2015/10/21
- 76/153: gnu: Add ghc-tagsoup., Paul, 2015/10/21
- 89/153: gnu: Add ghc-tasty-golden., Paul, 2015/10/21
- 86/153: gnu: Add ghc-stringsearch., Paul, 2015/10/21
- 78/153: gnu: Add ghc-fast-logger., Paul, 2015/10/21
- 93/153: gnu: Add ghc-scientific., Paul, 2015/10/21
- 80/153: gnu: Add ghc-clock.,
Paul <=
- 98/153: gnu: Add ghc-cereal., Paul, 2015/10/21
- 100/153: gnu: Add ghc-comonad., Paul, 2015/10/21
- 88/153: gnu: Add ghc-temporary-rc., Paul, 2015/10/21
- 85/153: gnu: Add ghc-word8., Paul, 2015/10/21
- 110/153: gnu: Add ghc-adjunctions., Paul, 2015/10/21
- 73/153: gnu: Add ghc-statevar., Paul, 2015/10/21
- 104/153: gnu: Add ghc-profunctors., Paul, 2015/10/21
- 99/153: gnu: Add ghc-distributive., Paul, 2015/10/21
- 108/153: gnu: Add ghc-prelude-extras., Paul, 2015/10/21
- 94/153: gnu: Add ghc-attoparsec., Paul, 2015/10/21