./devel/hs-mono-traversable, Type classes for traversing monomorphic containers

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


Branch: CURRENT, Version: 1.0.15.3nb7, Package name: hs-mono-traversable-1.0.15.3nb7, Maintainer: pho

Type classes for mapping, folding, and traversing monomorphic and
polymorphic containers. Haskell is good at operating over polymorphic
containers such as a list [a]. A monomorphic container is one such as
Text which has a type Text that does not expose a type variable for
the underlying characters.


Required to run:
[devel/hs-hashable] [devel/hs-vector] [devel/hs-unordered-containers] [devel/hs-split] [devel/hs-vector-algorithms] [lang/ghc88]

Required to build:
[pkgtools/cwrappers]

Master sites:

Filesize: 39.513 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:05:46 by Masatake Daimon | Files touched by this commit (1)
Log message:
devel/hs-mono-traversable: 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
   2022-08-22 12:13:26 by Thomas Klausner | Files touched by this commit (80)
Log message:
*: bump for hs-vector-algorithms buildlink3.mk change
   2022-08-20 10:08:24 by Thomas Klausner | Files touched by this commit (211)
Log message:
hs*: recursive bump for new dependencies needed

for hs-aeson, hs-vector
   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 05:54:08 by Masatake Daimon | Files touched by this commit (3)
Log message:
Update to mono-traversable-1.0.15.3

1.0.15.3
    Compile with GHC 9.2 (Option removed from base-4.16) #199

1.0.15.2
    Support transformers 0.6.0.0 #196
    Compile with GHC 9 #193