Cabal revisions of tree-monad-0.3.1
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-cabal-version: >=1.10--name: tree-monad-version: 0.3.1-synopsis: Non-Determinism Monad for Tree Search-description: This Haskell library provides an implementation of the- MonadPlus type class that represents the search space- as a tree whose constructors represent mzero, return,- and mplus.-homepage: http://sebfisch.github.com/tree-monad-bug-reports: https://github.com/nbun/tree-monad/issues-license: BSD3-license-file: LICENSE-author: Sebastian Fischer-maintainer: nbu@informatik.uni-kiel.de-category: Control, Monads-build-type: Simple-extra-source-files: CHANGELOG.md, README--library- exposed-modules: Control.Monad.SearchTree- other-extensions: Rank2Types- build-depends: base >=4.13 && <4.15- default-language: Haskell2010- ghc-options: -Wall--source-repository head- type: git- location: git://github.com/nbun/tree-monad.git+cabal-version: >=1.10 + +name: tree-monad +version: 0.3.1 +x-revision: 1 +synopsis: Non-Determinism Monad for Tree Search +description: This Haskell library provides an implementation of the + MonadPlus type class that represents the search space + as a tree whose constructors represent mzero, return, + and mplus. +homepage: http://sebfisch.github.com/tree-monad +bug-reports: https://github.com/nbun/tree-monad/issues +license: BSD3 +license-file: LICENSE +author: Sebastian Fischer +maintainer: nbu@informatik.uni-kiel.de +category: Control, Monads +build-type: Simple +extra-source-files: CHANGELOG.md, README + +library + exposed-modules: Control.Monad.SearchTree + other-extensions: Rank2Types + build-depends: base >=4.13 && <4.16 + default-language: Haskell2010 + ghc-options: -Wall + +source-repository head + type: git + location: git://github.com/nbun/tree-monad.git