Skip to content

Commit

Permalink
Update maintainership
Browse files Browse the repository at this point in the history
  • Loading branch information
jessekempf committed Sep 29, 2017
1 parent 86b3ca6 commit ad0db0c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 10 deletions.
20 changes: 11 additions & 9 deletions KdTree.cabal
Expand Up @@ -3,31 +3,33 @@ Name: KdTree
-- The package version. See the Haskell package versioning policy
-- (http://www.haskell.org/haskellwiki/Package_versioning_policy) for
-- standards guiding when and how versions should be incremented.
Version: 0.2.1
Version: 0.2.1.1
Synopsis: KdTree, for efficient search in K-dimensional point clouds.
Description:
This is a simple library for k-d trees in Haskell. It enables
searching through collections of points in O(log N) average time,
using the nearestNeighbor function.

Homepage: https://github.com/ijt/kdtree
Homepage: https://github.com/binarysunrise-io/kdtree
License: BSD3
License-file: LICENSE
Author: Issac Trotts
Maintainer: issac.trotts@gmail.com
Copyright: Copyright 2011, Issac Trotts
Category: Graphics
Maintainer: jesse.kempf@binarysunrise.io
Copyright: Copyright 2011, Issac Trotts & Contributors
Category: Data Mining, Data Structures, Graphics, Machine Learning
Build-type: Simple
Cabal-version: >=1.6
Cabal-version: >=1.10
Extra-source-files: README

source-repository head
type: git
location: git@github.com:ijt/kdtree.git
location: git@github.com:binarysunrise-io/kdtree.git

Library
Exposed-modules: Data.Trees.KdTree
Build-depends: base < 5
Default-language: Haskell2010
Exposed-modules: Data.Trees.KdTree
Build-depends: base < 5
, QuickCheck

Executable KdTreeTest
Main-is: KdTreeTest.hs
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
@@ -1,4 +1,4 @@
Copyright (c)2011, Issac Trotts
Copyright (c)2011, 2017, Issac Trotts & Contributors

All rights reserved.

Expand Down

0 comments on commit ad0db0c

Please sign in to comment.