Cabal revisions of parallel-tree-search-0.4.2
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-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+cabal-version: >=1.10 + +name: parallel-tree-search +version: 0.4.2 +x-revision: 1 +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.16, + 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
revision 2
name: parallel-tree-search version: 0.4.2 -x-revision: 1 +x-revision: 2 synopsis: Parallel Tree Search description: This Haskell library provides an implementation of parallel search based on the search tree provided by the package library exposed-modules: Control.Parallel.TreeSearch - build-depends: base >= 4.13.0 && < 4.16, + build-depends: base >= 4.13.0 && < 4.16.3, parallel >= 3.2.2 && < 3.3, - tree-monad >= 0.3.1 && < 0.4 + tree-monad >= 0.3.2 && < 0.4 default-language: Haskell2010 ghc-options: -Wall