Select Git revision
rtree-c.cabal
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
rtree-c.cabal 2.62 KiB
cabal-version: 1.12
-- This file has been generated from package.yaml by hpack version 0.35.2.
--
-- see: https://github.com/sol/hpack
name: rtree-c
version: 0.0.0
build-type: Simple
library
exposed-modules:
ReduceC
other-modules:
Paths_rtree_c
hs-source-dirs:
src
ghc-options: -Wall -fno-warn-incomplete-uni-patterns
build-depends:
base >=4.9 && <5
, containers
, language-c
, mtl
, pretty
, pretty-simple
, rtree
, transformers
, vector
default-language: Haskell2010
executable rtree-c
main-is: Main.hs
other-modules:
Paths_rtree_c
hs-source-dirs:
bin/
ghc-options: -Wall -fno-warn-incomplete-uni-patterns
build-depends:
base >=4.9 && <5
, co-log
, containers
, directory
, filepath
, language-c
, mtl
, optparse-applicative
, pretty
, pretty-simple
, rtree
, rtree-c
, text
, time
, transformers
, typed-process
, vector
default-language: Haskell2010
test-suite rtree-c-test
type: exitcode-stdio-1.0
main-is: Main.hs
other-modules:
ReduceCSpec
Spec
Paths_rtree_c
hs-source-dirs:
test/src
ghc-options: -Wall -fno-warn-incomplete-uni-patterns
build-depends:
base >=4.9 && <5
, containers
, directory
, filepath
, hspec
, hspec-discover
, hspec-expectations-pretty-diff
, hspec-glitter
, language-c
, mtl
, pretty
, pretty-simple
, rtree
, rtree-c
, text
, transformers
, typed-process
, vector
default-language: Haskell2010
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 -O2 -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