haskell-pointedlist 0.4.0.4-3build1 source package in Ubuntu

Changelog

haskell-pointedlist (0.4.0.4-3build1) trusty; urgency=low

  * Rebuild for new GHC ABIs.
 -- Colin Watson <email address hidden>   Sun, 27 Oct 2013 10:13:23 -0700

Upload details

Uploaded by:
Colin Watson
Uploaded to:
Trusty
Original maintainer:
Debian Haskell Group
Architectures:
any all
Section:
misc
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
haskell-pointedlist_0.4.0.4.orig.tar.gz 4.4 KiB 69bced0457627a75682151e19e17b58a1f2acb8577cdccc2a1f0ae6d32e9dbdb
haskell-pointedlist_0.4.0.4-3build1.debian.tar.gz 2.5 KiB 84786d289b3c27c0c1b2daa32e816bb73b535286737acfe586769e4f48b9d281
haskell-pointedlist_0.4.0.4-3build1.dsc 2.6 KiB fde3abee0f09801f5f8cba5dafab3608d102dc4a0fae670e710b47442ee5fe9c

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.