[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
34/39: gnu: Add ghc-mono-traversable.
From: |
Ludovic Courtès |
Subject: |
34/39: gnu: Add ghc-mono-traversable. |
Date: |
Sun, 22 Oct 2017 18:32:46 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit ed4cc0c5e91a00cc702f0ccfedefdb65225ffbce
Author: rsiddharth <address@hidden>
Date: Wed Oct 18 03:07:54 2017 +0000
gnu: Add ghc-mono-traversable.
* gnu/packages/haskell.scm (ghc-mono-traversable): New variable.
Signed-off-by: Ludovic Courtès <address@hidden>
---
gnu/packages/haskell.scm | 35 +++++++++++++++++++++++++++++++++++
1 file changed, 35 insertions(+)
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index e966043..0d2bd36 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -9964,4 +9964,39 @@ 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)))
+(define-public ghc-mono-traversable
+ (package
+ (name "ghc-mono-traversable")
+ (version "1.0.2.1")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append "https://hackage.haskell.org/package/"
+ "mono-traversable-" version "/"
+ "mono-traversable-" version ".tar.gz"))
+ (sha256
+ (base32
+ "0smirpwika7d5a98h20jr9jqg41n7vqfy7k31crmn449qfig9ljf"))))
+ (build-system haskell-build-system)
+ (inputs `(("ghc-unordered-containers" ,ghc-unordered-containers)
+ ("ghc-hashable" ,ghc-hashable)
+ ("ghc-text" ,ghc-text)
+ ("ghc-vector" ,ghc-vector)
+ ("ghc-vector-algorithms" ,ghc-vector-algorithms)
+ ("ghc-split" ,ghc-split)))
+ (native-inputs `(("ghc-hspec" ,ghc-hspec)
+ ("ghc-hunit",ghc-hunit)
+ ("ghc-quickcheck" ,ghc-quickcheck)
+ ("ghc-semigroups" ,ghc-semigroups)
+ ("ghc-foldl" ,ghc-foldl)))
+ (home-page "https://github.com/snoyberg/mono-traversable")
+ (synopsis "Haskell classes for mapping, folding, and traversing monomorphic
+containers")
+ (description "This Haskell package provides Monomorphic variants of the
+Functor, Foldable, and Traversable typeclasses. If you understand Haskell's
+basic typeclasses, you understand mono-traversable. In addition to what
+you are used to, it adds on an IsSequence typeclass and has code for marking
+data structures as non-empty.")
+ (license license:expat)))
+
;;; haskell.scm ends here
- 17/39: gnu: Add ghc-tuple-th., (continued)
- 17/39: gnu: Add ghc-tuple-th., Ludovic Courtès, 2017/10/22
- 24/39: gnu: Add ghc-pretty-hex., Ludovic Courtès, 2017/10/22
- 28/39: gnu: Add ghc-network-info., Ludovic Courtès, 2017/10/22
- 27/39: gnu: Add ghc-cryptohash-sha1., Ludovic Courtès, 2017/10/22
- 29/39: gnu: Add ghc-uuid-types., Ludovic Courtès, 2017/10/22
- 23/39: gnu: Add ghc-crypto-api-tests., Ludovic Courtès, 2017/10/22
- 36/39: gnu: ghc-conduit: Fix lint error., Ludovic Courtès, 2017/10/22
- 37/39: gnu: Add ghc-conduit-combinators., Ludovic Courtès, 2017/10/22
- 15/39: gnu: Add ghc-chunked-data., Ludovic Courtès, 2017/10/22
- 33/39: gnu: Add ghc-foldl., Ludovic Courtès, 2017/10/22
- 34/39: gnu: Add ghc-mono-traversable.,
Ludovic Courtès <=
- 19/39: gnu: Add ghc-monadrandom., Ludovic Courtès, 2017/10/22
- 16/39: gnu: Add ghc-base-prelude., Ludovic Courtès, 2017/10/22
- 38/39: gnu: Add ghc-aws., Ludovic Courtès, 2017/10/22
- 31/39: gnu: Add ghc-rebase., Ludovic Courtès, 2017/10/22
- 30/39: gnu: Add ghc-uuid., Ludovic Courtès, 2017/10/22
- 39/39: gnu: impressive: Fix Python 2/3 dependency mismatch., Ludovic Courtès, 2017/10/22
- 32/39: gnu: Add ghc-vector-builder., Ludovic Courtès, 2017/10/22