[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#53688] Add ghc-monad-time
From: |
WinterHound |
Subject: |
[bug#53688] Add ghc-monad-time |
Date: |
Tue, 1 Feb 2022 15:02:07 +0530 |
---
gnu/packages/haskell-xyz.scm | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)
diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
index a026024c4a..d682b8ebe4 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -16211,3 +16211,22 @@ (define-public ghc-tdigest
line accumulation of rank-based statistics such as quantiles and
trimmed means.")
(license license:bsd-3)))
+
+(define-public ghc-monad-time
+ (package
+ (name "ghc-monad-time")
+ (version "0.3.1.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (hackage-uri "monad-time" version))
+ (sha256
+ (base32 "0z30c0k5bqlz86vwajnm6kj26i09zx6dzqwd00z6ba8hqyzm1x0a"))))
+ (build-system haskell-build-system)
+ (home-page "https://github.com/scrive/monad-time")
+ (synopsis
+ "Type class for monads which carry the notion of the current time.")
+ (description
+ "@code{MonadTime} type class for monads which carry the notion of
+the current time.")
+ (license license:bsd-3)))
--
2.34.0
- [bug#53684] Add ghc-tdigest, WinterHound, 2022/02/01
- [bug#53683] Add ghc-pipes-parse, WinterHound, 2022/02/01
- [bug#53686] Add ghc-pipes-bytestring, WinterHound, 2022/02/01
- [bug#53687] Add ghc-pipes-safe, WinterHound, 2022/02/01
- [bug#53691] Add ghc-lens-aeson, WinterHound, 2022/02/01
- [bug#53692] Add ghc-indexed-profunctors, WinterHound, 2022/02/01
- [bug#53689] Add ghc-concise, WinterHound, 2022/02/01
- [bug#53688] Add ghc-monad-time,
WinterHound <=
- [bug#53690] Add ghc-machines, WinterHound, 2022/02/01
- [bug#53685] Add ghc-pipes-group, WinterHound, 2022/02/01