haskell-test-framework-th 0.2.2-3build1 source package in Ubuntu

Changelog

haskell-test-framework-th (0.2.2-3build1) precise; urgency=low

  * No change rebuild for new haskell-test-framework
 -- Micah Gersten <email address hidden>   Mon, 23 Jan 2012 15:48:17 -0600

Upload details

Uploaded by:
Micah Gersten
Uploaded to:
Precise
Original maintainer:
Debian Haskell Group
Architectures:
any
Section:
haskell
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
haskell-test-framework-th_0.2.2.orig.tar.gz 2.8 KiB 1c40ea53e8f4a6cd006ab003dacc48e2ffee21af85171548b7b1db5572dfee5b
haskell-test-framework-th_0.2.2-3build1.debian.tar.gz 2.5 KiB b112de58e3b2eda2b094c272f94970a45983b0376cf37ce4d10ee2ccd9713c51
haskell-test-framework-th_0.2.2-3build1.dsc 1.9 KiB 43f00d443d15841af1277fbb9229fa1c6738d991084fdcd5fd87d2a54ce5b547

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: Automagically generate the {HUnit,Quickcheck}-bulk-code; documentation

 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 documentation files.

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.