name: monad-dijkstra version: 0.1.1.0 x-revision: 2 synopsis: Monad transformer for weighted graph searches using Dijkstra's or A* algorithm description: Please see README.md homepage: https://github.com/ennocramer/monad-dijkstra license: BSD3 license-file: LICENSE author: Enno Cramer maintainer: Enno Cramer copyright: Copyright (c) 2016 Enno Cramer category: Control, Monads build-type: Simple cabal-version: >=1.10 library hs-source-dirs: src exposed-modules: Control.Monad.Search build-depends: base >= 4.8 && < 5 , transformers >= 0.4.2.0 && < 0.5.3 , mtl >= 2.2.0 && < 2.3 , free >= 4.12.0 && < 4.13 , psqueues >= 0.2.0.0 && < 0.2.4 default-language: Haskell2010 ghc-options: -Wall test-suite test-monad-dijkstra type: exitcode-stdio-1.0 hs-source-dirs: test main-is: Main.hs build-depends: base >= 4.7 && < 5 , tasty , tasty-hspec , monad-dijkstra default-language: Haskell2010 ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N test-suite style-monad-dijkstra type: exitcode-stdio-1.0 hs-source-dirs: test main-is: HLint.hs build-depends: base >=4.7 && <5 , hlint >=1.0 && <3 default-language: Haskell2010 ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N source-repository head type: git location: https://github.com/ennocramer/monad-dijkstra