Path to this page:
./
devel/hs-constraints-extras,
Utility package for constraints
Branch: CURRENT,
Version: 0.4.0.2,
Package name: hs-constraints-extras-0.4.0.2,
Maintainer: pkgsrc-usersConvenience functions and TH for working with constraints.
Master sites:
Filesize: 7.121 KB
Version history: (Expand)
- (2025-01-31) Updated to version: hs-constraints-extras-0.4.0.2
- (2024-05-09) Updated to version: hs-constraints-extras-0.4.0.0nb4
- (2023-11-02) Updated to version: hs-constraints-extras-0.4.0.0nb3
- (2023-10-09) Updated to version: hs-constraints-extras-0.4.0.0nb2
- (2023-02-09) Updated to version: hs-constraints-extras-0.4.0.0nb1
- (2023-01-26) Updated to version: hs-constraints-extras-0.4.0.0
CVS history: (Expand)
2025-01-31 06:22:56 by Masatake Daimon | Files touched by this commit (4) | |
Log message:
devel/hs-constraints-extras: update to constraints-extras-0.4.0.2
## 0.4.0.2
* Support GHC 9.12
## 0.4.0.1
* Support GHC 9.10
* Bump `base` and `template-haskell` upper bounds
## 0.4.0.0 revision 2 - 2023-11-20
* Support GHC 9.8
Bump `base` and `template-haskell` upper bounds
## 0.4.0.0 revision 1 - 2023-05-10
* Support GHC 9.6
Bump `base` and `template-haskell` upper bounds
|
2024-05-09 03:32:57 by Masatake Daimon | Files touched by this commit (1137) |
Log message:
Recursive revbump after changing the default Haskell compiler
|
2024-05-01 09:12:36 by Masatake Daimon | Files touched by this commit (1) |
Log message:
devel/hs-constraints-extras: Fix build with GHC 9.8
This breaks build with the currently default GHC 9.6. Please bear with me
until I switch the default compiler.
|
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
|