Newer
Older
# version: 0.1.0
# synopsis: synopsis
# maintainer: maintainer <email>
# category: categories
# extra-source-files: []
- containers
- mtl
- vector
- pretty-simple
- transformers
source-dirs: test/src
main: Main.hs
dependencies:
- rtree
- hspec
- hspec-discover
- hspec-expectations-pretty-diff
- hspec-glitter
benchmarks:
rtree-c-bench:
source-dirs: bench/
main: Main.hs
ghc-options:
-O2
-threaded
dependencies:
- rtree
- rtree-c
- criterion
- directory
- filepath
- typed-process
- text
rtree-c-profile:
source-dirs: bench/
main: Main.hs
ghc-options:
-O
-threaded
-fprof-late
"-with-rtsopts=-N -p -s -hc -i0.1 -L500"
dependencies:
- rtree
- rtree-c
- criterion
- directory
- filepath
- typed-process
- text