jps-0.1.0.0: jps.cabal
-- This file has been generated from package.yaml by hpack version 0.28.2.
--
-- see: https://github.com/sol/hpack
--
-- hash: 11eda881f0f345015205d0969b2080ac0c0c4175b11f5f6cd62da3bb407bfa7e
name: jps
version: 0.1.0.0
synopsis: Jump point search for Haskell
description: Please see the README on GitHub at <https://github.com/isovector/jps#readme>
category: Algorithm
homepage: https://github.com/isovector/jps#readme
bug-reports: https://github.com/isovector/jps/issues
author: Zachary Kamerling
maintainer: Sandy Maguire <sandy@sandymaguire.me>
copyright: 2018 Zachary Kamerling
license: BSD3
license-file: LICENSE
build-type: Simple
cabal-version: >= 1.10
extra-source-files:
ChangeLog.md
README.md
source-repository head
type: git
location: https://github.com/isovector/jps
library
exposed-modules:
Algorithm.Search.JumpPoint
other-modules:
Algorithm.Search.JumpPoint.Pathing
hs-source-dirs:
src
build-depends:
base >=4.7 && <5
, containers
, fingertree
, lens
, vector
default-language: Haskell2010