haskell-DAV: update to version 0.4
This commit is contained in:
parent
24466df152
commit
1399445d59
@ -1,17 +1,17 @@
|
|||||||
{ cabal, caseInsensitive, cmdargs, httpConduit, httpTypes, lens
|
{ cabal, caseInsensitive, httpConduit, httpTypes, lens, liftedBase
|
||||||
, liftedBase, mtl, network, resourcet, transformers, xmlConduit
|
, mtl, network, optparseApplicative, resourcet, transformers
|
||||||
, xmlHamlet
|
, xmlConduit, xmlHamlet
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "DAV";
|
pname = "DAV";
|
||||||
version = "0.3.1";
|
version = "0.4";
|
||||||
sha256 = "0ql6sf61gq55iyn189papnid91n4ab5s2i24zvkqrgixjz7998rd";
|
sha256 = "10iwhxq9dbyx3j873khwkjxkhz9p1b1qms7q25jnpk15p1ph8b4a";
|
||||||
isLibrary = true;
|
isLibrary = true;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
caseInsensitive cmdargs httpConduit httpTypes lens liftedBase mtl
|
caseInsensitive httpConduit httpTypes lens liftedBase mtl network
|
||||||
network resourcet transformers xmlConduit xmlHamlet
|
optparseApplicative resourcet transformers xmlConduit xmlHamlet
|
||||||
];
|
];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://floss.scru.org/hDAV";
|
homepage = "http://floss.scru.org/hDAV";
|
||||||
|
Loading…
Reference in New Issue
Block a user