./devel/hs-these, Either-or-both data type

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.2nb1, Package name: hs-these-1.2nb1, Maintainer: pho

This package provides a data type These a b which can hold a value of
either type or values of each type. This is usually thought of as an
"inclusive or" type (contrasting Either a b as "exclusive or") or as
an "outer join" type (contrasting (a, b) as "inner join").


Master sites:

Filesize: 10.357 KB

Version history: (Expand)


CVS history: (Expand)


   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-28 22:00:48 by Masatake Daimon | Files touched by this commit (4)
Log message:
devel/hs-these: Update to 1.2

* Depend on bifunctor-classes-compat instead of bifunctors See changelog
  note in bifunctors-5.6:
  https://hackage.haskell.org/package/bifunctors-5.6/changelog This is
  breaking change, but affects only GHC-8.0 and older users. In that case
  you should check various combinations of newer/older bifunctors, these
  (and e.g. semialign) packages.
* Depend on assoc-1.1. Since version 1.1 assoc has an almost trivial
  dependency footprint, so these depends on it unconditionally.
* Add Bifoldable1 These instance
* Add Foldable1 (Data.Functor.These1 f g) instance
* Change Eq (These1 f g a), Ord, Read, Show, NFData instances similarly to
  how they are changed for Product and Sum in base-4.18.0.0.
   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 12:28:33 by Masatake Daimon | Files touched by this commit (5)
Log message:
devel/hs-these: Fix build with GHC 9.4
   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
   2022-02-12 09:51:00 by Masatake Daimon | Files touched by this commit (575)
Log message:
revbump after changing the default Haskell compiler
   2022-02-12 06:20:01 by Masatake Daimon | Files touched by this commit (2)
Log message:
Fix build with GHC 9.2
   2022-01-18 03:48:33 by Masatake Daimon | Files touched by this commit (541)
Log message:
Bump packages that depends on GHC