Skip to content

Commit

Permalink
Version 0.2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
akaspin committed Jan 16, 2012
1 parent 0035405 commit ec91d1a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ChangeLog
Original file line number Original file line Diff line number Diff line change
@@ -1,4 +1,4 @@
In work, Version 0.2.0 * Low-lewel API * "Don't care" versions of couchPut. * Brain-free couchRev'. * All database methods ignores DB in connection. * couchPutDB' renamed to couchPutDB_. * Database replication. 14.01.2011, Version 0.1.3.0 * Safe version of couchViewPut 14.01.2011, Version 0.1.2.0 * Authentification 11.01.2011, Version 0.1.1.0 16.01.2011, Version 0.2.0.1 * Avoid escaping path in couch' 16.01.2011, Version 0.2.0 * Low-lewel API * "Don't care" versions of couchPut. * Brain-free couchRev'. * All database methods ignores DB in connection. * couchPutDB' renamed to couchPutDB_. * Database replication. 14.01.2011, Version 0.1.3.0 * Safe version of couchViewPut 14.01.2011, Version 0.1.2.0 * Authentification 11.01.2011, Version 0.1.1.0
* API Changes. `couchViewPut` moved to Database.CouchDB.Design and lost * API Changes. `couchViewPut` moved to Database.CouchDB.Design and lost
language argument. language argument.
* Tests. 10.01.2011, Version 0.1.0.1 * Tests. 10.01.2011, Version 0.1.0.1
Expand Down
2 changes: 1 addition & 1 deletion couchdb-conduit.cabal
Original file line number Original file line Diff line number Diff line change
@@ -1,5 +1,5 @@
name: couchdb-conduit name: couchdb-conduit
version: 0.2.0 version: 0.2.0.1
cabal-version: >= 1.8 cabal-version: >= 1.8
build-type: Simple build-type: Simple
stability: Experimental stability: Experimental
Expand Down
2 changes: 1 addition & 1 deletion src/Database/CouchDB/Conduit/LowLevel.hs
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ couch' :: MonadCouch m =>
-> ResourceT m (CouchResponse m) -> ResourceT m (CouchResponse m)
couch' meth p hdrs qs reqBody = couch' meth p hdrs qs reqBody =
couch meth couch meth
(\dbP -> mkPath [dbP, p]) (\dbP -> B.intercalate "/" . filter (/="") $ [dbP, p])
hdrs hdrs
qs qs
reqBody reqBody
Expand Down

0 comments on commit ec91d1a

Please sign in to comment.