feat(gs/xanthous): Enable tasty-rerun
Rerunning only failed tests is nice! To use this, run `cabal new-run test -- --rerun` Change-Id: I9dc4d69749c3e3d5ba8d1661a2fdf73e49cd8ad5 Reviewed-on: https://cl.tvl.fyi/c/depot/+/3816 Tested-by: BuildkiteCI Reviewed-by: grfn <grfn@gws.fyi>
This commit is contained in:
parent
875ef0a605
commit
5b4c4f0701
5 changed files with 10 additions and 6 deletions
|
|
@ -10,8 +10,8 @@
|
|||
, quickcheck-text, random, random-extras, random-fu, random-source
|
||||
, Rasterific, raw-strings-qq, reflection, semigroupoids, semigroups
|
||||
, splitmix, stache, streams, tasty, tasty-hunit, tasty-quickcheck
|
||||
, text, text-zipper, tomland, transformers, vector, vty, witherable
|
||||
, yaml, zlib
|
||||
, tasty-rerun, text, text-zipper, tomland, transformers, vector
|
||||
, vty, witherable, yaml, zlib
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "xanthous";
|
||||
|
|
@ -57,8 +57,8 @@ mkDerivation {
|
|||
quickcheck-instances quickcheck-text random random-extras random-fu
|
||||
random-source Rasterific raw-strings-qq reflection semigroupoids
|
||||
semigroups splitmix stache streams tasty tasty-hunit
|
||||
tasty-quickcheck text text-zipper tomland transformers vector vty
|
||||
witherable yaml zlib
|
||||
tasty-quickcheck tasty-rerun text text-zipper tomland transformers
|
||||
vector vty witherable yaml zlib
|
||||
];
|
||||
benchmarkHaskellDepends = [
|
||||
aeson array async base bifunctors brick checkers classy-prelude
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue