haskell-pointedlist 0.6.1-8build1 source package in Ubuntu

Changelog

haskell-pointedlist (0.6.1-8build1) eoan; urgency=medium

  * Rebuild against new GHC abi.

 -- Gianfranco Costamagna <email address hidden>  Sat, 03 Aug 2019 13:04:36 +0200

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Focal 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-8build1.debian.tar.xz 3.0 KiB 141a4b8f0dc6ad9f3b8f8835ce1b8f27a17765ece5d57c5b6cf6fcdc9c082e04
haskell-pointedlist_0.6.1-8build1.dsc 2.3 KiB 5b0ddc05647718baf7b6ba0d7ff3d74d131f27a03be4211d73ba18ba4cc5bc06

View changes file

Binary packages built by this source

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

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

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

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

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.