haskell-test-framework-th 0.2.4-1build1 source package in Ubuntu

Changelog

haskell-test-framework-th (0.2.4-1build1) trusty; urgency=low

  * Rebuild for new GHC ABIs.
 -- Colin Watson <email address hidden>   Tue, 26 Nov 2013 20:14:30 +0000

Upload details

Uploaded by:
Colin Watson
Uploaded to:
Trusty
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.4.orig.tar.gz 2.9 KiB 8b780d9e3edd8d91e24f72d9fa1f80420e52959428ad7c22d0694901a43f9c8a
haskell-test-framework-th_0.2.4-1build1.debian.tar.gz 2.6 KiB 769fb5cc170cccfc4051a3eed686d72f734f8f6bad336655dce2eb5b7e823ce7
haskell-test-framework-th_0.2.4-1build1.dsc 2.7 KiB 13a05681ca90e17059aeb50968e4d223e879897510067b9763f18990712b447d

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.