Implementations of various algorithms for vector (http://code.haskell.org/~dolio/)

#12Bump upper bound of vector in vector-algoritms.cabal

vector-algorithms fails to build if the latest version of vector is used (0.12.0.1).

vector-algoritms.cabal specifies vector should be >= 0.6 && < 0.12. Since 0.12.0.1 > 0.12, the dependency check fails.

I've attached a patch the fixes this.

Issue Bundle