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

Changelog

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


  * first release.
  * ITP (Closes: #644382)

 -- Kiwamu Okabe <email address hidden>  Wed, 02 Nov 2011 16:14:39 +0900

Upload details

Uploaded by:
Debian Haskell Group
Uploaded to:
Sid
Original maintainer:
Debian Haskell Group
Architectures:
any all
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-3.dsc 2.0 KiB eb536b9941ea104944a22bae1252140af7bce23143a446d8b7c856b76ad0dd76
haskell-test-framework-th_0.2.2.orig.tar.gz 2.8 KiB 1c40ea53e8f4a6cd006ab003dacc48e2ffee21af85171548b7b1db5572dfee5b
haskell-test-framework-th_0.2.2-3.debian.tar.gz 2.3 KiB 3a125faff31e458a7c47817ba5e38bc33f136b0326b9b097112194b1a576b1b3

No changes file available.

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.