nixpkgs/pkgs/development/libraries/haskell/DAV/default.nix

28 lines
915 B
Nix
Raw Normal View History

# This file was auto-generated by cabal2nix. Please do NOT edit manually!
2014-08-19 13:33:50 +00:00
{ cabal, caseInsensitive, dataDefault, either, errors, exceptions
, httpClient, httpClientTls, httpTypes, lens, mtl, network
2014-10-14 21:11:10 +00:00
, networkUri, optparseApplicative, transformers, transformersBase
, utf8String, xmlConduit, xmlHamlet
2012-11-21 11:23:55 +00:00
}:
cabal.mkDerivation (self: {
pname = "DAV";
2014-10-14 21:11:10 +00:00
version = "1.0.3";
sha256 = "1wrs3rdk4sarzi4w1pma8h751mjw5x1l8c6w30wv7fg0rmk2cayd";
2012-11-21 11:23:55 +00:00
isLibrary = true;
isExecutable = true;
buildDepends = [
2014-08-19 13:33:50 +00:00
caseInsensitive dataDefault either errors exceptions httpClient
2014-10-14 21:11:10 +00:00
httpClientTls httpTypes lens mtl network networkUri
optparseApplicative transformers transformersBase utf8String
xmlConduit xmlHamlet
2012-11-21 11:23:55 +00:00
];
meta = {
homepage = "http://floss.scru.org/hDAV";
description = "RFC 4918 WebDAV support";
license = self.stdenv.lib.licenses.gpl3;
platforms = self.ghc.meta.platforms;
};
})