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:
ghc-options: -Wall -fno-warn-incomplete-uni-patterns
build-depends:
base >=4.9 && <5
, directory
, filepath
, hspec
, hspec-discover
, hspec-expectations-pretty-diff
, hspec-glitter
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
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 -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 -O -threaded -fprof-auto -fprof-late "-with-rtsopts=-N -p -s -hc -i0.1 -L500"
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