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

{ cabal, Cabal, deepseq, QuickCheck, testFramework
, testFrameworkQuickcheck2
}:

cabal.mkDerivation (self: {
  pname = "time";
  version = "1.4.2";
  sha256 = "1kpsak2wka23c8591ry6i1d7hmd54s7iw5n6hpx48jhcxf1w199h";
  buildDepends = [ deepseq ];
  testDepends = [
    Cabal deepseq QuickCheck testFramework testFrameworkQuickcheck2
  ];
  doCheck = false;
  meta = {
    homepage = "http://semantic.org/TimeLib/";
    description = "A time library";
    license = self.stdenv.lib.licenses.bsd3;
    platforms = self.ghc.meta.platforms;
  };
})