Missing records in Rpxnow module

This commit is contained in:
Michael Snoyman 2011-06-12 20:09:53 +03:00
parent ea33d8e8ac
commit 56d84c5d8b
2 changed files with 3 additions and 1 deletions

View File

@ -73,6 +73,8 @@ authenticate apiKey token = do
]
, requestBody = RequestBodyLBS body
, checkCerts = const $ return True
, proxy = Nothing
, rawBody = False
}
res <- liftIO $ withManager $ httpLbsRedirect req
let b = responseBody res

View File

@ -1,5 +1,5 @@
name: authenticate
version: 0.9.1.1
version: 0.9.1.2
license: BSD3
license-file: LICENSE
author: Michael Snoyman <michael@snoyman.com>