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