summaryrefslogtreecommitdiff
path: root/Haskell-book/28/Bench/package.yaml
blob: cdf6c5f62733771c43daebd461975cf05f7fa0f0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
name:                Bench
version:             0.1.0.0
license:             BSD3
author:              "Eugen Wissner"
maintainer:          "belka@caraus.de"
copyright:           "2018 Eugen Wissner"

dependencies:
- base >= 4.7 && < 5
- containers
- criterion
- vector

executables:
  bench:
    main:                Main.hs
    source-dirs:         app
    ghc-options:
    - -threaded
    - -rtsopts
    - -with-rtsopts=-N