implicit-hie/test/benchSection

24 lines
524 B
Plaintext
Raw Permalink Normal View History

2022-10-19 07:53:58 +03:00
name: folds-test
version: 0.1
benchmark folds
default-language: Haskell2010
hs-source-dirs: benchmarks
ghc-options: -Wall -threaded
-- GHCJS takes forever to compile dependencies
if impl(ghcjs)
buildable: False
build-depends: base
, bytestring
, containers
, criterion
, lens
, optics
, unordered-containers
, vector
type: exitcode-stdio-1.0
main-is: folds.hs