summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/iCalendar/default.nix
blob: 734c7587aa9f3ca6a2f38bdb2bc15b16cd8382fe (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# 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 ];
  };
})