haskell-DAV: update to version 0.6.1

This commit is contained in:
Peter Simons 2014-02-10 11:05:44 +01:00
parent 96756095b7
commit 877d850506

View File

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