about summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/time-recurrence/default.nix
blob: 8f0aa711151595b9fc6c709174d61b0ceeef8705 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# This file was auto-generated by cabal2nix. Please do NOT edit manually!

{ cabal, dataOrdlist, HUnit, mtl, testFramework, testFrameworkHunit
, time
}:

cabal.mkDerivation (self: {
  pname = "time-recurrence";
  version = "0.9.2";
  sha256 = "1arqmkagmswimbh78qfz5bcilk9i14w29j4vf4i89d00vac3vrzm";
  buildDepends = [ dataOrdlist mtl time ];
  testDepends = [
    dataOrdlist HUnit mtl testFramework testFrameworkHunit time
  ];
  meta = {
    homepage = "http://github.com/hellertime/time-recurrence";
    description = "Generate recurring dates";
    license = self.stdenv.lib.licenses.gpl3;
    platforms = self.ghc.meta.platforms;
  };
})