haskell-DAV: update to version 0.6

This commit is contained in:
Peter Simons 2013-12-17 11:27:43 +01:00
parent 6200fc9ffa
commit d1f0c0325c

View File

@ -1,18 +1,18 @@
{ cabal, caseInsensitive, httpClient, httpClientTls, httpTypes { cabal, caseInsensitive, httpClient, httpClientTls, httpTypes
, lens, liftedBase, mtl, network, optparseApplicative, resourcet , lens, liftedBase, monadControl, mtl, network, optparseApplicative
, transformers, xmlConduit, xmlHamlet , transformers, transformersBase, xmlConduit, xmlHamlet
}: }:
cabal.mkDerivation (self: { cabal.mkDerivation (self: {
pname = "DAV"; pname = "DAV";
version = "0.5.1"; version = "0.6";
sha256 = "12r5hy6g5k5bdf3n84hpq9b90nz6v2v3xwy7prxkvv99iaxf2lsj"; sha256 = "1lqc1w40mzj5gvpd3gc4qwgz3zrivwkz6ssa5592dsnwz81k1dxk";
isLibrary = true; isLibrary = true;
isExecutable = true; isExecutable = true;
buildDepends = [ buildDepends = [
caseInsensitive httpClient httpClientTls httpTypes lens liftedBase caseInsensitive httpClient httpClientTls httpTypes lens liftedBase
mtl network optparseApplicative resourcet transformers xmlConduit monadControl mtl network optparseApplicative transformers
xmlHamlet transformersBase xmlConduit xmlHamlet
]; ];
meta = { meta = {
homepage = "http://floss.scru.org/hDAV"; homepage = "http://floss.scru.org/hDAV";