haskell-pointedlist 0.4.0.4-3build2 source package in Ubuntu

Changelog

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

  * Rebuild for new GHC ABIs.
 -- Colin Watson <email address hidden>   Wed, 06 Nov 2013 23:18:18 +0000

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
Trusty release universe misc

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-3build2.debian.tar.gz 2.5 KiB d32d23d1c8dfec360c2fff88f438733c4aaf7722ab5cdfeafdf0488f1a5bb23f
haskell-pointedlist_0.4.0.4-3build2.dsc 2.6 KiB 5df22cf4076b008b1d34873ee4bebf4c374c88698ee88ccaed2e62246ce5b5e2

Available diffs

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.