3
0
Fork 0
forked from mirrors/nixpkgs

haskell-CouchDB: update to version 1.2

This commit is contained in:
Peter Simons 2012-08-27 11:30:48 +02:00
parent 430e7454e9
commit 8ff755c5f3

View file

@ -1,10 +1,10 @@
{ cabal, HTTP, json, mtl, network }:
{ cabal, HTTP, json, mtl, network, utf8String }:
cabal.mkDerivation (self: {
pname = "CouchDB";
version = "0.10.1";
sha256 = "1ny62ab0sjrkh7mpxj0ahqrv7c8dh0n5s1g8xl0mq3yiwlrjdsim";
buildDepends = [ HTTP json mtl network ];
version = "1.2";
sha256 = "0a9g0iblfyqppcy1ni3ac8f3yv5km95bfblhwqlsk6khydi5ka98";
buildDepends = [ HTTP json mtl network utf8String ];
meta = {
homepage = "http://github.com/arjunguha/haskell-couchdb/";
description = "CouchDB interface";