2014-07-14 13:21:41 +02:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2014-01-27 18:01:10 +01:00
|
|
|
{ cabal, base64Bytestring, caseInsensitive, dataDefault, mime, mtl
|
|
|
|
, network, parsec, text, time
|
|
|
|
}:
|
|
|
|
|
|
|
|
cabal.mkDerivation (self: {
|
|
|
|
pname = "iCalendar";
|
2014-05-10 00:18:23 +02:00
|
|
|
version = "0.4.0.1";
|
|
|
|
sha256 = "08m47nxxz70lmmndlgycfb27x8xfwakxi8izbba0f6w23ddaljp3";
|
2014-01-27 18:01:10 +01:00
|
|
|
buildDepends = [
|
|
|
|
base64Bytestring caseInsensitive dataDefault mime mtl network
|
|
|
|
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;
|
2014-08-09 13:48:22 +02:00
|
|
|
maintainers = with self.stdenv.lib.maintainers; [ ocharles ];
|
2014-01-27 18:01:10 +01:00
|
|
|
};
|
|
|
|
})
|