haskell-ranged-sets 0.3.0-5build2 source package in Ubuntu

Changelog

haskell-ranged-sets (0.3.0-5build2) saucy; urgency=low

  * Rebuild for new GHC ABIs.
 -- Colin Watson <email address hidden>   Sat, 15 Jun 2013 23:24:08 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Trusty release universe haskell

Downloads

File Size SHA-256 Checksum
haskell-ranged-sets_0.3.0.orig.tar.gz 14.0 KiB 14a0913c91f2c1e44aec0c042afb05f518d9fe718ecc34bd3ad6473f9aa6a0aa
haskell-ranged-sets_0.3.0-5build2.debian.tar.gz 2.5 KiB 3ad9d4beac8f9420196da990836aadcb6188b0a77644184c714d3766d0f5ed52
haskell-ranged-sets_0.3.0-5build2.dsc 2.4 KiB 4fd81fa8b22175b8f3489c05fcb86a66fa50013a3a11085e9df92f02e1555f8b

Available diffs

View changes file

Binary packages built by this source

libghc-ranged-sets-dev: Ranged sets library

 A ranged set is an ordered list of ranges. This allows sets such as all
 reals x such that:
 .
 (0.25 < x <= 0.75 or 1.4 <= x < 2.3 or 4.5 < x)
 .
 Alternatively you can have all strings s such that:
 .
     ("F" <= s < "G")
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

libghc-ranged-sets-doc: No summary available for libghc-ranged-sets-doc in ubuntu saucy.

No description available for libghc-ranged-sets-doc in ubuntu saucy.

libghc-ranged-sets-prof: Ranged sets library; profiling libraries

 A ranged set is an ordered list of ranges. This allows sets such as all
 reals x such that:
 .
 (0.25 < x <= 0.75 or 1.4 <= x < 2.3 or 4.5 < x)
 .
 Alternatively you can have all strings s such that:
 .
     ("F" <= s < "G")
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling. See http://www.haskell.org/ for more information on Haskell.