Path to this page:
./
devel/hs-lens-family-core,
Haskell 2022 Lens Families
Branch: CURRENT,
Version: 2.1.3nb1,
Package name: hs-lens-family-core-2.1.3nb1,
Maintainer: pkgsrc-usersThis package provides first class functional references in Van Laarhoven
style supporting the following optics:
* Lenses (view, over)
* Traversals (toListOf, matching, over)
* Setters (over)
* Grates (zipWithOf, under, review)
* Resetters (under)
* Adapters (view, review)
* Grids (toListOf, over / under, review)
* Prisms (matching, over / under, review)
* Getters (view)
* Folders (toListOf)
* Reviewers (review)
Master sites:
Filesize: 17.316 KB
Version history: (Expand)
- (2024-05-09) Updated to version: hs-lens-family-core-2.1.3nb1
- (2024-04-28) Updated to version: hs-lens-family-core-2.1.3
- (2023-11-02) Updated to version: hs-lens-family-core-2.1.2nb3
- (2023-10-09) Updated to version: hs-lens-family-core-2.1.2nb2
- (2023-02-09) Updated to version: hs-lens-family-core-2.1.2nb1
- (2023-01-24) Updated to version: hs-lens-family-core-2.1.2
CVS history: (Expand)
2024-04-28 18:50:07 by Masatake Daimon | Files touched by this commit (4) |
Log message:
devel/hs-lens-family-core: Update to 2.1.3
2.1.3 (Changes from 2.1.2)
=========================
* Bump dependency on containers.
|
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-24 16:04:08 by Masatake Daimon | Files touched by this commit (1) |
Log message:
devel/hs-lens-family-core: 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-24 17:55:06 by Masatake Daimon | Files touched by this commit (4) |
Log message:
devel/hs-lens-family-core: Update to 2.1.2
2.1.2 (Changes from 2.1.0)
==========================
* Bump dependency on transformers.
|
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-23 17:54:15 by Masatake Daimon | Files touched by this commit (5) |
Log message:
devel/hs-lens-family-core: import hs-lens-family-core-2.1.0
This package provides first class functional references in Van Laarhoven
style supporting the following optics:
* Lenses (view, over)
* Traversals (toListOf, matching, over)
* Setters (over)
* Grates (zipWithOf, under, review)
* Resetters (under)
* Adapters (view, review)
* Grids (toListOf, over / under, review)
* Prisms (matching, over / under, review)
* Getters (view)
* Folders (toListOf)
* Reviewers (review)
|