haskell-DAV: update to version 0.5
This commit is contained in:
parent
c0fc46516d
commit
a91e1a6f85
@ -1,17 +1,18 @@
|
|||||||
{ cabal, caseInsensitive, httpConduit, httpTypes, lens, liftedBase
|
{ cabal, caseInsensitive, httpClient, httpConduit, httpTypes, lens
|
||||||
, mtl, network, optparseApplicative, resourcet, transformers
|
, liftedBase, mtl, network, optparseApplicative, resourcet
|
||||||
, xmlConduit, xmlHamlet
|
, transformers, xmlConduit, xmlHamlet
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "DAV";
|
pname = "DAV";
|
||||||
version = "0.4.1";
|
version = "0.5";
|
||||||
sha256 = "0bcrnlixrzvbdvw7ffv2xl2d0k0w71jf0i5ayf97ymxly8ii8s0c";
|
sha256 = "1yda3w8rr8p7jnpjpbjafis7xi01wmd1fwrq4fprzpfgghcjidhq";
|
||||||
isLibrary = true;
|
isLibrary = true;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
caseInsensitive httpConduit httpTypes lens liftedBase mtl network
|
caseInsensitive httpClient httpConduit httpTypes lens liftedBase
|
||||||
optparseApplicative resourcet transformers xmlConduit xmlHamlet
|
mtl network optparseApplicative resourcet transformers xmlConduit
|
||||||
|
xmlHamlet
|
||||||
];
|
];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://floss.scru.org/hDAV";
|
homepage = "http://floss.scru.org/hDAV";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user