Skip to content
Snippets Groups Projects
Commit 47f132de authored by Michal Terepeta's avatar Michal Terepeta Committed by Ben Gamari
Browse files

spectral: temporarily disable secretary


Summary:
Unfortunately `secretary` requires `random` package to compile and
this broke perf.haskell.org. Let's disable the benchmark for now until
we have a good story for dealing with benchmarks that require
packages.

Signed-off-by: default avatarMichal Terepeta <michal.terepeta@gmail.com>

Test Plan: build & run

Reviewers: bgamari, nomeata

Reviewed By: nomeata

Differential Revision: https://phabricator.haskell.org/D3347
parent 88ebedd4
No related branches found
No related tags found
No related merge requests found
TOP = ..
include $(TOP)/mk/boilerplate.mk
# TODO(michalt): Re-enable `secretary` (requires `random`)
SUBDIRS = ansi atom awards banner boyer boyer2 calendar cichelli circsim \
clausify constraints cryptarithm1 cryptarithm2 cse eliza expert \
fft2 fibheaps fish gcd hartel integer knights lambda last-piece lcss life \
mandel mandel2 mate minimax multiplier para power pretty primetest \
puzzle rewrite scc secretary simple sorting sphere treejoin
puzzle rewrite scc simple sorting sphere treejoin
OTHER_SUBDIRS = lambda last-piece
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment