diff options
author | Alina Banerjee <alina@glitchgirl.us> | 2021-07-19 03:59:12 +0000 |
---|---|---|
committer | Alina Banerjee <alina@glitchgirl.us> | 2021-07-19 22:38:29 +0000 |
commit | c708b969bafb403d482565601f8d0ed963e54a3c (patch) | |
tree | 81ea1c9f198a34af8807b2765311d54293b4648b /utils/benchmarks/events/Setup.hs | |
parent | de9fedc380d22ff6db3e4c7540af07b99d26fbd9 (diff) | |
download | haskell-wip/fix-8045.tar.gz |
Move event benchmarks to utils/benchmarks/events/wip/fix-8045
Diffstat (limited to 'utils/benchmarks/events/Setup.hs')
-rw-r--r-- | utils/benchmarks/events/Setup.hs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/utils/benchmarks/events/Setup.hs b/utils/benchmarks/events/Setup.hs new file mode 100644 index 0000000000..9a994af677 --- /dev/null +++ b/utils/benchmarks/events/Setup.hs @@ -0,0 +1,2 @@ +import Distribution.Simple +main = defaultMain |