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

28 lines
887 B
Nix
Raw Normal View History

# This file was auto-generated by cabal2nix. Please do NOT edit manually!
2014-02-10 11:05:44 +01:00
{ cabal, caseInsensitive, either, errors, httpClient, httpClientTls
, httpTypes, lens, liftedBase, monadControl, mtl, network
, optparseApplicative, transformers, transformersBase, xmlConduit
, xmlHamlet
2012-11-21 12:23:55 +01:00
}:
cabal.mkDerivation (self: {
pname = "DAV";
2014-04-07 12:43:10 +02:00
version = "0.6.2";
sha256 = "1alnjm0rfr7kwj6jax10bg8rcs8523n5dxyvw0mm65qykf78cprl";
2012-11-21 12:23:55 +01:00
isLibrary = true;
isExecutable = true;
buildDepends = [
2014-02-10 11:05:44 +01:00
caseInsensitive either errors httpClient httpClientTls httpTypes
lens liftedBase monadControl mtl network optparseApplicative
transformers transformersBase xmlConduit xmlHamlet
2012-11-21 12:23:55 +01:00
];
jailbreak = true;
2012-11-21 12:23:55 +01:00
meta = {
homepage = "http://floss.scru.org/hDAV";
description = "RFC 4918 WebDAV support";
license = self.stdenv.lib.licenses.gpl3;
platforms = self.ghc.meta.platforms;
};
})