haskell-shake 0.15.5+dfsg-4build2 source package in Ubuntu

Changelog

haskell-shake (0.15.5+dfsg-4build2) xenial; urgency=medium

  * Rebuild for new GHC ABIs.

 -- Colin Watson <email address hidden>  Tue, 12 Jan 2016 22:29:59 +0000

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Xenial release universe misc

Downloads

File Size SHA-256 Checksum
haskell-shake_0.15.5+dfsg.orig.tar.gz 186.0 KiB 174b8f3192c17c9e37335b10ee23253cc395eca06165889e49ffc77109d428ea
haskell-shake_0.15.5+dfsg-4build2.debian.tar.xz 3.7 KiB 8bbd63de3715644f43722a4e958f01b75a62559a7abf57acf1d712eea1ea3c16
haskell-shake_0.15.5+dfsg-4build2.dsc 2.9 KiB 95de106760df6099ca0eca5fb8fb714096a3740eadd37ea960147348eec1ecb7

View changes file

Binary packages built by this source

libghc-shake-data: No summary available for libghc-shake-data in ubuntu yakkety.

No description available for libghc-shake-data in ubuntu yakkety.

libghc-shake-dev: Haskell library for writing build systems

 Shake is a Haskell library for writing build systems - designed as a
 replacement for make.
 .
 To use Shake the user writes a Haskell program that imports
 Development.Shake, defines some build rules, and calls the
 Development.Shake.shakeArgs function. Thanks to do notation and infix
 operators, a simple Shake build system is not too dissimilar from a simple
 Makefile. However, as build systems get more complex, Shake is able to take
 advantage of the excellent abstraction facilities offered by Haskell and
 easily support much larger projects. The Shake library provides all the
 standard features available in other build systems, including automatic
 parallelism and minimal rebuilds. Shake also provides more accurate
 dependency tracking, including seamless support for generated files, and
 dependencies on system information (e.g. compiler version).
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

libghc-shake-doc: No summary available for libghc-shake-doc in ubuntu yakkety.

No description available for libghc-shake-doc in ubuntu yakkety.

libghc-shake-prof: Haskell library for writing build systems; profiling libraries

 Shake is a Haskell library for writing build systems - designed as a
 replacement for make.
 .
 To use Shake the user writes a Haskell program that imports
 Development.Shake, defines some build rules, and calls the
 Development.Shake.shakeArgs function. Thanks to do notation and infix
 operators, a simple Shake build system is not too dissimilar from a simple
 Makefile. However, as build systems get more complex, Shake is able to take
 advantage of the excellent abstraction facilities offered by Haskell and
 easily support much larger projects. The Shake library provides all the
 standard features available in other build systems, including automatic
 parallelism and minimal rebuilds. Shake also provides more accurate
 dependency tracking, including seamless support for generated files, and
 dependencies on system information (e.g. compiler version).
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling. See http://www.haskell.org/ for more information on Haskell.