[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
70/153: gnu: Add ghc-semigroups.
From: |
Paul |
Subject: |
70/153: gnu: Add ghc-semigroups. |
Date: |
Thu, 22 Oct 2015 10:11:21 +0000 |
toothbrush pushed a commit to branch wip-haskell-platform-7.10.2-a
in repository guix.
commit 8aea113dbd21e9cc5e54a01bf511931e7301a27b
Author: Paul van der Walt <address@hidden>
Date: Thu Oct 15 14:29:28 2015 +0200
gnu: Add ghc-semigroups.
* gnu/packages/haskell.scm (ghc-semigroups): New variable.
---
gnu/packages/haskell.scm | 33 +++++++++++++++++++++++++++++++++
1 files changed, 33 insertions(+), 0 deletions(-)
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index a26c7cf..a40cc3c 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -2468,6 +2468,39 @@ unbounded @code{Integer} type.")
(description "This library provides the natural numbers for Haskell.")
(license bsd-3)))
+(define-public ghc-semigroups
+ (package
+ (name "ghc-semigroups")
+ (version "0.17.0.1")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append
+ "http://hackage.haskell.org/package/semigroups/semigroups-"
+ version
+ ".tar.gz"))
+ (sha256
+ (base32
+ "0gvpfi7s6ys4qha3y9a1zl1a15gf9cgg33wjb94ghg82ivcxnc3r"))))
+ (build-system haskell-build-system)
+ (propagated-inputs
+ `(("ghc-nats" ,ghc-nats)
+ ("ghc-tagged" ,ghc-tagged)
+ ("ghc-unordered-containers" ,ghc-unordered-containers)))
+ (inputs
+ `(("ghc-text" ,ghc-text)
+ ("ghc-hashable" ,ghc-hashable)))
+ (home-page "http://github.com/ekmett/semigroups/")
+ (synopsis "Anything that associates")
+ (description "This package provides semigroups for Haskell. In
+mathematics, a semigroup is an algebraic structure consisting of a set
+together with an associative binary operation. A semigroup generalizes a
+monoid in that there might not exist an identity element. It
+also (originally) generalized a group (a monoid with all inverses) to a type
+where every element did not have to have an inverse, thus the name
+semigroup.")
+ (license bsd-3)))
+
(define-public ghc-doctest
(package
(name "ghc-doctest")
- 76/153: gnu: Add ghc-tagsoup., (continued)
- 76/153: gnu: Add ghc-tagsoup., Paul, 2015/10/22
- 90/153: gnu: Add ghc-smallcheck., Paul, 2015/10/22
- 89/153: gnu: Add ghc-tasty-golden., Paul, 2015/10/22
- 99/153: gnu: Add ghc-distributive., Paul, 2015/10/22
- 98/153: gnu: Add ghc-cereal., Paul, 2015/10/22
- 88/153: gnu: Add ghc-temporary-rc., Paul, 2015/10/22
- 95/153: gnu: Add ghc-aeson., Paul, 2015/10/22
- 97/153: gnu: Add ghc-zip-archive., Paul, 2015/10/22
- 100/153: gnu: Add ghc-comonad., Paul, 2015/10/22
- 68/153: gnu: Add ghc-http-types., Paul, 2015/10/22
- 70/153: gnu: Add ghc-semigroups.,
Paul <=
- 81/153: gnu: Add ghc-regex-tdfa-rc., Paul, 2015/10/22
- 66/153: gnu: Add ghc-unix-compat., Paul, 2015/10/22
- 84/153: gnu: Add ghc-lifted-base., Paul, 2015/10/22
- 82/153: gnu: Add ghc-tasty., Paul, 2015/10/22
- 87/153: gnu: Add ghc-tasty-quickcheck., Paul, 2015/10/22
- 80/153: gnu: Add ghc-clock., Paul, 2015/10/22
- 101/153: gnu: Add ghc-hscolour., Paul, 2015/10/22
- 102/153: gnu: Add ghc-polyparse., Paul, 2015/10/22
- 107/153: gnu: Add ghc-reflection., Paul, 2015/10/22
- 110/153: gnu: Add ghc-adjunctions., Paul, 2015/10/22