[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/12: gnu: Add ghc-fmlist.
From: |
guix-commits |
Subject: |
05/12: gnu: Add ghc-fmlist. |
Date: |
Mon, 2 Sep 2019 23:11:43 -0400 (EDT) |
samplet pushed a commit to branch master
in repository guix.
commit f169f713e467fa1d8bb878f8a377c205b40ed8cb
Author: John Soo <address@hidden>
Date: Sun Jul 7 17:36:43 2019 -0700
gnu: Add ghc-fmlist.
* gnu/packages/haskell-xyz.scm (ghc-fmlist): New variable.
Signed-off-by: Timothy Sample <address@hidden>
---
gnu/packages/haskell-xyz.scm | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
index b67754b..1130e16 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -3555,6 +3555,30 @@ simple general-purpose data structure\".")
arithmetic.")
(license license:bsd-3)))
+(define-public ghc-fmlist
+ (package
+ (name "ghc-fmlist")
+ (version "0.9.2")
+ (source
+ (origin
+ (method url-fetch)
+ (uri
+ (string-append
+ "https://hackage.haskell.org/package/fmlist/fmlist-"
+ version ".tar.gz"))
+ (sha256
+ (base32
+ "02868865hqm189h5wjd916abvqwkhbrx5b0119s1dwp70ifvbi4g"))))
+ (build-system haskell-build-system)
+ (home-page "https://github.com/sjoerdvisscher/fmlist")
+ (synopsis "FoldMap lists")
+ (description "FoldMap lists are lists represented by their
+@code{foldMap} function. FoldMap lists have @math{O(1)} cons, snoc and
+append, just like DLists, but other operations might have favorable
+performance characteristics as well. These wild claims are still
+completely unverified though.")
+ (license license:bsd-3)))
+
(define-public ghc-foldl
(package
(name "ghc-foldl")
- branch master updated (68668e9 -> 6ec2450), guix-commits, 2019/09/02
- 01/12: gnu: Add ghc-unsafe., guix-commits, 2019/09/02
- 02/12: gnu: Add ghc-non-negative., guix-commits, 2019/09/02
- 03/12: gnu: Add ghc-timeit., guix-commits, 2019/09/02
- 09/12: gnu: Add ghc-process-extras., guix-commits, 2019/09/02
- 04/12: gnu: Add ghc-storablevector., guix-commits, 2019/09/02
- 05/12: gnu: Add ghc-fmlist.,
guix-commits <=
- 06/12: gnu: Add ghc-storable-record., guix-commits, 2019/09/02
- 07/12: gnu: Add ghc-listlike., guix-commits, 2019/09/02
- 08/12: gnu: Add ghc-storable-tuple., guix-commits, 2019/09/02
- 11/12: gnu: Add ghc-js-flot., guix-commits, 2019/09/02
- 12/12: gnu: Add hoogle., guix-commits, 2019/09/02
- 10/12: gnu: Add ghc-js-jquery., guix-commits, 2019/09/02