haskell-pointedlist 0.6.1-10build1 source package in Ubuntu

Changelog

haskell-pointedlist (0.6.1-10build1) kinetic; urgency=medium

  * No-change rebuild for new ghc

 -- Steve Langasek <email address hidden>  Tue, 23 Aug 2022 06:14:05 +0000

Upload details

Uploaded by:
Steve Langasek
Uploaded to:
Kinetic
Original maintainer:
Ubuntu Developers
Architectures:
any all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
haskell-pointedlist_0.6.1.orig.tar.gz 4.5 KiB 743cb0f89cbb128f8aa24c4519b262b561bf2cd607f83e94f9241e8af1cfba9b
haskell-pointedlist_0.6.1-10build1.debian.tar.xz 3.1 KiB 30d4d4662263bded5e6ed492f71c67d1f5c0f79a842dae793e5217308f419c50
haskell-pointedlist_0.6.1-10build1.dsc 2.4 KiB b3bd508669853f736c53f2da9860ee14d9c84abc3c8ae8ef5dcb61fc7678440e

View changes file

Binary packages built by this source

libghc-pointedlist-dev: No summary available for libghc-pointedlist-dev in ubuntu kinetic.

No description available for libghc-pointedlist-dev in ubuntu kinetic.

libghc-pointedlist-doc: No summary available for libghc-pointedlist-doc in ubuntu kinetic.

No description available for libghc-pointedlist-doc in ubuntu kinetic.

libghc-pointedlist-prof: zipper-like comonad which works as a list, tracking a position; profiling libraries

 This Haskell library provides PointedList, which tracks the position in a
 non-empty list which works similarly to a zipper. A current item is always
 required, and therefore the list may never be empty. A circular PointedList
 wraps around to the other end when progressing past the actual edge.
 .
 This package contains the libraries compiled with profiling enabled.