2014-07-14 13:21:41 +02:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2014-01-17 16:04:14 +01:00
|
|
|
{ cabal, binary, extensibleExceptions, time, timezoneSeries }:
|
|
|
|
|
|
|
|
cabal.mkDerivation (self: {
|
|
|
|
pname = "timezone-olson";
|
2014-03-20 16:14:05 +01:00
|
|
|
version = "0.1.4";
|
|
|
|
sha256 = "1l5j6gqi9vlx7sifn7vv3by4z9ha3h6klfds4ywqv3dv0gh5725k";
|
2014-01-17 16:04:14 +01:00
|
|
|
buildDepends = [ binary extensibleExceptions time timezoneSeries ];
|
|
|
|
meta = {
|
|
|
|
homepage = "http://projects.haskell.org/time-ng/";
|
|
|
|
description = "A pure Haskell parser and renderer for binary Olson timezone files";
|
|
|
|
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-17 16:04:14 +01:00
|
|
|
};
|
|
|
|
})
|