Skip to content

Commit

Permalink
bump version for previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
ajhannan committed Jan 24, 2012
1 parent 13febc7 commit 4130155
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bson.cabal
@@ -1,5 +1,5 @@
Name: bson
Version: 0.1.6
Version: 0.1.7
Synopsis: BSON documents are JSON-like objects with a standard binary encoding
Description: A BSON Document is an untyped (dynamically type-checked) record. I.e. it is a list of name-value pairs, where a Value is a single sum type with constructors for basic types (Bool, Int, Float, String, and Time), compound types (List, and (embedded) Document), and special types (Binary, Javascript, ObjectId, RegEx, and a few others).
.
Expand All @@ -8,8 +8,8 @@ Description: A BSON Document is an untyped (dynamically type-checked) record. I.
Category: Data
Homepage: http://github.com/TonyGen/bson-haskell
Author: Tony Hannan
Maintainer: Tony Hannan <tony@10gen.com>

Maintainer: Tony Hannan <tonyhannan@gmail.com>
Copyright: Copyright (c) 2010-2012 10gen Inc.
License: OtherLicense
License-file: LICENSE
cabal-version: >= 1.8
Expand Down

0 comments on commit 4130155

Please sign in to comment.