NOTICE: This package has been removed from pkgsrc

./wip/hs-semigroups, Anything that associates

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 0.15.2, Package name: hs-semigroups-0.15.2, Maintainer: pho

Haskell 98 semigroups

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.


Required to run:
[lang/ghc7] [devel/hs-text] [devel/hs-hashable] [devel/hs-unordered-containers] [math/hs-nats]

Master sites:

SHA1: 5f32ade90fe8fa4b72e58342ce5300624dd753a3
RMD160: 2e93b02b5b0c80d9c1645c142f0db8c7bca9016c
Filesize: 11.448 KB

Version history: (Expand)


CVS history: (Expand)


   2014-09-02 23:00:51 by Ryosuke Moro | Files touched by this commit (17) | Package removed
Log message:
Remove hs-semigroups, imported to pkgsrc/math.
   2014-08-29 16:10:14 by Ryosuke Moro | Files touched by this commit (101)
Log message:
make it clear what package depend on

discussed with wiz@.
   2014-08-21 23:43:10 by Ryosuke Moro | Files touched by this commit (3)
Log message:
Update to 0.15.2

CHANGELOG:
0.15.2
------
* Fixed a Trustworthiness problem for GHC 7.8+

0.15.1
------
* Nathan van Doorn fixed a number of embarassing bugs in the `Enum` instances.

0.15
----
* `instance IsList NonEmpty`

0.14
----
* Allow for manual removal of dependencies to support advanced sandbox users who \ 
explicitly want to avoid compiling certain dependencies
  they know they aren't using.

  We will fix bugs caused by any combination of these package flags, but the API \ 
of the package should be considered the default build
  configuration with all of the package dependency flags enabled.

* Will now build as full-fledged `Safe` Haskell if you configure with -f-hashable.

* Added some missing `Generic`/`Generic`/`Hashable` instances
   2014-05-29 00:05:59 by Ryosuke Moro | Files touched by this commit (14)
Log message:
Remove hs-nats, imported to pkgsrc/math.
Remove hs-tf-random, imported to pkgsrc/devel.
   2014-05-27 23:38:22 by Ryosuke Moro | Files touched by this commit (27)
Log message:
Remove hs-blaze-markup, imported to pkgsrc/textproc.
Remove hs-unordered-containers, imported to pkgsrc/devel.
   2014-05-25 23:59:28 by Ryosuke Moro | Files touched by this commit (58)
Log message:
Remove hs-hashable, hs-primitive, hs-stm, imported to pkgsrc/devel.
   2014-05-18 23:33:25 by Ryosuke Moro | Files touched by this commit (119)
Log message:
Remove hs-data-default-class, hs-dlist, hs-text, hs-utf8-string,
imported to pkgsrc/devel.
   2014-05-08 02:35:38 by Ryosuke Moro | Files touched by this commit (4)
Log message:
Update to 0.13.0.1
pkgsrc changes: static -> dynamic
CHANGELOG:
0.13.0.1
--------
* `Generic` support requires `ghc-prim` on GHC 7.4.

0.13
----
* Added instances for 'Generic', 'Foldable', 'Traversable', 'Enum', 'Functor', \ 
'Hashable', 'Applicative', 'Monad' and 'MonadFix'