[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#28884] [PATCH 33/38] gnu: Add ghc-foldl.
From: |
rsiddharth |
Subject: |
[bug#28884] [PATCH 33/38] gnu: Add ghc-foldl. |
Date: |
Wed, 18 Oct 2017 03:07:53 +0000 |
* gnu/packages/haskell.scm (ghc-foldl): New variable.
---
gnu/packages/haskell.scm | 32 ++++++++++++++++++++++++++++++++
1 file changed, 32 insertions(+)
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index 682f2da1e..8c1b725fd 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -10038,4 +10038,36 @@ myVector vector list element =
")
(license license:expat)))
+(define-public ghc-foldl
+ (package
+ (name "ghc-foldl")
+ (version "1.3.2")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append "https://hackage.haskell.org/package/"
+ "foldl-" version "/"
+ "foldl-" version ".tar.gz"))
+ (sha256
+ (base32
+ "1z3xjz4khs2kr3mqkbh7dz4kd6gkdk2r67wjkvrxnmp533aqh90n"))))
+ (build-system haskell-build-system)
+ (inputs `(("ghc-mwc-randam" ,ghc-mwc-random)
+ ("ghc-primitive" ,ghc-primitive)
+ ("ghc-text" ,ghc-text)
+ ("ghc-vector" ,ghc-vector)
+ ("ghc-unordered-containers" ,ghc-unordered-containers)
+ ("ghc-hashable" ,ghc-hashable)
+ ("ghc-contravariant" ,ghc-contravariant)
+ ("ghc-profunctors" ,ghc-profunctors)
+ ("ghc-comonad" ,ghc-comonad)
+ ("ghc-vector-builder" ,ghc-vector-builder)))
+ (home-page "https://github.com/Gabriel439/Haskell-Foldl-Library")
+ (synopsis "Composable, streaming, and efficient left folds for Haskell")
+ (description "This Haskell library provides strict left folds that stream
+in constant memory, and you can combine folds using @code{Applicative} style
+to derive new folds. Derived folds still traverse the container just once
+and are often as efficient as hand-written folds.")
+ (license license:bsd-3)))
+
;;; haskell.scm ends here
--
2.15.0.rc0
- [bug#28884] [PATCH 25/38] gnu: Add ghc-puremd5, (continued)
- [bug#28884] [PATCH 25/38] gnu: Add ghc-puremd5, rsiddharth, 2017/10/17
- [bug#28884] [PATCH 26/38] gnu: Add ghc-cryptohash-md5., rsiddharth, 2017/10/17
- [bug#28884] [PATCH 27/38] gnu: Add ghc-cryptohash-sha1., rsiddharth, 2017/10/17
- [bug#28884] [PATCH 32/38] gnu: Add ghc-vector-builder., rsiddharth, 2017/10/17
- [bug#28884] [PATCH 28/38] gnu: Add ghc-network-info., rsiddharth, 2017/10/17
- [bug#28884] [PATCH 29/38] gnu: Add ghc-uuid-types., rsiddharth, 2017/10/17
- [bug#28884] [PATCH 31/38] gnu: Add ghc-rebase., rsiddharth, 2017/10/17
- [bug#28884] [PATCH 33/38] gnu: Add ghc-foldl.,
rsiddharth <=
- [bug#28884] [PATCH 30/38] gnu: Add ghc-uuid., rsiddharth, 2017/10/17
- [bug#28884] [PATCH 34/38] gnu: Add ghc-mono-traversable., rsiddharth, 2017/10/17
- [bug#28884] [PATCH 35/38] gnu: ghc-conduit: Update to 1.2.12.1., rsiddharth, 2017/10/17
- [bug#28884] [PATCH 36/38] gnu: ghc-conduit: Fix lint error., rsiddharth, 2017/10/17
- [bug#28884] [PATCH 37/38] gnu: Add ghc-conduit-combinators., rsiddharth, 2017/10/17
- [bug#28884] [PATCH 38/38] gnu: Add ghc-aws., rsiddharth, 2017/10/17
- [bug#28884] [PATCH 01/38] gnu: Add ghc-errors., Ludovic Courtès, 2017/10/22
- [bug#28884] [PATCH 00/38] Add ghc-aws and its dependencies., Ludovic Courtès, 2017/10/21
- bug#28884: [PATCH 00/38] Add ghc-aws and its dependencies., Ludovic Courtès, 2017/10/22