./devel/hs-constraints-extras, Utility package for constraints

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


Branch: CURRENT, Version: 0.4.0.0nb3, Package name: hs-constraints-extras-0.4.0.0nb3, Maintainer: pkgsrc-users

Convenience functions and TH for working with constraints.


Master sites:

Filesize: 7.005 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-30 09:02:31 by Masatake Daimon | Files touched by this commit (2)
Log message:
devel/hs-constraints-extras: Fix build with GHC 9.6
   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:11:15 by Masatake Daimon | Files touched by this commit (4)
Log message:
devel/hs-constraints-extras: Update to 0.4.0.0

0.4.0.0 - 2022-11-18
* Make Has from a type synonym into the class upon which everything else is
  based. Instances may define either has or argDict which are now both
  methods of Has. This should hopefully improve the readability of type
  errors involving the library a fair bit, as everything wanted to use Has,
  but it was defined in terms of the less commonly appearing ArgDict and
  ConstraintsFor.
* The ConstraintsFor type family has been removed as it is now unnecessary,
  as instances of Has can simply be constrained directly. This has the
  added benefit of allowing QuantifiedConstraints in those instance heads
  that formerly would not have been allowed as part of the result of a type
  family.
* The ArgDict class has also been removed, as it was also basically never
  used on its own.
   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-16 06:00:36 by Masatake Daimon | Files touched by this commit (5)
Log message:
devel/hs-constraints-extras: import hs-constraints-extras-0.3.2.1

Convenience functions and TH for working with constraints.