Path to this page:
./
math/hs-monoid-subclasses,
Subclasses of Monoid
Branch: CURRENT,
Version: 1.2.5nb1,
Package name: hs-monoid-subclasses-1.2.5nb1,
Maintainer: pkgsrc-usersA hierarchy of subclasses of Monoid together with their instances for all
data structures from base, containers, and text packages.
Master sites:
Filesize: 59.146 KB
Version history: (Expand)
- (2024-05-09) Updated to version: hs-monoid-subclasses-1.2.5nb1
- (2024-04-29) Updated to version: hs-monoid-subclasses-1.2.5
- (2023-11-02) Updated to version: hs-monoid-subclasses-1.2.4.1nb1
- (2023-10-29) Updated to version: hs-monoid-subclasses-1.2.4.1
- (2023-10-09) Updated to version: hs-monoid-subclasses-1.2.1nb2
- (2023-02-09) Updated to version: hs-monoid-subclasses-1.2.1nb1
CVS history: (Expand)
2024-04-29 06:40:09 by Masatake Daimon | Files touched by this commit (4) |
Log message:
math/hs-monoid-subclasses: Update to 1.2.5
Version 1.2.5
Data.Monoid.Null.MonoidNull now has a default implementation
Add instances of MonoidNull and (where appropriate) PositiveMonoid for:
(a, b, c, d, e)
Data.Functor.Compose f g a
Data.Functor.Const r a
Data.Functor.Identity a
Data.Functor.Product f g a
Data.Ord.Down a
Data.Proxy.Proxy a
Data.Semigroup.Max a
Data.Semigroup.Min a
Data.Semigroup.WrappedMonoid a
GHC.Generics.(:*:) f g a
GHC.Generics.(:.:) f g a
GHC.Generics.K1 i c p
GHC.Generics.M1 i c f p
GHC.Generics.Par1 p
GHC.Generics.Rec1 f p
GHC.Generics.U1 p
Added instances of Reductive for Max a, Min a, Any, and All
Bumped the commutative-semigroups dependency upper bound
|
2023-11-02 07:37:49 by Masatake Daimon | Files touched by this commit (1141) |
Log message:
Revbump all Haskell after updating lang/ghc96
|
2023-10-29 08:07:04 by Masatake Daimon | Files touched by this commit (4) |
Log message:
math/hs-monoid-subclasses: Update to 1.2.4.1
Version 1.2.4.1
* Bumped the text dependency upper bounds
Version 1.2.4
* Added Data.Monoid.Instances.PrefixMemory.Shadowed monoid transformer
Version 1.2.3
* Added DistributiveGCDMonoid and DistributiveLCMMonoid type class by
Jonathan Knowles
Version 1.2.2
* Added Data.Monoid.LCM module with LCMMonoid type class by Jonathan
Knowles
* Repaired links to Hackage within README.md by Jonathan Knowles
|
2023-10-09 06:55:01 by Masatake Daimon | Files touched by this commit (988) |
Log message:
Bump Haskell packages after updating lang/ghc94
|
2023-01-26 04:38:38 by Masatake Daimon | Files touched by this commit (5) |
Log message:
devel/hs-pretty-simple: Update to 4.1.2.0
4.1.2.0
* Fix a problem with the pHPrint function incorrectly outputting a trailing
newline to stdout, instead of the handle you pass it. #118
* Add a web app where you can play around with pretty-simple in your
browser. #116. This took a lot of hard work by @georgefst!
4.1.1.0
* Make the pretty-printed output with outputOptionsCompact enabled a little
more compact. #110. Thanks @juhp!
* Add a --compact / -C flag to the pretty-simple executable that enables
outputOptionsCompact. #111. Thanks again @juhp!
* Add pTraceWith and pTraceShowWith to Debug.Pretty.Simple. #104. Thanks
@LeviButcher!
4.1.0.0
* Fix a regression which arose in 4.0, whereby excess spaces would be
inserted for unusual strings like dates and IP addresses. #105
* Attach warnings to debugging functions, so that they're easy to find and
remove. #103
* Some minor improvements to the CLI tool:
- Add a --version/-v flag. #83
- Add a trailing newline. #87
- Install by default, without requiring a flag. #94
|
2022-08-22 12:20:37 by Thomas Klausner | Files touched by this commit (2) |
Log message:
hs-monoid-subclasses: allow building with hs-vector 0.14
|
2022-08-20 10:08:24 by Thomas Klausner | Files touched by this commit (211) |
Log message:
hs*: recursive bump for new dependencies needed
for hs-aeson, hs-vector
|
2022-02-26 04:58:36 by Masatake Daimon | Files touched by this commit (872) |
Log message:
Bump all Haskell packages after enabling "split sections" in mk/haskell.mk
|