diff options
Diffstat (limited to 'ox-arrays.cabal')
-rw-r--r-- | ox-arrays.cabal | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/ox-arrays.cabal b/ox-arrays.cabal index d39d5e5..58fccf9 100644 --- a/ox-arrays.cabal +++ b/ox-arrays.cabal @@ -29,3 +29,14 @@ test-suite example hs-source-dirs: example default-language: Haskell2010 ghc-options: -Wall + +benchmark bench + type: exitcode-stdio-1.0 + main-is: Main.hs + build-depends: + ox-arrays, + base, + tasty-bench + hs-source-dirs: bench + default-language: Haskell2010 + ghc-options: -Wall |