summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/date-cache/default.nix
blob: a460dcbdafc509e5fc22b11c74521adecceff021 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
{ 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;
  };
})