forked from mirrors/nixpkgs
28 lines
908 B
Nix
28 lines
908 B
Nix
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
{ cabal, caseInsensitive, dataDefault, either, errors, exceptions
|
|
, httpClient, httpClientTls, httpTypes, lens, mtl, network
|
|
, optparseApplicative, transformers, transformersBase, utf8String
|
|
, xmlConduit, xmlHamlet
|
|
}:
|
|
|
|
cabal.mkDerivation (self: {
|
|
pname = "DAV";
|
|
version = "1.0.1";
|
|
sha256 = "0j8z7hi5dykimv6da584zgyn8xlvfhg1k9sbhj5ay7ncxszb134k";
|
|
isLibrary = true;
|
|
isExecutable = true;
|
|
buildDepends = [
|
|
caseInsensitive dataDefault either errors exceptions httpClient
|
|
httpClientTls httpTypes lens mtl network optparseApplicative
|
|
transformers transformersBase utf8String xmlConduit xmlHamlet
|
|
];
|
|
jailbreak = true;
|
|
meta = {
|
|
homepage = "http://floss.scru.org/hDAV";
|
|
description = "RFC 4918 WebDAV support";
|
|
license = self.stdenv.lib.licenses.gpl3;
|
|
platforms = self.ghc.meta.platforms;
|
|
};
|
|
})
|