Path to this page:
./
misc/hs-extra,
Extra functions for the standard Haskell libraries
Branch: CURRENT,
Version: 1.7.14nb2,
Package name: hs-extra-1.7.14nb2,
Maintainer: phoA library of extra functions for the standard Haskell libraries. Most
functions are simple additions, filling out missing functionality. A
few functions are available in later versions of GHC, but this package
makes them available back to GHC 7.2.
Required to run:[
math/hs-semigroups] [
time/hs-clock] [
lang/ghc88]
Required to build:[
pkgtools/cwrappers]
Master sites:
Filesize: 44.894 KB
Version history: (Expand)
- (2024-05-09) Updated to version: hs-extra-1.7.14nb2
- (2023-11-02) Updated to version: hs-extra-1.7.14nb1
- (2023-10-26) Updated to version: hs-extra-1.7.14
- (2023-10-09) Updated to version: hs-extra-1.7.12nb2
- (2023-02-09) Updated to version: hs-extra-1.7.12nb1
- (2023-01-25) Updated to version: hs-extra-1.7.12
CVS history: (Expand)
2024-04-28 22:46:53 by Masatake Daimon | Files touched by this commit (1) |
Log message:
misc/hs-extra: 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-26 07:08:11 by Masatake Daimon | Files touched by this commit (4) |
Log message:
misc/hs-extra: Update to 1.7.14
1.7.14, released 2023-07-01
#106, add compatibility with GHC 9.7
#103, future-proof against addition of Data.List.unsnoc
1.7.13, released 2023-04-22
#102, add mwhen :: Monoid a => Bool -> a -> a
#99, make replace with an empty from intersperse the replacement
#101, future-proof against addition of Data.List.!?
|
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-25 02:22:36 by Masatake Daimon | Files touched by this commit (4) |
Log message:
misc/hs-extra: Update to 1.7.12
1.7.12, released 2022-09-02
* #98, make both lazy in its argument
* #98, make first3,second3,third3 lazy in their argument
* #98, make firstM,secondM lazy in their argument
* #86, add notNull for Foldable
1.7.11, released 2022-08-21
* #95, add List.repeatedlyNE and NonEmpty.repeatedly
* #94, add groupOnKey
* #91, add foldl1' to NonEmpty
|
2022-09-07 08:50:53 by Masatake Daimon | Files touched by this commit (149) | |
Log message:
Recursive bump for recently updated Haskell packages
|
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
|