haskell-edison-api 1.3-1 source package in Ubuntu

Changelog

haskell-edison-api (1.3-1) unstable; urgency=medium

  * Add Uploaders field, which I accidentally dropped
  * New upstream release

 -- Joachim Breitner <email address hidden>  Sat, 12 Dec 2015 17:34:49 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Xenial release universe haskell

Downloads

File Size SHA-256 Checksum
haskell-edison-api_1.3-1.dsc 2.2 KiB 73bad948df7c8ad77332acfb69b4f959cb2668299f72081755b90b7d92f6322f
haskell-edison-api_1.3-1.debian.tar.xz 5.6 KiB e628463b39470cdfd794a85107593ab054d70a38dbea30aad93c7c5b1b4244ed
haskell-edison-api_1.3.orig.tar.gz 29.8 KiB a369d5c9b412bafb16a023121a72470a6fed0116b3d6d143a03dd54cb854154f

No changes file available.

Binary packages built by this source

libghc-edison-api-dev: No summary available for libghc-edison-api-dev in ubuntu zesty.

No description available for libghc-edison-api-dev in ubuntu zesty.

libghc-edison-api-doc: documentation of the Edison Haskell library

 Documentation of the Edison library containing efficent,
 purely-functional data structures for Haskell.
 .
 Edison is a library of purely function data structures for Haskell
 originally written by Chris Okasaki. Conceptually, it consists of two
 things:
   - A set of type classes defining data the following data structure
     abstractions: 'sequences', 'collections' and 'associative
     collections'
   - Multiple concrete implementations of each of the abstractions

libghc-edison-api-prof: Haskell library of data structures; profiling libraries

 The abstract interface (API) of the Edison library for Haskell for
 use with ghc.
 .
 Edison is a library of purely function data structures for Haskell
 originally written by Chris Okasaki. Conceptually, it consists of two
 things:
   - A set of type classes defining data the following data structure
     abstractions: 'sequences', 'collections' and 'associative
     collections'
   - Multiple concrete implementations of each of the abstractions
 .
 This package contains the set of type classes.