Source: haskell-test-framework Priority: optional Section: misc Maintainer: David Fox Build-Depends: debhelper (>= 7.0), haskell-devscripts (>= 0.6.15+nmu7), hscolour, cdbs, ghc (>= 6.8), ghc-prof, libghc-ansi-terminal-prof (>= 0.4.0), libghc-ansi-wl-pprint-prof (>= 0.5.1), libghc-hostname-prof (>= 1.0), libghc-regex-posix-prof (>= 0.72), libghc-xml-prof (>= 1.3.5) Build-Depends-Indep: ghc-doc, haddock, libghc-ansi-terminal-doc (>= 0.4.0), libghc-ansi-wl-pprint-doc (>= 0.5.1), libghc-hostname-doc (>= 1.0), libghc-regex-posix-doc (>= 0.72), libghc-xml-doc (>= 1.3.5) Standards-Version: 3.8.1 Homepage: http://batterseapower.github.com/test-framework/ Package: libghc-test-framework-dev Architecture: any Section: haskell Depends: ${haskell:Depends}, ${misc:Depends} Description: Framework for running and organising tests, with HUnit and QuickCheck support Allows tests such as QuickCheck properties and HUnit test cases to be assembled into test groups, run in parallel (but reported in deterministic order, to aid diff interpretation) and filtered and controlled by command line options. All of this comes with colored test output, progress reporting and test statistics output. . Author: Max Bolingbroke Upstream-Maintainer: Max Bolingbroke . This package contains the normal library files. Package: libghc-test-framework-prof Architecture: any Section: haskell Depends: ${haskell:Depends}, ${misc:Depends}, libghc-test-framework-dev Description: Framework for running and organising tests, with HUnit and QuickCheck support Allows tests such as QuickCheck properties and HUnit test cases to be assembled into test groups, run in parallel (but reported in deterministic order, to aid diff interpretation) and filtered and controlled by command line options. All of this comes with colored test output, progress reporting and test statistics output. . Author: Max Bolingbroke Upstream-Maintainer: Max Bolingbroke . This package contains the libraries compiled with profiling enabled. Package: libghc-test-framework-doc Architecture: all Section: doc Depends: ${haskell:Depends}, ${misc:Depends}, ghc-doc Description: Framework for running and organising tests, with HUnit and QuickCheck support Allows tests such as QuickCheck properties and HUnit test cases to be assembled into test groups, run in parallel (but reported in deterministic order, to aid diff interpretation) and filtered and controlled by command line options. All of this comes with colored test output, progress reporting and test statistics output. . Author: Max Bolingbroke Upstream-Maintainer: Max Bolingbroke . This package contains the documentation files. Package: test-framework-tests Architecture: any Section: misc Depends: ${shlibs:Depends}, ${haskell:Depends}, ${misc:Depends} Description: An executable built with the test-framework-0.3.2 library.