Skip to content
Snippets Groups Projects
Select Git revision
  • 4bd2472b64e6a1b03ac82fc3ff8a84f9ac6b93c4
  • main default protected
  • simp
3 results

rtree.cabal

Blame
  • 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