2014-07-14 11:21:41 +00:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2014-01-17 15:04:14 +00:00
|
|
|
{ cabal, binary, extensibleExceptions, time, timezoneSeries }:
|
|
|
|
|
|
|
|
cabal.mkDerivation (self: {
|
|
|
|
pname = "timezone-olson";
|
2014-03-20 15:14:05 +00:00
|
|
|
version = "0.1.4";
|
|
|
|
sha256 = "1l5j6gqi9vlx7sifn7vv3by4z9ha3h6klfds4ywqv3dv0gh5725k";
|
2014-01-17 15:04:14 +00: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 11:48:22 +00:00
|
|
|
maintainers = with self.stdenv.lib.maintainers; [ ocharles ];
|
2014-01-17 15:04:14 +00:00
|
|
|
};
|
|
|
|
})
|