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

28 lines
885 B
Nix
Raw Normal View History

# This file was auto-generated by cabal2nix. Please do NOT edit manually!
2014-02-10 10:05:44 +00:00
{ cabal, caseInsensitive, either, errors, httpClient, httpClientTls
, httpTypes, lens, liftedBase, monadControl, mtl, network
, optparseApplicative, transformers, transformersBase, xmlConduit
, xmlHamlet
2012-11-21 11:23:55 +00:00
}:
cabal.mkDerivation (self: {
pname = "DAV";
2014-08-07 10:41:57 +00:00
version = "0.8";
sha256 = "0khjid5jaaf4c3xn9cbph8ay4ibqr7pg3b3w7d0kfvci90ksc08r";
2012-11-21 11:23:55 +00:00
isLibrary = true;
isExecutable = true;
buildDepends = [
2014-02-10 10:05:44 +00:00
caseInsensitive either errors httpClient httpClientTls httpTypes
lens liftedBase monadControl mtl network optparseApplicative
transformers transformersBase xmlConduit xmlHamlet
2012-11-21 11:23:55 +00:00
];
jailbreak = true;
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;
};
})