nixpkgs/pkgs/development/libraries/haskell/unix-time/default.nix
2012-08-13 14:01:13 +02:00

13 lines
318 B
Nix

{ cabal }:
cabal.mkDerivation (self: {
pname = "unix-time";
version = "0.1.2";
sha256 = "146m4b93bla0pbf76bmff6f3aq9zx60cwy58mkqa0a4dyndd3pid";
meta = {
description = "Unix time parser/formatter and utilities";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
};
})