mirror of
https://github.com/Avi-D-coder/implicit-hie.git
synced 2024-11-25 06:34:41 +03:00
24 lines
524 B
Plaintext
24 lines
524 B
Plaintext
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
|