nixpkgs/pkgs/development/libraries/haskell/date-cache/default.nix
2012-09-03 14:19:35 +02:00

13 lines
290 B
Nix

{ cabal }:
cabal.mkDerivation (self: {
pname = "date-cache";
version = "0.3.0";
sha256 = "0grhcbd0rhdn0cf1fz82x8pv8cmxfhndlcwyrax4mnnr3pql9kmb";
meta = {
description = "Date cacher";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
};
})