Select Git revision
rtree.cabal
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
rtree.cabal 1.50 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
version: 0.0.0
build-type: Simple
library
exposed-modules:
Control.RTree
other-modules:
Paths_rtree
hs-source-dirs:
src
ghc-options: -Wall -fno-warn-incomplete-uni-patterns
build-depends:
base >=4.9 && <5
, containers
, data-fix
, directory
, free
, mtl
, pretty-simple
, text
, transformers
default-language: Haskell2010
executable rtree-c
main-is: Main.hs
other-modules:
Paths_rtree
hs-source-dirs:
bin/rtree-c
ghc-options: -Wall -fno-warn-incomplete-uni-patterns
build-depends:
base >=4.9 && <5
, co-log
, containers
, data-fix
, directory
, filepath
, free
, language-c
, mtl
, optparse-applicative
, pretty
, pretty-simple
, rtree
, text
, time
, transformers
, typed-process
default-language: Haskell2010
test-suite rtree-test
type: exitcode-stdio-1.0
main-is: Main.hs
other-modules:
Paths_rtree
hs-source-dirs:
test/src
ghc-options: -Wall -fno-warn-incomplete-uni-patterns
build-depends:
base >=4.9 && <5
, containers
, data-fix
, diagrams