haskell-pointedlist 0.6.1-10build3 source package in Ubuntu

Changelog

haskell-pointedlist (0.6.1-10build3) lunar; urgency=medium

  * Rebuild against new GHC ABI.

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

Upload details

Uploaded by:
Gianfranco Costamagna
Uploaded to:
Lunar
Original maintainer:
Ubuntu Developers
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-pointedlist_0.6.1.orig.tar.gz 4.5 KiB 743cb0f89cbb128f8aa24c4519b262b561bf2cd607f83e94f9241e8af1cfba9b
haskell-pointedlist_0.6.1-10build3.debian.tar.xz 3.2 KiB f5eab864f40e20f5bf18511de9a6461bb8fc10c1be4a7db6ba0f45e12848cc69
haskell-pointedlist_0.6.1-10build3.dsc 2.3 KiB 5a0c37907a08273a8c4d0d6fcaff2c2e4428e3411b07a35f72df93d417ad2bb6

View changes file

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.