haskell-iCalendar: update to version 0.4.0.2

This commit is contained in:
Peter Simons 2014-11-23 21:06:45 +01:00
parent fc0a79032c
commit 69dbbd42a7

View File

@ -1,23 +1,17 @@
# This file was auto-generated by cabal2nix. Please do NOT edit manually! # This file was auto-generated by cabal2nix. Please do NOT edit manually!
{ cabal, base64Bytestring, caseInsensitive, dataDefault, mime, mtl { cabal, base64Bytestring, caseInsensitive, dataDefault, mime, mtl
, network, networkUri, parsec, text, time, fetchpatch , network, networkUri, parsec, text, time
}: }:
cabal.mkDerivation (self: { cabal.mkDerivation (self: {
pname = "iCalendar"; pname = "iCalendar";
version = "0.4.0.1"; version = "0.4.0.2";
sha256 = "08m47nxxz70lmmndlgycfb27x8xfwakxi8izbba0f6w23ddaljp3"; sha256 = "0a6kj6ih8dpzvld7hjvjp6gcf4f2y81x6bx17z6wgzwdj9fv7jry";
buildDepends = [ buildDepends = [
base64Bytestring caseInsensitive dataDefault mime mtl network base64Bytestring caseInsensitive dataDefault mime mtl network
networkUri parsec text time networkUri parsec text time
]; ];
patches = [
(fetchpatch {
url = "https://github.com/tingtun/iCalendar/pull/14.patch";
sha256 = "0pyzlshckvbqns3yryh9pm5r3n2hpqx0c2i3niyqsh6a1lk9hc5m";
})
];
meta = { meta = {
homepage = "http://github.com/tingtun/iCalendar"; homepage = "http://github.com/tingtun/iCalendar";
description = "iCalendar data types, parser, and printer"; description = "iCalendar data types, parser, and printer";