Newer
Older
cabal-version: 1.12
-- This file has been generated from package.yaml by hpack version 0.35.2.
--
-- see: https://github.com/sol/hpack
version: 0.0.0
build-type: Simple
library
exposed-modules:
default-language: Haskell2010
executable rtree-c
main-is: Main.hs
other-modules:
, directory
, filepath
, hspec
, hspec-discover
, hspec-expectations-pretty-diff
, hspec-glitter
benchmark rtree-c-bench
type: exitcode-stdio-1.0
main-is: Main.hs
other-modules:
Paths_rtree_c
hs-source-dirs:
bench/
ghc-options: -Wall -fno-warn-incomplete-uni-patterns -fprof-late -O2 -threaded
build-depends:
base >=4.9 && <5
, containers
, criterion
, directory
, filepath
, language-c
, mtl
, pretty
, pretty-simple
, rtree
, rtree-c
, text
, transformers
, typed-process
, vector
default-language: Haskell2010
benchmark rtree-c-profile
type: exitcode-stdio-1.0
main-is: Main.hs
other-modules:
Paths_rtree_c
hs-source-dirs:
bench/
ghc-options: -Wall -fno-warn-incomplete-uni-patterns -fprof-late -O -threaded -fprof-late "-with-rtsopts=-N -p -s -hc -i0.1 -L500"
build-depends:
base >=4.9 && <5
, containers
, criterion