haskell-indexed-traversable 0.1.2-2build2 source package in Ubuntu

Changelog

haskell-indexed-traversable (0.1.2-2build2) lunar; urgency=medium

  * Rebuild against new GHC ABI.

 -- Gianfranco Costamagna <email address hidden>  Fri, 09 Dec 2022 14:09:48 +0100

Upload details

Uploaded by:
Gianfranco Costamagna
Uploaded to:
Lunar
Original maintainer:
Debian Haskell Group
Architectures:
any all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe misc
Lunar release universe misc

Downloads

File Size SHA-256 Checksum
haskell-indexed-traversable_0.1.2.orig.tar.gz 8.5 KiB 516858ee7198b1fed1b93c665157f9855fd947379db7f115d48c1b0d670e698d
haskell-indexed-traversable_0.1.2-2build2.debian.tar.xz 2.2 KiB 913c2077b860ca6d08fe1378fb743f18c0dba2793eb9471a525b346528fe3b43
haskell-indexed-traversable_0.1.2-2build2.dsc 2.4 KiB 81a77d5e73c5c318aa285f12b143aaa0ba09b1bfc47f2e7ed7b0a3b9aeaa0769

View changes file

Binary packages built by this source

libghc-indexed-traversable-dev: Indexed Traversables for Haskell

 This package provides three useful generalizations:
 class Functor f => FunctorWithIndex i f | f -> i where
 \ imap :: (i -> a -> b) -> f a -> f b
 .
 class Foldable f => FoldableWithIndex i f | f -> i where
 \ ifoldMap :: Monoid m => (i -> a -> m) -> f a -> m
 .
 class (FunctorWithIndex i t, FoldableWithIndex i t, Traversable t) => TraversableWithIndex i t | t -> i where
 \ itraverse :: Applicative f => (i -> a -> f b) -> t a -> f (t b)
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

libghc-indexed-traversable-doc: Indexed Traversables for Haskell; documentation

 This package provides three useful generalizations:
 class Functor f => FunctorWithIndex i f | f -> i where
 \ imap :: (i -> a -> b) -> f a -> f b
 .
 class Foldable f => FoldableWithIndex i f | f -> i where
 \ ifoldMap :: Monoid m => (i -> a -> m) -> f a -> m
 .
 class (FunctorWithIndex i t, FoldableWithIndex i t, Traversable t) => TraversableWithIndex i t | t -> i where
 \ itraverse :: Applicative f => (i -> a -> f b) -> t a -> f (t b)
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

libghc-indexed-traversable-prof: Indexed Traversables for Haskell; profiling libraries

 This package provides three useful generalizations:
 class Functor f => FunctorWithIndex i f | f -> i where
 \ imap :: (i -> a -> b) -> f a -> f b
 .
 class Foldable f => FoldableWithIndex i f | f -> i where
 \ ifoldMap :: Monoid m => (i -> a -> m) -> f a -> m
 .
 class (FunctorWithIndex i t, FoldableWithIndex i t, Traversable t) => TraversableWithIndex i t | t -> i where
 \ itraverse :: Applicative f => (i -> a -> f b) -> t a -> f (t b)
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling. See http://www.haskell.org/ for more information on Haskell.