haskell-pointedlist 0.6.1-11 source package in Ubuntu

Changelog

haskell-pointedlist (0.6.1-11) unstable; urgency=medium

  * Declare compliance with Debian policy 4.6.2
  * Sourceful upload for GHC 9.4

 -- Ilias Tsitsimpis <email address hidden>  Sun, 27 Aug 2023 12:40:04 +0300

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc

Downloads

File Size SHA-256 Checksum
haskell-pointedlist_0.6.1-11.dsc 2.3 KiB 36e127132520239b6d1e862decb86497eb62bdf66d0974db80eb86babc9284b0
haskell-pointedlist_0.6.1.orig.tar.gz 4.5 KiB 743cb0f89cbb128f8aa24c4519b262b561bf2cd607f83e94f9241e8af1cfba9b
haskell-pointedlist_0.6.1-11.debian.tar.xz 3.0 KiB da8865339952ee546f250c9659dcb3d339ffa45f3eac6a8a9e3b2e4ce8348edb

No changes file available.

Binary packages built by this source

libghc-pointedlist-dev: zipper-like comonad which works as a list, tracking a position

 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 normal library files.

libghc-pointedlist-doc: zipper-like comonad which works as a list, tracking a position.; documentation

 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 documentation files.

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.