haskell-pointedlist 0.6.1-9build2 source package in Ubuntu

Changelog

haskell-pointedlist (0.6.1-9build2) hirsute; urgency=medium

  * No-change rebuild for new GHC ABIs

 -- Steve Langasek <email address hidden>  Fri, 30 Oct 2020 01:16:45 +0000

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Jammy release universe misc

Downloads

File Size SHA-256 Checksum
haskell-pointedlist_0.6.1.orig.tar.gz 4.5 KiB 743cb0f89cbb128f8aa24c4519b262b561bf2cd607f83e94f9241e8af1cfba9b
haskell-pointedlist_0.6.1-9build2.debian.tar.xz 3.1 KiB 67fd9def6be35bd3362d7a1d16d4539830d41be658b446ef25bb5c0d93136ea3
haskell-pointedlist_0.6.1-9build2.dsc 2.4 KiB 3b259eb55bdb3310d04a6c3bb1d43c513a24ac376451cfd530cdb50eb4582da8

Available diffs

View changes file

Binary packages built by this source

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

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

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

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

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.