haskell-test-framework-th 0.2.4-9build4 source package in Ubuntu

Changelog

haskell-test-framework-th (0.2.4-9build4) artful; urgency=medium

  * Rebuild against new GHC ABI.

 -- Gianfranco Costamagna <email address hidden>  Mon, 10 Jul 2017 07:46:08 +0200

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release universe haskell

Downloads

File Size SHA-256 Checksum
haskell-test-framework-th_0.2.4.orig.tar.gz 2.9 KiB 8b780d9e3edd8d91e24f72d9fa1f80420e52959428ad7c22d0694901a43f9c8a
haskell-test-framework-th_0.2.4-9build4.debian.tar.xz 3.1 KiB 3d9b56fcc1eaf11b33bf664801e7032890a5443aa9ed5349598a50c17002be63
haskell-test-framework-th_0.2.4-9build4.dsc 2.7 KiB 2aa46f205780eedbc38f9c5783f0140162c1764192a0c65b09f7b97910f5acd8

View changes file

Binary packages built by this source

libghc-test-framework-th-dev: Automagically generate the {HUnit,Quickcheck}-bulk-code

 test-framework-th contains two interesting functions:
 defaultMainGenerator and testGroupGenerator.
 .
 defaultMainGenerator will extract all functions beginning with
 "case_" or "prop_" in the module and put them in a testGroup.
 .
 testGroupGenerator is like defaultMainGenerator but without defaultMain.
 It is useful if you need a function for the testgroup
 (e.g. if you want to be able to call the testgroup from another module).
 .
 This package contains the normal library files.

libghc-test-framework-th-doc: No summary available for libghc-test-framework-th-doc in ubuntu cosmic.

No description available for libghc-test-framework-th-doc in ubuntu cosmic.

libghc-test-framework-th-prof: Automagically generate the {HUnit,Quickcheck}-bulk-code; profiling libraries

 test-framework-th contains two interesting functions:
 defaultMainGenerator and testGroupGenerator.
 .
 defaultMainGenerator will extract all functions beginning with
 "case_" or "prop_" in the module and put them in a testGroup.
 .
 testGroupGenerator is like defaultMainGenerator but without defaultMain.
 It is useful if you need a function for the testgroup
 (e.g. if you want to be able to call the testgroup from another module).
 .
 This package contains the libraries compiled with profiling enabled.