23 lines
739 B
Nix
23 lines
739 B
Nix
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
{ cabal, base64Bytestring, caseInsensitive, dataDefault, mime, mtl
|
|
, network, networkUri, parsec, text, time
|
|
}:
|
|
|
|
cabal.mkDerivation (self: {
|
|
pname = "iCalendar";
|
|
version = "0.4.0.2";
|
|
sha256 = "0a6kj6ih8dpzvld7hjvjp6gcf4f2y81x6bx17z6wgzwdj9fv7jry";
|
|
buildDepends = [
|
|
base64Bytestring caseInsensitive dataDefault mime mtl network
|
|
networkUri parsec text time
|
|
];
|
|
meta = {
|
|
homepage = "http://github.com/tingtun/iCalendar";
|
|
description = "iCalendar data types, parser, and printer";
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
platforms = self.ghc.meta.platforms;
|
|
maintainers = with self.stdenv.lib.maintainers; [ ocharles ];
|
|
};
|
|
})
|