packages feed

parallel-tree-search-0.4.2: parallel-tree-search.cabal

cabal-version:       >=1.10

name:                parallel-tree-search
version:             0.4.2
synopsis:            Parallel Tree Search
description:         This Haskell library provides an implementation of parallel
                     search based on the search tree provided by the package
                     tree-monad.
homepage:            https://github.com/nbun/parallel-tree-search
bug-reports:         https://github.com/nbun/parallel-tree-search/issues
license:             PublicDomain
license-File:        LICENSE
author:              Fabian Reck, Sebastian Fischer
maintainer:          nbu@informatik.uni-kiel.de
category:            Control, Concurrency
build-Type:          Simple
extra-Source-Files:  CHANGELOG.md, README

library
  exposed-modules:     Control.Parallel.TreeSearch
  build-depends:       base        >= 4.13.0 && < 4.15,
                       parallel    >= 3.2.2 && < 3.3,
                       tree-monad  >= 0.3.1 && < 0.4
  default-language:    Haskell2010
  ghc-options:         -Wall

source-repository head
  type:     git
  location: git://github.com/nbun/parallel-tree-search.git