haskell-DAV: update to version 0.5.1
This commit is contained in:
parent
ec00fe0965
commit
1e5e9a402b
@ -1,16 +1,16 @@
|
|||||||
{ cabal, caseInsensitive, httpClient, httpConduit, httpTypes, lens
|
{ cabal, caseInsensitive, httpClient, httpClientTls, httpTypes
|
||||||
, liftedBase, mtl, network, optparseApplicative, resourcet
|
, lens, liftedBase, mtl, network, optparseApplicative, resourcet
|
||||||
, transformers, xmlConduit, xmlHamlet
|
, transformers, xmlConduit, xmlHamlet
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "DAV";
|
pname = "DAV";
|
||||||
version = "0.5";
|
version = "0.5.1";
|
||||||
sha256 = "1yda3w8rr8p7jnpjpbjafis7xi01wmd1fwrq4fprzpfgghcjidhq";
|
sha256 = "12r5hy6g5k5bdf3n84hpq9b90nz6v2v3xwy7prxkvv99iaxf2lsj";
|
||||||
isLibrary = true;
|
isLibrary = true;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
caseInsensitive httpClient httpConduit httpTypes lens liftedBase
|
caseInsensitive httpClient httpClientTls httpTypes lens liftedBase
|
||||||
mtl network optparseApplicative resourcet transformers xmlConduit
|
mtl network optparseApplicative resourcet transformers xmlConduit
|
||||||
xmlHamlet
|
xmlHamlet
|
||||||
];
|
];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user