~alcinnz/harfbuzz-pure

17762cc0e5f87223aa832a3722bf4e4cab7a0cb5 — Adrian Cochrane 7 months ago 3704f1e
Ensure I can pass commandline args to Criterion.
1 files changed, 8 insertions(+), 0 deletions(-)

M harfbuzz-pure.cabal
M harfbuzz-pure.cabal => harfbuzz-pure.cabal +8 -0
@@ 91,6 91,14 @@ executable shape-text

  ghc-options: -threaded

executable benchmark-harfbuzz
  hs-source-dirs:   bench
  main-is:          Main.hs
  build-depends:    base, harfbuzz-pure, file-embed-lzma, file-embed, criterion, filepath, text, parallel
  default-language: Haskell2010

  ghc-options: -threaded

benchmark bench-harfbuzz
  type:             exitcode-stdio-1.0
  hs-source-dirs:   bench