Skip to content

Commit

Permalink
change bounds on vector dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
codedmart committed Aug 25, 2015
1 parent 9c1832a commit b5296d5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 2.1.0.2
- Change bounds on vector dependency

## 2.1.0.1
- Fix synopsis in rethinkdb.cabal file

## 2.1.0.0
- Added support for new RethinkDB 2.1 features (http://rethinkdb.com/blog/2.1-release/)
- Added new ReQL terms `floor`, `ceil`, and `round`
Expand Down
4 changes: 2 additions & 2 deletions rethinkdb.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: rethinkdb
version: 2.1.0.1
version: 2.1.0.2
cabal-version: >=1.8
build-type: Simple
license: Apache
Expand Down Expand Up @@ -31,7 +31,7 @@ library
data-default ==0.5.*,
network >=2.4 && <2.7,
mtl >=2.1 && <2.3,
vector ==0.10.*,
vector >=0.10 && <0.12,
time >=1.4 && <1.6,
utf8-string >=0.3 && <1.1,
binary >=0.5 && <0.8,
Expand Down

0 comments on commit b5296d5

Please sign in to comment.