16 Commits

Author SHA1 Message Date
kili
931e9ed36e Update to hs-test-framework-0.8.2.0.
Joint work with Greg Steuck.
2019-09-30 12:25:24 +00:00
kili
42ec039af8 Switch ghc and hs-ports from @exec/@unexec to @define-tag/@tag.
ghc and the hs-packages now simply include the necessary (haskell)
package description files in lib/ghc/package.conf.d and update the
package.cache by running ghc-pkg recache at the end. register and
unregister scripts are no longer needed.
2019-09-10 13:51:21 +00:00
sthen
f74b6c2d62 replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes 2019-07-12 20:44:34 +00:00
kili
99e4ed0e66 Update MODGHC_PACKAGE_KEY and plist, bump. 2018-01-22 21:43:45 +00:00
ajacoutot
e4823104b4 Miss bump after RUN_DEPENDS change. 2017-11-09 16:39:29 +00:00
kili
d9e41a9af1 Update package key.
Tweak dependencies.
2017-11-08 18:52:43 +00:00
kili
7413449cd4 Dump after ghc changes. 2016-01-20 16:22:25 +00:00
kili
b59d16605d Adjust MODGHC_PACKAGE_KEY. 2015-12-20 11:29:39 +00:00
kili
5cb48a2d9c Update to hs-test-framework-0.8.1.1. 2015-09-24 20:07:04 +00:00
kili
6a9fff27e1 Update to test-framework-0.8.0.3. 2014-11-24 16:09:55 +00:00
kili
c8a4899630 Fix dependencies and bump. 2013-07-18 22:03:58 +00:00
espie
bcf3856632 PERMIT_* / REGRESS->TEST sweep 2013-03-11 10:50:00 +00:00
kili
be7ce949cf Regenerate plist for profiling libs. 2013-01-20 17:56:05 +00:00
kili
2acb3c8385 Move the @exec and @unexec lines running the {,un}register.sh scripts
and the line with the unregister.sh script down to the bottom of
the plist. Silences all the blurb about ".../*.haddock doesn't exist
or isn't a file."
2012-10-28 23:24:28 +00:00
kili
b670cc117b Add devel/hs-random dependency. 2012-09-02 20:00:55 +00:00
kili
0f03bd4f29 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.

some nits and ok sthen@
2012-05-07 18:50:40 +00:00